drm/amdgpu/userq: use consistent function naming
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 16 Apr 2025 21:49:45 +0000 (17:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Apr 2025 12:51:46 +0000 (08:51 -0400)
commit42a66677805d03df9e2600fab82d0cbe855500e1
treeb4e2cbb64cf9a46070fe0bb582b42789f13cd82d
parent4fdbe3a623b264d0f361a81a41baff16b4aa6bb1
drm/amdgpu/userq: use consistent function naming

s/userqueue/userq/

1. remove the mix of amdgpu_userqueue and amdgpu_userq
2. to be consistent with other amdgpu_userq_fence.c
3. it's shorter

Reviewed-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 files changed:
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.h
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c [deleted file]
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h [deleted file]
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c
drivers/gpu/drm/amd/amdgpu/mes_userqueue.h