]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit511e23878a6f966011595c562c85498d575e1572
tree0aa551bea3c86789f9b77bd2665dfab1913a6488
parentd3e2fe51600126a178848b183fb2f5b1ac1306c4
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