drm/amd/pm: fix pp_*clk_od typo
authorDmitrii Galantsev <dmitrii.galantsev@amd.com>
Wed, 6 Dec 2023 08:04:52 +0000 (02:04 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Dec 2023 22:39:19 +0000 (17:39 -0500)
commitdf2a5f74e6eda50e1376a32bd60402a28ed51c8e
tree99ff3f98ebe1cd5c3c2920c98af71ad5160c31bf
parente17768691dd8d0664413de3123621daa0504054c
drm/amd/pm: fix pp_*clk_od typo

Fix pp_dpm_sclk_od and pp_dpm_mclk_od typos.
Those were defined as pp_*clk_od but used as pp_dpm_*clk_od instead.
This change removes the _dpm part.

Fixes: 8cfd6a05750c ("drm/amd/pm: Hide irrelevant pm device attributes")
Signed-off-by: Dmitrii Galantsev <dmitrii.galantsev@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_pm.c