* Fix disabling FB without CRTC * Fix MST hotplug Anthony Koo (4): drm/amd/display: fix issue related to infopacket was not transmitted drm/amd/display: add some DTN logs for input and output tf drm/amd/display: update dtn logging and goldens drm/amd/display: Correct rounding calcs in mod_freesync_is_valid_range Charlene Liu (1): drm/amd/display: add cursor TTU CRQ related Dmytro Laktyushkin (1): drm/amd/display: compact the rq/dlg/ttu log Eric Bernstein (2): drm/amd/display: Make program_output_csc HWSS interface function drm/amd/display: Refactor otg_blank sequence Harry Wentland (1): drm/amd/display: Disallow enabling CRTC without primary plane with FB Hersen Wu (1): drm/amd/display: DP link validation bug for YUV422 Jerry (Fangzhi) Zuo (2): drm/amd/display: Update MST edid property every time drm/amd/display: Check dc_sink every time in MST hotplug Julian Parkin (2): drm/amd/display: Add assert that chroma pitch is non zero drm/amd/display: reprogram infoframe during apply_ctx_to_hw Krunoslav Kovac (1): drm/amd/display: Add user_regamma to color module Martin Tsai (1): drm/amd/display: to synchronize the hubp and dpp programming in cursor control Mikita Lipski (2): drm/amd/display: Fix deadlock when flushing irq drm/amd/display: Unify dm resume sequence into a single call Tony Cheng (2): drm/amd/display: dal 3.1.43 drm/amd/display: dal 3.1.44 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 41 ++- .../drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 5 +- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 22 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 47 ++- .../gpu/drm/amd/display/dc/core/dc_resource.c | 18 + .../gpu/drm/amd/display/dc/core/dc_stream.c | 18 + drivers/gpu/drm/amd/display/dc/dc.h | 2 +- .../amd/display/dc/dce/dce_stream_encoder.c | 25 +- .../display/dc/dce110/dce110_hw_sequencer.c | 6 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c | 25 ++ .../gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 27 ++ .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 14 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 34 +- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 312 ++++++++--------- .../display/dc/dcn10/dcn10_stream_encoder.c | 11 +- drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 16 + drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 22 +- .../gpu/drm/amd/display/dc/inc/hw_sequencer.h | 15 +- .../amd/display/modules/color/color_gamma.c | 314 +++++++++++++++++- .../amd/display/modules/color/color_gamma.h | 48 ++- .../amd/display/modules/freesync/freesync.c | 39 ++- 21 files changed, 779 insertions(+), 282 deletions(-) -- 2.17.0