summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2023-01-29 18:17:52 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-02-03 23:37:31 +0300
commita2f42b5efe6e49b7447e54706925c7016d77388f (patch)
treecfd28214d409a9682383e298387c82f4c400144b /drivers/gpu/drm/amd/amdgpu/df_v1_7.c
parent44900af0401fd2a2f76f5e65d42a252665bb7bdb (diff)
downloadlinux-a2f42b5efe6e49b7447e54706925c7016d77388f.tar.xz
drm/amdgpu: Fix a typo ("boradcast")
Spell it as "broadcast". Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/df_v1_7.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/df_v1_7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
index b991609f46c1..5dfab80ffff2 100644
--- a/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
+++ b/drivers/gpu/drm/amd/amdgpu/df_v1_7.c
@@ -94,7 +94,7 @@ static void df_v1_7_update_medium_grain_clock_gating(struct amdgpu_device *adev,
WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp);
}
- /* Exit boradcast mode */
+ /* Exit broadcast mode */
adev->df.funcs->enable_broadcast_mode(adev, false);
}