[PATCH 2/4] drm/amdgpu: set the evf name to identify the userq case
Christian König
christian.koenig at amd.com
Wed Apr 16 11:02:27 UTC 2025
Am 16.04.25 um 10:50 schrieb Prike Liang:
> 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 7030d721196b..b34225bbd85d 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_userq_evf";
Please use amdgpu_eviction as name here.
Apart from that looks good to me.
Regards,
Christian.
> }
>
> static const char *
More information about the amd-gfx
mailing list