[PATCH 2/3] drm/amdgpu: set the evf name to identify the userq case

Yadav, Arvind arvyadav at amd.com
Tue Apr 22 13:26:47 UTC 2025


Reviewed-by: Arvind Yadav <Arvind.Yadav at amd.com>

On 4/22/2025 6:53 PM, Prike Liang wrote:
> The evf fence name can clearly identify the userq usage.
>
> Signed-off-by: Prike Liang <Prike.Liang 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 0075469550b0..610f447ede9b 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 *


More information about the amd-gfx mailing list