* DPP DTO fix * Transient encoder fix * Restrict the reading of LTTPR capabilities in LTTPR mode * Increase maximum stages for BB * Distinguish HDMI DTO from DP DTO * Optimized blank calculations * More robust DP MST hotplug support * eDP bug fix relating to ODM * Revert a patch that caused a regression with DP * min comp buffer size fix * Make DP easier to debug * Calculate the maximum OLED brightness correctly * 3 plane MPO. Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.119.0 Aric Cyr (2): drm/amd/display: 3.2.188 drm/amd/display: 3.2.189 Chris Park (1): drm/amd/display: Add HDMI member to DTO Duncan Ma (3): drm/amd/display: Blank eDP on enable drv if odm enabled drm/amd/display: Correct min comp buffer size drm/amd/display: Fix dpp dto for disabled pipes Gabe Teeger (1): drm/amd/display: Update optimized blank calc and programming Hansen Dsouza (1): drm/amd/display: Enable 3 plane MPO Jimmy Kizito (2): drm/amd/display: Fix entry into transient encoder assignment mode. drm/amd/display: Avoid reading LTTPR caps in non-LTTPR mode. Lei, Jun (1): drm/amd/display: Extend soc BB capabilitiy Nicholas Kazlauskas (1): Revert "drm/amd/display: Pass the new context into disable OTG WA" Roman Li (1): drm/amd/display: Cap OLED brightness per max frame-average luminance Wayne Lin (1): drm/amd/display: Detect dpcd_rev when hotplug mst monitor Wenjing Liu (1): drm/amd/display: add DP sanity checks during enable stream .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 38 ++++++++- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 8 +- .../dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 8 +- .../dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 8 +- .../gpu/drm/amd/display/dc/core/dc_debug.c | 2 + drivers/gpu/drm/amd/display/dc/core/dc_link.c | 21 +++++ .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 77 +++++++++++++------ .../drm/amd/display/dc/core/dc_link_enc_cfg.c | 45 ++++++++++- drivers/gpu/drm/amd/display/dc/dc.h | 4 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 1 + .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 4 + .../display/dc/dcn31/dcn31_dio_link_encoder.c | 6 ++ .../gpu/drm/amd/display/dc/dcn31/dcn31_hubp.c | 2 +- .../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 24 +++++- .../drm/amd/display/dc/dcn31/dcn31_resource.c | 1 - .../amd/display/dc/dcn315/dcn315_resource.c | 6 +- .../amd/display/dc/dcn316/dcn316_resource.c | 6 +- .../gpu/drm/amd/display/dc/dml/dc_features.h | 2 +- .../drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 3 +- .../dc/dml/dcn31/display_rq_dlg_calc_31.c | 16 +--- .../amd/display/dc/dml/display_mode_structs.h | 1 + .../drm/amd/display/dc/dml/display_mode_vba.h | 1 + .../gpu/drm/amd/display/dc/inc/core_status.h | 2 +- drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h | 1 + .../gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 7 ++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 1 + 27 files changed, 234 insertions(+), 69 deletions(-) -- 2.36.1