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>
Mon, 11 Dec 2023 17:40:52 +0000 (12:40 -0500)
commitdbfbf4740e40fbd39ceeb5c42ab301ac2edd7a9f
tree197accf3c5e928c1b8ac35ac5c981101b8505cdd
parent9fd2fbaabdb9dba947d1c14e5f4f217bc21afc34
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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/pm/amdgpu_pm.c