diff options
author | Yongqiang Sun <yongqiang.sun@amd.com> | 2019-09-26 14:08:41 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-25 16:50:07 -0400 |
commit | 6f29c3588b41fab68aa807ff06da79c79b5bcdf7 (patch) | |
tree | 42efddd5d3965371456c4ca7972227da8dc4d46f /drivers/gpu/drm/amd/display/modules | |
parent | 123c53a97a5500d07bf8a4adb95032dfc70af69e (diff) | |
download | linux-6f29c3588b41fab68aa807ff06da79c79b5bcdf7.tar.bz2 |
drm/amd/display: Add unknown clk state.
[Why]
System hang during S0i3 if DP only connected due to clk is disabled when
doing link training.
During S0i3, clk is disabled while the clk state is updated when ini_hw
called, and at the moment clk is still disabled which indicating a wrong
state for next time trying to enable clk.
[How]
Add an unknown state and initialize it during int_hw, make sure enable clk
command be sent to smu.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules')
0 files changed, 0 insertions, 0 deletions