]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove table_freed param from the VM code
authorChristian König <christian.koenig@amd.com>
Thu, 17 Mar 2022 13:29:22 +0000 (14:29 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2022 16:40:52 +0000 (12:40 -0400)
commitfa6551c59a070aca9a58660bbca58b3feda8a34a
tree06466efff2167fa9624c62ff555393532c61fb30
parent5a76c6596628b4d2683f3552e5beb2a010552e68
drm/amdgpu: remove table_freed param from the VM code

Better to leave the decision when to flush the VM changes in the TLB to
the VM code.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Philip Yang<Philip.Yang@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_amdkfd_gpuvm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
drivers/gpu/drm/amd/amdkfd/kfd_svm.c