update the eviction fence driver name to amdgpu_eviction_fence Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@xxxxxxx> --- 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