]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix VA hole handling on Vega10 v3
authorChristian König <christian.koenig@amd.com>
Mon, 6 Nov 2017 14:37:01 +0000 (15:37 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:48:05 +0000 (12:48 -0500)
commitebcc811c786decea23cbec81ae856a98395a4270
tree862995ae5c903f912e675d5e89b0ba774cde34c9
parentd245991fd634c3e6220eb464d6368b66996aba08
drm/amdgpu: fix VA hole handling on Vega10 v3

Similar to the CPU address space the VA on Vega10 has a hole in it.

v2: use dev_dbg instead of dev_err
v3: add some more comments to explain how the hw works

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
CC: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h