https://github.com/torvalds/linux
Revision e2bf3723db563457c0abe4eaeedac25bbbbd1d76 authored by Nicholas Kazlauskas on 14 August 2020, 15:49:13 UTC, committed by Alex Deucher on 26 August 2020, 19:45:51 UTC
[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 <nicholas.kazlauskas@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent 7594754
History
Tip revision: e2bf3723db563457c0abe4eaeedac25bbbbd1d76 authored by Nicholas Kazlauskas on 14 August 2020, 15:49:13 UTC
drm/amd/powerplay: Fix hardmins not being sent to SMU for RV
Tip revision: e2bf372
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 307 bytes
compress.c -rw-r--r-- 9.9 KB
dir.c -rw-r--r-- 6.5 KB
export.c -rw-r--r-- 5.2 KB
inode.c -rw-r--r-- 40.3 KB
isofs.h -rw-r--r-- 6.4 KB
joliet.c -rw-r--r-- 1.4 KB
namei.c -rw-r--r-- 4.1 KB
rock.c -rw-r--r-- 18.5 KB
rock.h -rw-r--r-- 2.3 KB
util.c -rw-r--r-- 2.2 KB
zisofs.h -rw-r--r-- 508 bytes

back to top