OSDN Git Service

drm/amdgpu/navi10: Implement od clk printing
authorMatt Coffin <mcoffin13@gmail.com>
Fri, 8 Nov 2019 21:28:08 +0000 (14:28 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Nov 2019 22:38:14 +0000 (17:38 -0500)
commit7f3353f60e75c6cdfdfc170733a32db3853007bb
tree0aa551bea3c86789f9b77bd2665dfab1913a6488
parent6610713211b139985ffdb10472f7bc7a18f5e546
drm/amdgpu/navi10: Implement od clk printing

[Why]
Before this patch, navi10 overdrive settings could not be printed via
pp_od_clk_voltage

[How]
Implement printing for the overdrive settings for the following clocks
in navi10's ppt print_clk_levels implementation:

* SMU_OD_SCLK
* SMU_OD_MCLK
* SMU_OD_VDDC_CURVE

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Matt Coffin <mcoffin13@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/navi10_ppt.c