]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7985bdbc5e0c2c2d44dc437b4102c703a94a6bc
treecacbbc92eb0f23b07d324f782728e2f97a944f74
parent88111c511e39e17355f8c07f754c6e7a7d5a2af6
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