]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: S3 Resume time increase after decoupling DPMS from fast boot
authorSivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com>
Tue, 28 May 2019 20:36:42 +0000 (16:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jun 2019 17:51:12 +0000 (12:51 -0500)
commit3de5aa81c5065abd31bf981483c4c6caa97e8798
tree5ed95f74f3881c68b992f6f48d4194a2ff0afea9
parentc08264876f4da8b0ee16ab1a070cb405186ef28a
drm/amd/display: S3 Resume time increase after decoupling DPMS from fast boot

[Why]
We incorrectly began powering down the display at boot/resume whenever
fast boot was not possible. This should not be done in the case where there
exists a stream for the eDP since this implies that we want to turn it on.

[How]
Add check for eDP stream to decide whether to power off edp.

Signed-off-by: SivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Acked-by: Reza Amini <Reza.Amini@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c