drm/amdgpu: mark force completed fences with -ECANCELED
authorChristian König <christian.koenig@amd.com>
Mon, 17 Apr 2023 10:52:18 +0000 (12:52 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Jun 2023 15:37:55 +0000 (11:37 -0400)
commit0a33b11d26c6b7e975b54d469a739ffac29f67ab
tree6088a500945e09207bbd60049542534309b62078
parentb13eb02ba8ba7617d41212121891756da31f1d8b
drm/amdgpu: mark force completed fences with -ECANCELED

When we force complete fences we should mark them as canceled.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c