Mostly Raven (DCN1) work this time around, beside a bunch of minor cleanups and a minor update to DML. Andrew Jiang (4): drm/amd/display: Don't set cursor address is 0 logging as errors drm/amd/display: Correct timings in build scaling params drm/amd/display: Add chip mask to HDMI retimer/redriver check drm/amd/display: Add DIGD case when getting retimer settings Dave Airlie (1): drm/amd/display: drop display_pipe_clocks.c. Dmytro Laktyushkin (2): drm/amd/display: change dml numdpp var to uint drm/amd/display: Minor update to DML Eric Bernstein (1): drm/amd/display: check SR_WATERMARK regs prior to write Harry Wentland (6): drm/amd/display: Fix warning about uninitialized variable drm/amd/display: Fix up some whitespace in handle_cursor_update drm/amd/display: Move OS types to os_types.h drm/amd/display: Fix one more place for dc_stream_state leak drm/amd/display: Reduce stack size of commit_planes_to_stream drm/amd/display: Remove redundant condition in dml vba Hersen Wu (1): drm/amd/display: LGD panel willl flash line under window Tony Cheng (3): drm/amd/display: DAL 3.1.06 drm/amd/display: dal 3.1.07 drm/amd/display: default force_single_disp_pipe_split = 1 on RV Yongqiang Sun (1): drm/amd/display: WA for 3 display play video hot plug. Yue Hin Lau (1): drm/amd/display: rename dscl functions drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 20 +-- drivers/gpu/drm/amd/display/dc/core/dc.c | 23 ++-- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 20 ++- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 31 ++--- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 2 +- drivers/gpu/drm/amd/display/dc/dc.h | 8 +- drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c | 2 +- .../amd/display/dc/dce110/dce110_hw_sequencer.c | 9 ++ drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c | 10 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 4 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c | 98 +++++++------- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 147 +++++++++++---------- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 1 + drivers/gpu/drm/amd/display/dc/dm_services.h | 41 ------ drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 +- .../gpu/drm/amd/display/dc/dml/display_mode_lib.c | 6 - .../gpu/drm/amd/display/dc/dml/display_mode_lib.h | 2 - .../drm/amd/display/dc/dml/display_mode_structs.h | 7 +- .../gpu/drm/amd/display/dc/dml/display_mode_vba.c | 25 ++-- .../gpu/drm/amd/display/dc/dml/display_mode_vba.h | 3 +- .../drm/amd/display/dc/dml/display_pipe_clocks.c | 106 --------------- .../drm/amd/display/dc/dml/display_pipe_clocks.h | 37 ------ drivers/gpu/drm/amd/display/dc/inc/core_status.h | 15 ++- drivers/gpu/drm/amd/display/dc/os_types.h | 40 ++++++ 24 files changed, 262 insertions(+), 397 deletions(-) delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/display_pipe_clocks.c delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/display_pipe_clocks.h -- 2.14.1