]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: move VM table mapping into the backend as well
authorChristian König <christian.koenig@amd.com>
Thu, 21 Mar 2019 15:34:18 +0000 (16:34 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Mar 2019 03:40:50 +0000 (22:40 -0500)
commit397109918e77b032b4765fceeff8a49349816143
treed10af6d29f2407c86b97b4fd2118529b286a2b7e
parente24a5905681d36b24f0a9fd0f992fd988e133bcc
drm/amdgpu: move VM table mapping into the backend as well

Clean that up further and also fix another case where the BO
wasn't kmapped for CPU based updates.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c