From: Prike Liang Date: Tue, 15 Apr 2025 02:31:15 +0000 (+0800) Subject: drm/amdgpu: set the evf name to identify the userq case X-Git-Tag: v6.16-rc1~144^2~10^2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e125a6e8ce0d747f4ae62234587308cfbbdcf4fa;p=thirdparty%2Fkernel%2Fstable.git drm/amdgpu: set the evf name to identify the userq case The evf fence name can clearly identify the userq usage. Signed-off-by: Prike Liang Reviewed-by: Christian König Reviewed-by: Arvind Yadav Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c index faa3f59b20c5c..d86e611a9ff44 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c @@ -31,7 +31,7 @@ static const char * amdgpu_eviction_fence_get_driver_name(struct dma_fence *fence) { - return "amdgpu"; + return "amdgpu_eviction_fence"; } static const char *