mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
drm/amdgpu: enable UMSCH scheduling for VPE
Add VPE into UMSCH hw resourses, set vmid mask to 0xf00, set hqd mask to 0xfe, then UMSCH can schedule VPE queues. Signed-off-by: Lang Yu <Lang.Yu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Veerabadhran Gopalakrishnan <Veerabadhran.Gopalakrishnan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -231,6 +231,10 @@ static int umsch_mm_init(struct amdgpu_device *adev)
|
||||
{
|
||||
int r;
|
||||
|
||||
adev->umsch_mm.vmid_mask_mm_vpe = 0xf00;
|
||||
adev->umsch_mm.engine_mask = (1 << UMSCH_SWIP_ENGINE_TYPE_VPE);
|
||||
adev->umsch_mm.vpe_hqd_mask = 0xfe;
|
||||
|
||||
r = amdgpu_device_wb_get(adev, &adev->umsch_mm.wb_index);
|
||||
if (r) {
|
||||
dev_err(adev->dev, "failed to alloc wb for umsch: %d\n", r);
|
||||
|
||||
Reference in New Issue
Block a user