]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix new PD update code for Vega10 v2
authorChristian König <christian.koenig@amd.com>
Thu, 31 Aug 2017 08:46:20 +0000 (10:46 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 31 Aug 2017 17:46:08 +0000 (13:46 -0400)
commitc2b24454a6a31414d6d4c47b0ae12ca2c0a8b0a9
tree3156f0ac0d4246d46faf3b03a1b5bc2124de0780
parent6f8369f83b1481a8a4f9c93343067f97b8e97d42
drm/amdgpu: fix new PD update code for Vega10 v2

We need to refer to the parent instead of the root BO for multi
level page tables on Vega10. Also don't set the PDE_PTE bit.

v2: Don't set the PDE_PTE bit either.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-and-Tested-by: Roger He <Hongbo.He@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c