]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Wed, 7 Mar 2018 21:27:34 +0000 (16:27 -0500)
commit29aca11cd9a814956c7609081394f6ce2970dac9
tree983869640eae89669240357d855291211f04f975
parent6b1df546bedf175850d0fe7df918cda1984b8be0
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