diff options
| author | Prike Liang <[email protected]> | 2025-04-15 02:31:15 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-30 22:05:27 +0000 |
| commit | e125a6e8ce0d747f4ae62234587308cfbbdcf4fa (patch) | |
| tree | 1e866d1158643a4bc3057363742edc0c7e704d9a /drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c | |
| parent | drm/amdgpu: Fix offset for HDP remap in nbio v7.11 (diff) | |
| download | kernel-e125a6e8ce0d747f4ae62234587308cfbbdcf4fa.tar.gz kernel-e125a6e8ce0d747f4ae62234587308cfbbdcf4fa.zip | |
drm/amdgpu: set the evf name to identify the userq case
The evf fence name can clearly identify the userq usage.
Signed-off-by: Prike Liang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Arvind Yadav <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c index faa3f59b20c5..d86e611a9ff4 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 * |
