drm/amdgpu: partially revert "svm bo enable_signal call condition"
authorChristian König <ckoenig.leichtzumerken@gmail.com>
Mon, 22 Nov 2021 12:39:26 +0000 (13:39 +0100)
committerChristian König <christian.koenig@amd.com>
Mon, 22 Nov 2021 20:27:04 +0000 (21:27 +0100)
commit11b4da982791dc11dde66e9f0954673cbbf4c690
treeb8ac7a28167283f8b16b9ac766f47f5d03447f6d
parentcebbb5c46d0cb0615fd0c62dea9b44273d0a9780
drm/amdgpu: partially revert "svm bo enable_signal call condition"

Partially revert commit 5f319c5c21b5909abb43d8aadc92a8aa549ee443.

First of all this is illegal use of RCU to call dma_fence_enable_sw_signaling()
since we don't hold a reference to the fence in question and can crash badly.

Then the code doesn't seem to have the intended effect since only the
exclusive fence is handled, but the KFD fences are always added as shared fence.

Only keep the handling to throw away the content of SVM BOs.

Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211122123926.385017-1-christian.koenig@amd.com
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c