drm/amd/display: combine output signal and signal
authorEric Yang <Eric.Yang2@amd.com>
Fri, 3 Nov 2017 21:58:42 +0000 (17:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:37 +0000 (12:47 -0500)
commite14ca957797470978cf2a8b18c1a136b6cb7dc8f
treecacbbc92eb0f23b07d324f782728e2f97a944f74
parentbd1be8e894e4963595a35ebeff512dc63d3ee328
drm/amd/display: combine output signal and signal

output signal used to be a public member to be used by DM to override
the stream signal. Now since there is no longer separation between
public and private part of stream, they are combined. The overriding
was not working properly as well, which is addressed by this change

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
drivers/gpu/drm/amd/display/dc/dc.h