RE: [PATCH] drm/amd/pm: fix pp_dpm_fclk

2020-10-21 Thread Gao, Likun
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Likun Gao Regards, Likun -Original Message- From: Kenneth Feng Sent: Wednesday, October 21, 2020 4:19 PM To: amd-gfx@lists.freedesktop.org Cc: Gao, Likun ; Feng, Kenneth Subject: [PATCH] drm/amd/pm: fix pp_dpm_fclk

[PATCH] drm/amd/pm: fix pp_dpm_fclk

2020-10-21 Thread Kenneth Feng
fclk value is missing in pp_dpm_fclk. add this to correctly show the current value. Signed-off-by: Kenneth Feng --- drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c