From: Lang Yu <[email protected]>

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 <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Reviewed-by: Veerabadhran Gopalakrishnan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
index a8a35547e883..29457c503c85 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
@@ -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);
-- 
2.41.0

Reply via email to