[AMD Official Use Only - General]

Please add following information into commit message.

Fixes: ca55f459f5ad  ("drm/amd/pm: add the fine grain tuning function for 
Renoir")

Reviewed-by: Yang Wang <[email protected]>

Best Regards,
Kevin

-----Original Message-----
From: amd-gfx <[email protected]> On Behalf Of Jesse Zhang
Sent: Friday, May 10, 2024 10:50 AM
To: [email protected]
Cc: Deucher, Alexander <[email protected]>; Koenig, Christian 
<[email protected]>; Huang, Tim <[email protected]>; Zhang, Jesse(Jie) 
<[email protected]>; Zhang, Jesse(Jie) <[email protected]>
Subject: [PATCH 13/22] drm/amd/pm: remove logically dead code for renoir

The switch governing value clk_type cannot be SMU_GFXCLK and SMU_SCLK.

Signed-off-by: Jesse Zhang <[email protected]>
---
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c
index aeeba0d95c9c..cc0504b063fa 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c
@@ -585,8 +585,6 @@ static int renoir_print_clk_levels(struct smu_context *smu,
        }

        switch (clk_type) {
-       case SMU_GFXCLK:
-       case SMU_SCLK:
        case SMU_SOCCLK:
        case SMU_MCLK:
        case SMU_DCEFCLK:
--
2.25.1

Reply via email to