[PATCH 00/17] DC Patches Mar 24, 2024
Fangzhi Zuo
Jerry.Zuo at amd.com
Wed Mar 26 19:48:57 UTC 2025
Summary:
* Improve vrr for replay and psr
* Rewrite drm debug message
* Fix clock issues for dcn32 and dcn401
* Fix mst dsc mode validation issue
Aric Cyr (1):
drm/amd/display: Promote DAL to 3.2.327
Aurabindo Pillai (6):
drm/amd/display: convert DRM_ERROR to drm_err in
hpd_rx_irq_create_workqueue()
drm/amd/display: use drm_err in hpd rx offload
drm/amd/display: use drm_err in create_validate_stream_for_sink()
drm/amd/display: convert more DRM_ERROR to drm_err
drm/amd/display: use drm_info instead of DRM_INFO
drm/amd/display: use drm_warn instead of DRM_WARN
Austin Zheng (1):
drm/amd/display: Set ODM Factor Based On DML Architecture
ChunTao Tso (1):
drm/amd/display: Add a Panel Replay config option
Dillon Varone (4):
drm/amd/display: Consider downspread against max clocks in DML2.1
drm/amd/display: Add Support for reg inbox0 for host->DMUB CMDs
drm/amd/display: Fix VUpdate offset calculations for dcn401
drm/amd/display: Fix Vertical Interrupt definitions for dcn32, dcn401
Fangzhi Zuo (1):
drm/amd/display: Do Not Consider DSC if Valid Config Not Found
Joshua Aberback (1):
drm/amd/display: Use meaningful size for block_sequence array
Robin Chen (1):
drm/amd/display: Enable Replay Low Hz feature flag
Tom Chung (1):
drm/amd/display: Do not enable Replay and PSR while VRR is on in
amdgpu_dm_commit_planes()
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 296 ++++++++---------
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 4 +
.../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 6 +-
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 17 +-
.../drm/amd/display/dc/core/dc_hw_sequencer.c | 4 +-
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 185 ++++++-----
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_helper.c | 2 +-
drivers/gpu/drm/amd/display/dc/dc_types.h | 7 +-
.../gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c | 3 +-
.../gpu/drm/amd/display/dc/dce/dmub_replay.c | 19 +-
.../src/dml2_core/dml2_core_dcn4_calcs.c | 6 +-
.../dml2/dml21/src/dml2_mcg/dml2_mcg_dcn4.c | 4 +
.../src/inc/dml2_internal_shared_types.h | 6 +
.../display/dc/dml2/dml2_dc_resource_mgmt.c | 24 +-
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 44 +++
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 1 +
.../amd/display/dc/hwss/dcn401/dcn401_init.c | 2 +-
.../drm/amd/display/dc/hwss/hw_sequencer.h | 8 +-
.../gpu/drm/amd/display/dc/inc/core_types.h | 2 +-
.../display/dc/irq/dcn32/irq_service_dcn32.c | 61 +++-
.../dc/irq/dcn401/irq_service_dcn401.c | 60 +++-
drivers/gpu/drm/amd/display/dc/irq_types.h | 9 +
.../display/dc/link/protocols/link_dp_dpia.c | 1 +
.../link/protocols/link_edp_panel_control.c | 3 +
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 132 +++++---
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +
.../drm/amd/display/dmub/src/dmub_dcn401.c | 121 ++++---
.../drm/amd/display/dmub/src/dmub_dcn401.h | 4 +-
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 297 ++++++++++++------
31 files changed, 858 insertions(+), 478 deletions(-)
--
2.43.0
More information about the amd-gfx
mailing list