[PATCH 1/2] drm/amdgpu: update eviction fence driver name
Sathishkumar S
sathishkumar.sundararaju at amd.com
Sun Mar 16 15:54:58 UTC 2025
update the eviction fence driver name to amdgpu_eviction_fence
Signed-off-by: Sathishkumar S <sathishkumar.sundararaju at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
index 167951aee502..5142c477fd5a 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 *
--
2.48.1
More information about the amd-gfx
mailing list