drm/amd/display: Call update_stream_signal directly from amdgpu_dm
authorHarry Wentland <harry.wentland@amd.com>
Mon, 18 Dec 2017 17:01:30 +0000 (12:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:18:35 +0000 (14:18 -0500)
commit9182b4cb445dc31bd46d2cc1e9e7e38771fdbae4
treebf045859c7064b58ced5d5fe0631e39881688ec2
parentd1bd7d61bc668a11224768cd77bb9d403ad04ffd
drm/amd/display: Call update_stream_signal directly from amdgpu_dm

There's no good place in DC to cover all place where stream signal should
be updated. update_stream_signal depends on timing which comes from DM.

Signed-off-by: Harry Wentland <harry.wentland@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/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
drivers/gpu/drm/amd/display/dc/dc_stream.h