]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix page table setup on Arcturus
authorMukul Joshi <mukul.joshi@amd.com>
Fri, 19 Aug 2022 21:15:08 +0000 (17:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Aug 2022 17:53:58 +0000 (13:53 -0400)
commitb622be240d8afcabd4dea6e60bffed8f6e466562
tree5e6518a9fbec7467c6634427a3c7b46675fa24f8
parent2775e0347d32f90cb893dd3cc07c664d164f71cb
drm/amdgpu: Fix page table setup on Arcturus

When translate_further is enabled, page table depth needs to
be updated. This was missing on Arcturus MMHUB init. This was
causing address translations to fail for SDMA user-mode queues.

Fixes: 4b370e08df1a ("drm/amdgpu: Enable translate_further to extend UTCL2 reach")
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c