]> 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)
commitb5b435793b370563a6187b9d6bc2e0436bce7884
tree862995ae5c903f912e675d5e89b0ba774cde34c9
parent469e1a80f22a69a5bdc6e0bd18117352dd87ee81
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