aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
diff options
context:
space:
mode:
authorLikun Gao <[email protected]>2025-02-19 07:14:32 +0000
committerAlex Deucher <[email protected]>2025-02-25 16:43:58 +0000
commit71209c966320c0e9301ea736b9774429d4f8bdc0 (patch)
treeb8f92842099ea200714bfda31e7ba3e82f4ed7d5 /drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
parentdrm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (diff)
downloadkernel-71209c966320c0e9301ea736b9774429d4f8bdc0.tar.gz
kernel-71209c966320c0e9301ea736b9774429d4f8bdc0.zip
drm/amdgpu: correct the name of mes_pipe structure
Correct the structure name admgpu_mes_pipe to amdgpu_mes_pipe. Signed-off-by: Likun Gao <[email protected]> Reviewed-by: Mukul Joshi <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
index 2df2444ee892..5189a7ac65b3 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
@@ -56,7 +56,7 @@ enum amdgpu_mes_priority_level {
struct amdgpu_mes_funcs;
-enum admgpu_mes_pipe {
+enum amdgpu_mes_pipe {
AMDGPU_MES_SCHED_PIPE = 0,
AMDGPU_MES_KIQ_PIPE,
AMDGPU_MAX_MES_PIPES = 2,