drm/amdgpu: set the evf name to identify the userq case
authorPrike Liang <Prike.Liang@amd.com>
Tue, 15 Apr 2025 02:31:15 +0000 (10:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:05:27 +0000 (18:05 -0400)
The evf fence name can clearly identify the userq usage.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Arvind Yadav <Arvind.Yadav@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c

index faa3f59b20c5ca876ce8efbbc78ab3eae305abce..d86e611a9ff441da07853e71d00e601571263f66 100644 (file)
@@ -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 *