This DC patchset brings improvements in multiple areas. In summary, we highlight: * DC Version 3.2.102 * DMUB Firmware release 0.0.32 * DSC improvements * PSR enablement for DCN3 * Various bug fixes and improvements for eDP, OLED panel and others -- Aidan Gratton (1): drm/amd/display: Increase Max EDID Size Constant Alvin Lee (1): drm/amd/display: Compare plane when looking for pipe split being lost Anthony Koo (3): drm/amd/display: [FW Promotion] Release 0.0.30 drm/amd/display: [FW Promotion] Release 0.0.31 drm/amd/display: [FW Promotion] Release 0.0.32 Aric Cyr (6): drm/amd/display: 3.2.100 drm/amd/display: Triplebuffering should not be used by default drm/amd/display: 3.2.101 drm/amd/display: Flip pending check timeout due to disabled hubp drm/amd/display: Multi display cause system lag on mode change drm/amd/display: 3.2.102 Ashley Thomas (1): drm/amd/display: Power eDP panel back ON before link training retry Bhawanpreet Lakha (1): drm/amd/display: Don't use DRM_ERROR() for DTM add topology Dmytro Laktyushkin (2): drm/amd/display: make dcn20 stream_gating use a pointer for dsc_pg_control drm/amd/display: update dcn30_optc header with missing declarations Eric Yang (1): drm/amd/display: implement notify stream mask Eryk Brol (5): drm/amd/display: Add DSC force disable to dsc_clock_en debugfs entry drm/amd/display: Add trigger connector unplug drm/amd/display: Return the number of bytes parsed than allocated drm/amd/display: Calculate DSC number of slices in debugfs when forced drm/amd/display: Add connector to the state if DSC debugfs is set Fangzhi Zuo (1): drm/amd/display: Further fix of psr eDP p-state warning George Shen (1): drm/amd/display: Rename set_mst_bandwidth to align with DP spec Harmanprit Tatla (2): drm/amd/display: Add CP_IRQ clear capability drm/amd/display: Fix CP_IRQ clear bit and logic JinZe.Xu (1): drm/amd/display: Detect plane change when detect pipe change. Joshua Aberback (2): drm/amd/display: Compare mpcc_inst to mpcc_count instead of a constant drm/amd/display: Update idle optimization handling Josip Pavic (1): drm/amd/display: remove dc context from transfer function Jun Lei (2): drm/amd/display: update nv1x stutter latencies drm/amd/display: get socBB from VBIOS Lewis Huang (1): drm/amd/display: update clock when non-seamless boot stream exist Martin Leung (1): drm/amd/display: adding pathway to retrieve stutter period Naveed Ashfaq (1): drm/amd/display: Fixed Intermittent blue screen on OLED panel Rodrigo Siqueira (1): drm/amd/display: Check clock table return Roman Li (2): drm/amd/display: remove early return from dm_late_init drm/amd/display: fix compile warning in dml Wenjing Liu (2): drm/amd/display: add option to override cr training pattern drm/amd/display: always use 100us for cr aux rd interval Wesley Chalmers (1): drm/amd/display: Only use offset for first ODM pipe Zhan Liu (2): drm/amd/display: Enabling PSR on DCN30 on driver side drm/amd/display: Disable idle optimization when PSR is enabled .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 64 ++++++++++---- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 14 +++- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 76 +++++++++++++---- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 30 +++---- .../drm/amd/display/dc/bios/bios_parser2.c | 71 +++++++++++++++- .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 7 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 57 +++++++++---- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 53 +++++++----- .../drm/amd/display/dc/core/dc_link_hwss.c | 6 ++ .../gpu/drm/amd/display/dc/core/dc_resource.c | 29 ++++--- .../gpu/drm/amd/display/dc/core/dc_stream.c | 12 ++- .../gpu/drm/amd/display/dc/core/dc_surface.c | 7 +- drivers/gpu/drm/amd/display/dc/dc.h | 9 +- .../gpu/drm/amd/display/dc/dc_bios_types.h | 4 + drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 16 ++++ drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 + drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 1 + drivers/gpu/drm/amd/display/dc/dc_types.h | 2 +- .../amd/display/dc/dce/dce_stream_encoder.c | 6 +- .../display/dc/dce110/dce110_hw_sequencer.c | 84 ++++++++++++++----- .../amd/display/dc/dcn10/dcn10_cm_common.c | 4 - .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 3 + .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 14 ++-- .../display/dc/dcn10/dcn10_stream_encoder.c | 6 +- .../display/dc/dcn10/dcn10_stream_encoder.h | 2 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 3 + .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 33 +++++--- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 6 +- .../display/dc/dcn20/dcn20_stream_encoder.c | 4 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 2 + .../amd/display/dc/dcn30/dcn30_cm_common.c | 4 - .../dc/dcn30/dcn30_dio_stream_encoder.c | 4 +- .../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 29 +++---- .../gpu/drm/amd/display/dc/dcn30/dcn30_optc.c | 5 +- .../gpu/drm/amd/display/dc/dcn30/dcn30_optc.h | 4 + .../drm/amd/display/dc/dcn30/dcn30_resource.c | 38 ++++++++- .../dc/dml/dcn20/display_mode_vba_20v2.c | 11 ++- .../dc/dml/dcn21/display_mode_vba_21.c | 2 +- .../dc/dml/dcn30/display_mode_vba_30.c | 12 ++- .../gpu/drm/amd/display/dc/inc/core_types.h | 6 ++ .../amd/display/dc/inc/hw/stream_encoder.h | 2 +- .../dc/virtual/virtual_stream_encoder.c | 9 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 5 +- .../amd/display/include/bios_parser_types.h | 6 ++ .../amd/display/include/link_service_types.h | 1 + .../gpu/drm/amd/display/modules/hdcp/hdcp.c | 8 ++ .../gpu/drm/amd/display/modules/hdcp/hdcp.h | 1 + .../drm/amd/display/modules/hdcp/hdcp_ddc.c | 17 ++++ .../drm/amd/display/modules/hdcp/hdcp_psp.c | 2 +- 50 files changed, 577 insertions(+), 220 deletions(-) -- 2.25.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx