Re: [PATCH] drm/amd/pm: fix pp_*clk_od typo

2023-12-06 Thread Lazar, Lijo
On 12/7/2023 1:09 AM, Dmitrii Galantsev wrote: 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. Signed-off-by: Dmitrii Galantsev Reviewed-by: Lijo Lazar Add below tag also before w

Re: [PATCH] drm/amd/pm: fix pp_*clk_od typo

2023-12-06 Thread Deucher, Alexander
[AMD Official Use Only - General] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Dmitrii Galantsev Sent: Wednesday, December 6, 2023 2:39 PM To: amd-gfx@lists.freedesktop.org Cc: Galantsev, Dmitrii Subject: [PATCH] drm/amd/pm: fix pp_*clk_od typo Fix

[PATCH] drm/amd/pm: fix pp_*clk_od typo

2023-12-06 Thread Dmitrii Galantsev
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. Signed-off-by: Dmitrii Galantsev --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri