[PATCH 00/22] DC Patches Jan 29 2024
Tom Chung
chiahsuan.chung at amd.com
Wed Jan 24 07:01:37 UTC 2024
This DC patchset brings improvements in multiple areas.
In summary, we have:
- Add control flag for IPS residency profiling
- Populate invalid split index to be 0xF
- Fix dcn35 8k30 Underflow/Corruption Issue
- Fix DP audio settings
- Use correct phantom pipe when populating subvp pipe info
- Fix incorrect mpc_combine array size
- Fix DPSTREAM CLK on and off sequence
- Fix USB-C flag update after enc10 feature init
- Add debugfs disallow edp psr
- Unify optimize_required flags and VRR adjustments
- Increased min_dcfclk_mhz and min_fclk_mhz
- Fix static screen event mask definition change
Cc: Daniel Wheeler <daniel.wheeler at amd.com>
Alvin Lee (2):
drm/amd/display: For FPO and SubVP/DRR configs program vmin/max sel
drm/amd/display: Populate invalid split index to be 0xF
Anthony Koo (1):
drm/amd/display: [FW Promotion] Release 0.0.202.0
Aric Cyr (2):
drm/amd/display: Unify optimize_required flags and VRR adjustments
drm/amd/display: 3.2.270
Charlene Liu (3):
Revert "drm/amd/display: initialize all the dpm level's stutter
latency"
drm/amd/display: fix USB-C flag update after enc10 feature init
drm/amd/display: fix DP audio settings
Dmytro Laktyushkin (1):
drm/amd/display: Fix DPSTREAM CLK on and off sequence
Eric Yang (1):
drm/amd/display: fix invalid reg access on DCN35 FPGA
Fangzhi Zuo (1):
drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
Fudongwang (1):
drm/amd/display: refine code for dmcub inbox1 ring buffer debug
Hersen Wu (1):
drm/amd/display: add debugfs disallow edp psr
Mounika Adhuri (1):
drm/amd/display: clkmgr unittest with removal of warn & rename DCN35
ips handshake for idle
Nicholas Kazlauskas (2):
drm/amd/display: Wait before sending idle allow and after idle
disallow
drm/amd/display: Wait for mailbox ready when powering up DMCUB
Nicholas Susanto (1):
drm/amd/display: Underflow workaround by increasing SR exit latency
Sohaib Nadeem (1):
drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
Taimur Hassan (1):
drm/amd/display: Send DTBCLK disable message on first commit
Wenjing Liu (2):
drm/amd/display: fix incorrect mpc_combine array size
drm/amd/display: use correct phantom pipe when populating subvp pipe
info
Yiling Chen (1):
drm/amd/display: Fix static screen event mask definition change
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 ++-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 +
.../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 7 ++-
.../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 53 +++++++++++++++++++
.../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 53 ++++++++++---------
.../amd/display/dc/clk_mgr/dcn35/dcn35_smu.c | 15 ++++++
drivers/gpu/drm/amd/display/dc/core/dc.c | 45 ++++++++++++----
.../gpu/drm/amd/display/dc/core/dc_resource.c | 14 +++++
drivers/gpu/drm/amd/display/dc/dc.h | 3 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 14 +++--
drivers/gpu/drm/amd/display/dc/dc_stream.h | 2 -
.../gpu/drm/amd/display/dc/dce/dce_audio.c | 9 +++-
.../display/dc/dcn32/dcn32_dio_link_encoder.c | 4 +-
.../display/dc/dcn32/dcn32_resource_helpers.c | 14 -----
.../display/dc/dcn35/dcn35_dio_link_encoder.c | 4 +-
.../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 15 +++---
.../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +-
.../display/dc/dml2/dml2_translation_helper.c | 33 +++++-------
.../amd/display/dc/hwss/dce110/dce110_hwseq.c | 2 +-
.../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 +-
.../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 20 ++++---
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.c | 18 -------
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.h | 3 --
.../amd/display/dc/hwss/dcn30/dcn30_init.c | 2 +-
.../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 18 +++++++
.../amd/display/dc/hwss/dcn31/dcn31_hwseq.h | 4 ++
.../amd/display/dc/hwss/dcn31/dcn31_init.c | 2 +-
.../amd/display/dc/hwss/dcn314/dcn314_init.c | 2 +-
.../amd/display/dc/hwss/dcn32/dcn32_init.c | 2 +-
.../amd/display/dc/hwss/dcn35/dcn35_init.c | 2 +-
.../amd/display/dc/hwss/dcn351/dcn351_init.c | 2 +-
.../gpu/drm/amd/display/dc/inc/core_types.h | 2 +
drivers/gpu/drm/amd/display/dc/inc/resource.h | 3 ++
.../dc/resource/dcn32/dcn32_resource.c | 2 +-
.../dc/resource/dcn32/dcn32_resource.h | 3 --
.../dc/resource/dcn321/dcn321_resource.c | 2 +-
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 4 --
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 18 ++++---
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 13 ++++-
39 files changed, 274 insertions(+), 150 deletions(-)
--
2.34.1
More information about the amd-gfx
mailing list