summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCharlene Liu <charlene.liu@amd.com>2017-02-10 17:51:27 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:14:35 -0400
commitb3c64dff24e829c0b61b340fbaf0efaf20ce5d58 (patch)
tree0514048fdeadadbd8745df0bed186b7d646e4e24 /drivers
parenta37656b99aca947967f32931bfd5ba04133154d8 (diff)
downloadlinux-b3c64dff24e829c0b61b340fbaf0efaf20ce5d58.tar.bz2
drm/amd/display: color distortion after DPMS+ background color fix
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index 88a2fa99f5da..0afb3c64b651 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -1054,6 +1054,8 @@ static enum dc_status apply_single_controller_ctx_to_hw(
if (!pipe_ctx_old->stream) {
core_link_enable_stream(pipe_ctx);
+ resource_build_info_frame(pipe_ctx);
+ dce110_update_info_frame(pipe_ctx);
if (dc_is_dp_signal(pipe_ctx->stream->signal))
dce110_unblank_stream(pipe_ctx,
&stream->sink->link->public.cur_link_settings);