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>
This commit is contained in:
Alex Deucher
2025-04-16 17:49:45 -04:00
parent 4fdbe3a623
commit 42a6667780
11 changed files with 94 additions and 94 deletions

View File

@@ -27,7 +27,7 @@
#include <linux/types.h>
#include "amdgpu_userqueue.h"
#include "amdgpu_userq.h"
struct amdgpu_userq_fence {
struct dma_fence base;