aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2025-04-16 21:49:45 +0000
committerAlex Deucher <[email protected]>2025-04-22 12:51:46 +0000
commit42a66677805d03df9e2600fab82d0cbe855500e1 (patch)
treeb4e2cbb64cf9a46070fe0bb582b42789f13cd82d /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
parentdrm/amdgpu/userq: rename eviction helpers (diff)
downloadkernel-42a66677805d03df9e2600fab82d0cbe855500e1.tar.gz
kernel-42a66677805d03df9e2600fab82d0cbe855500e1.zip
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
index 151366ecc0af..8f992314c5a1 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
@@ -45,7 +45,7 @@
#include "amdgpu_ras.h"
#include "amdgpu_reset.h"
#include "amd_pcie.h"
-#include "amdgpu_userqueue.h"
+#include "amdgpu_userq.h"
void amdgpu_unregister_gpu_instance(struct amdgpu_device *adev)
{
@@ -1009,7 +1009,7 @@ out:
}
}
- dev_info->userq_ip_mask = amdgpu_userqueue_get_supported_ip_mask(adev);
+ dev_info->userq_ip_mask = amdgpu_userq_get_supported_ip_mask(adev);
ret = copy_to_user(out, dev_info,
min((size_t)size, sizeof(*dev_info))) ? -EFAULT : 0;