aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorNicholas Kazlauskas <[email protected]>2020-08-14 11:49:13 -0400
committerAlex Deucher <[email protected]>2020-08-26 15:45:51 -0400
commite2bf3723db563457c0abe4eaeedac25bbbbd1d76 (patch)
treeda562642391123635f6196d453a27b6e1996d558 /scripts/gcc-plugins/cyc_complexity_plugin.c
parent75947544c8abd380064c817e2a2f043914d49e55 (diff)
drm/amd/powerplay: Fix hardmins not being sent to SMU for RV
[Why] DC uses these to raise the voltage as needed for higher dispclk/dppclk and to ensure that we have enough bandwidth to drive the displays. There's a bug preventing these from actuially sending messages since it's checking the actual clock (which is 0) instead of the incoming clock (which shouldn't be 0) when deciding to send the hardmin. [How] Check the clocks != 0 instead of the actual clocks. Fixes: 9ed9203c3ee7 ("drm/amd/powerplay: rv dal-pplib interface refactor powerplay part") Signed-off-by: Nicholas Kazlauskas <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions