drm/amdgpu: add svm_bo eviction to enable_signal cb
authorAlex Sierra <alex.sierra@amd.com>
Tue, 28 Jul 2020 21:03:05 +0000 (16:03 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:49:56 +0000 (21:49 -0400)
commit485bea1f90b3347bb5c1f8adad533f14d8d8ff1c
treec8dc64ede9cd987a63a57795d034dc31d5345789
parent5f319c5c21b5909abb43d8aadc92a8aa549ee443
drm/amdgpu: add svm_bo eviction to enable_signal cb

Add to amdgpu_amdkfd_fence.enable_signal callback, support
for svm_bo fence eviction.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c