This DC patchset brings improvements in multiple areas. In summary, we highlight: * FW updates; * Fix issues on DML, modes, ABM, and others; * Remove file that use FPU unit; * Improvements on DMUB, DM, DP, and others. Anthony Koo (2): drm/amd/display: FW release 1.0.10 drm/amd/display: FW Release 1.0.11 Aric Cyr (1): drm/amd/display: 3.2.85 Dmytro Laktyushkin (5): drm/amd/display: fix and simplify pipe split logic drm/amd/display: update dml interfaces and variables drm/amd/display: correct rn NUM_VMID drm/amd/display: fix dml log2 function drm/amd/display: fix dml immediate flip input Jaehyun Chung (1): drm/amd/display: Handle persistence in DM Jake Wang (1): drm/amd/display: vbios data table packing Jinze Xu (1): drm/amd/display: Set/Reset avmute when disable/enable stream Nicholas Kazlauskas (6): drm/amd/display: Check bss_data_size before going down legacy DMUB load path drm/amd/display: Don't pass invalid fw_bss_data pointer into DMUB srv drm/amd/display: Defer cursor lock until after VUPDATE drm/amd/display: Avoid pipe split when plane is too small drm/amd/display: Add DMUB firmware version helpers in DMUB service drm/amd/display: Support CW4 for DMUB ringbuffer inbox Nikola Cornij (1): drm/amd/display: Minimize DSC resource re-assignment Rodrigo Siqueira (2): drm/amd/display: Add bit swap helper based on endianness drm/amd/display: Remove dml_common_def file Stylon Wang (1): drm/amd/display: Fix incorrectly pruned modes with deep color Sung Lee (1): drm/amd/display: Do not fail if build scaling params fails Vladimir Stempen (1): drm/amd/display: DP training to set properly SCRAMBLING_DISABLE Wenjing Liu (1): drm/amd/display: DP link layer test 4.2.1.1 fix due to specs update Wyatt Wood (1): drm/amd/display: Fix ABM memory alignment issue Yongqiang Sun (2): drm/amd/display: Implement some asic specific abm call backs. drm/amd/display: Remove nv12 work around .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 106 +++++--- .../display/amdgpu_dm/amdgpu_dm_services.c | 25 -- .../drm/amd/display/dc/bios/bios_parser2.c | 98 ++++++++ .../gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 21 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 11 +- .../gpu/drm/amd/display/dc/core/dc_link_ddc.c | 13 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 86 ++++--- .../drm/amd/display/dc/core/dc_link_hwss.c | 2 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 28 ++- .../drm/amd/display/dc/core/dc_vm_helper.c | 3 - drivers/gpu/drm/amd/display/dc/dc.h | 5 +- .../gpu/drm/amd/display/dc/dc_bios_types.h | 4 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 1 + drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 92 ------- drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 2 +- .../display/dc/dce110/dce110_hw_sequencer.c | 11 + .../display/dc/dce110/dce110_hw_sequencer.h | 1 + .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 72 +++++- .../amd/display/dc/dcn10/dcn10_hw_sequencer.h | 5 + .../gpu/drm/amd/display/dc/dcn10/dcn10_init.c | 2 + .../drm/amd/display/dc/dcn20/dcn20_hubbub.h | 1 + .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 6 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_init.c | 2 + .../drm/amd/display/dc/dcn20/dcn20_resource.c | 193 ++++++++------- .../drm/amd/display/dc/dcn20/dcn20_resource.h | 7 +- .../drm/amd/display/dc/dcn21/dcn21_hubbub.c | 7 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c | 121 +-------- .../drm/amd/display/dc/dcn21/dcn21_hwseq.c | 89 +++++++ .../drm/amd/display/dc/dcn21/dcn21_hwseq.h | 6 + .../gpu/drm/amd/display/dc/dcn21/dcn21_init.c | 6 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 4 +- drivers/gpu/drm/amd/display/dc/dm_services.h | 69 ------ drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 - .../dc/dml/dcn20/display_rq_dlg_calc_20.c | 33 +-- .../dc/dml/dcn20/display_rq_dlg_calc_20.h | 1 - .../dc/dml/dcn20/display_rq_dlg_calc_20v2.c | 33 +-- .../dc/dml/dcn20/display_rq_dlg_calc_20v2.h | 1 - .../dc/dml/dcn21/display_rq_dlg_calc_21.c | 36 +-- .../dc/dml/dcn21/display_rq_dlg_calc_21.h | 2 +- .../amd/display/dc/dml/display_mode_enums.h | 6 + .../drm/amd/display/dc/dml/display_mode_lib.h | 6 +- .../amd/display/dc/dml/display_mode_structs.h | 11 + .../drm/amd/display/dc/dml/display_mode_vba.c | 60 +++-- .../drm/amd/display/dc/dml/display_mode_vba.h | 229 ++++++++++-------- .../display/dc/dml/display_rq_dlg_helpers.h | 1 - .../display/dc/dml/dml1_display_rq_dlg_calc.h | 2 - .../drm/amd/display/dc/dml/dml_common_defs.c | 43 ---- .../drm/amd/display/dc/dml/dml_common_defs.h | 37 --- .../drm/amd/display/dc/dml/dml_inline_defs.h | 19 +- .../gpu/drm/amd/display/dc/inc/dc_link_ddc.h | 2 +- .../gpu/drm/amd/display/dc/inc/dc_link_dp.h | 2 +- drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 3 - .../gpu/drm/amd/display/dc/inc/hw_sequencer.h | 7 + drivers/gpu/drm/amd/display/dc/inc/resource.h | 2 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 11 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 16 +- .../drm/amd/display/dmub/inc/dmub_cmd_dal.h | 35 +++ .../drm/amd/display/dmub/inc/dmub_fw_meta.h | 2 + .../gpu/drm/amd/display/dmub/inc/dmub_rb.h | 6 +- .../gpu/drm/amd/display/dmub/inc/dmub_types.h | 9 +- .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c | 28 ++- .../gpu/drm/amd/display/dmub/src/dmub_srv.c | 8 +- .../drm/amd/display/modules/inc/mod_stats.h | 8 +- .../amd/display/modules/power/power_helpers.c | 95 +++++--- .../gpu/drm/amd/display/modules/vmid/vmid.c | 7 +- 65 files changed, 983 insertions(+), 879 deletions(-) delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.c delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.h -- 2.26.2 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx