[AMD Official Use Only - Internal Distribution Only] Acked-by: Tao Zhou <tao.zhou1@xxxxxxx> -----Original Message----- From: Jiansong Chen <Jiansong.Chen@xxxxxxx> Sent: Tuesday, July 21, 2020 12:36 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Zhou1, Tao <Tao.Zhou1@xxxxxxx>; Feng, Kenneth <Kenneth.Feng@xxxxxxx>; Gao, Likun <Likun.Gao@xxxxxxx>; Chen, Jiansong (Simon) <Jiansong.Chen@xxxxxxx> Subject: [PATCH] drm/amd/powerplay: fix typos for clk map It should be DCLK1->PPCLK_DCLK_1 and VCLK->PPCLK_VCLK_0. Signed-off-by: Jiansong Chen <Jiansong.Chen@xxxxxxx> Change-Id: Ib2239b35840d3774a0e1aa3114d2f965e6d88e7c --- drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c b/drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c index cae8e776fafe..87eedd7c28ec 100644 --- a/drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c +++ b/drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c @@ -128,8 +128,8 @@ static struct cmn2asic_mapping sienna_cichlid_clk_map[SMU_CLK_COUNT] = { CLK_MAP(UCLK,PPCLK_UCLK), CLK_MAP(MCLK,PPCLK_UCLK), CLK_MAP(DCLK,PPCLK_DCLK_0), -CLK_MAP(DCLK1,PPCLK_DCLK_0), -CLK_MAP(VCLK,PPCLK_VCLK_1), +CLK_MAP(DCLK1,PPCLK_DCLK_1), +CLK_MAP(VCLK,PPCLK_VCLK_0), CLK_MAP(VCLK1,PPCLK_VCLK_1), CLK_MAP(DCEFCLK,PPCLK_DCEFCLK), CLK_MAP(DISPCLK,PPCLK_DISPCLK), -- 2.17.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx