From: <Roman.Li@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Aurabindo Pillai <aurabindo.pillai@amd.com>,
Roman Li <roman.li@amd.com>, Wayne Lin <wayne.lin@amd.com>,
Tom Chung <chiahsuan.chung@amd.com>,
"Fangzhi Zuo" <jerry.zuo@amd.com>,
Daniel Wheeler <daniel.wheeler@amd.com>, Ray Wu <Ray.Wu@amd.com>,
Ivan Lipski <ivan.lipski@amd.com>, Alex Hung <alex.hung@amd.com>,
Roman Li <Roman.Li@amd.com>
Subject: [PATCH 00/12] DC Patches July 30, 2025
Date: Wed, 30 Jul 2025 14:58:51 -0400 [thread overview]
Message-ID: <20250730185903.1023256-1-Roman.Li@amd.com> (raw)
From: Roman Li <Roman.Li@amd.com>
This DC patchset brings improvements in multiple areas. In summary, we highlight:
* Add interface to log hw state when underflow happens
* Fix hubp programming of 3dlut fast load
* Avoid Read Remote DPCD Many Times
* More liberal vmin/vmax update for freesync
* Fix dmub access race condition
Cc: Daniel Wheeler <daniel.wheeler@amd.com>
Aurabindo Pillai (2):
drm/amd/display: fix dmub access race condition
drm/amd/display: more liberal vmin/vmax update for freesync
Duncan Ma (1):
drm/amd/display: Adjust AUX-less ALPM setting
Fangzhi Zuo (1):
drm/amd/display: Avoid Read Remote DPCD Many Times
Jingwen Zhu (1):
drm/amd/display: limited pll vco w/a v2
Mario Limonciello (1):
drm/amd/display: Revert "drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL
value"
Muhammad Ahmed (1):
drm/amd/display: Adding interface to log hw state when underflow
happens
Paul Hsieh (1):
drm/amd/display: update dpp/disp clock from smu clock table
Reza Amini (1):
drm/amd/display: Fixing hubp programming of 3dlut fast load
Ryan Seto (1):
drm/amd/display: Toggle for Disable Force Pstate Allow on Disable
Siyang Liu (1):
drm/amd/display: fix a Null pointer dereference vulnerability
Taimur Hassan (1):
drm/amd/display: Promote DC to 3.2.344
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 81 ++++++++++++++++---
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 14 ++++
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 9 ++-
.../display/dc/clk_mgr/dcn301/vg_clk_mgr.c | 16 ++++
drivers/gpu/drm/amd/display/dc/core/dc.c | 37 ++++++---
drivers/gpu/drm/amd/display/dc/dc.h | 59 +++++++++++++-
.../amd/display/dc/dml/dcn301/dcn301_fpu.c | 20 ++++-
.../display/dc/hubbub/dcn30/dcn30_hubbub.c | 31 +++++++
.../display/dc/hubbub/dcn30/dcn30_hubbub.h | 6 ++
.../display/dc/hubbub/dcn31/dcn31_hubbub.c | 2 +
.../display/dc/hubbub/dcn32/dcn32_hubbub.c | 2 +
.../display/dc/hubbub/dcn35/dcn35_hubbub.c | 2 +
.../display/dc/hubbub/dcn401/dcn401_hubbub.c | 2 +
.../amd/display/dc/hubp/dcn10/dcn10_hubp.h | 9 ++-
.../amd/display/dc/hubp/dcn20/dcn20_hubp.h | 1 +
.../amd/display/dc/hubp/dcn30/dcn30_hubp.c | 26 ++++++
.../amd/display/dc/hubp/dcn30/dcn30_hubp.h | 8 +-
.../amd/display/dc/hubp/dcn31/dcn31_hubp.c | 15 ++++
.../amd/display/dc/hubp/dcn31/dcn31_hubp.h | 6 +-
.../amd/display/dc/hubp/dcn32/dcn32_hubp.c | 3 +
.../amd/display/dc/hubp/dcn35/dcn35_hubp.c | 3 +
.../amd/display/dc/hubp/dcn401/dcn401_hubp.c | 41 ++++++++++
.../amd/display/dc/hubp/dcn401/dcn401_hubp.h | 8 +-
.../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 63 +++++++++++----
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.c | 48 +++++++++++
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.h | 5 ++
.../amd/display/dc/hwss/dcn30/dcn30_init.c | 1 +
.../amd/display/dc/hwss/dcn31/dcn31_init.c | 1 +
.../amd/display/dc/hwss/dcn314/dcn314_init.c | 1 +
.../amd/display/dc/hwss/dcn32/dcn32_init.c | 1 +
.../amd/display/dc/hwss/dcn35/dcn35_init.c | 1 +
.../amd/display/dc/hwss/dcn351/dcn351_init.c | 1 +
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 36 +++++----
.../amd/display/dc/hwss/dcn401/dcn401_init.c | 1 +
.../drm/amd/display/dc/hwss/hw_sequencer.h | 4 +
.../gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 2 +
drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 21 ++++-
drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 11 +++
.../link/protocols/link_edp_panel_control.c | 2 +-
.../dc/resource/dcn32/dcn32_resource.h | 3 +-
.../dc/resource/dcn401/dcn401_resource.c | 1 +
.../dc/resource/dcn401/dcn401_resource.h | 3 +-
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 1 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 3 +-
.../gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 1 +
45 files changed, 545 insertions(+), 67 deletions(-)
--
2.34.1
next reply other threads:[~2025-07-30 19:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 18:58 Roman.Li [this message]
2025-07-30 18:58 ` [PATCH 01/12] drm/amd/display: fix a Null pointer dereference vulnerability Roman.Li
2025-07-30 18:58 ` [PATCH 02/12] drm/amd/display: Adjust AUX-less ALPM setting Roman.Li
2025-07-30 18:58 ` [PATCH 03/12] drm/amd/display: fix dmub access race condition Roman.Li
2025-08-05 11:51 ` Klara Modin
2025-08-18 11:31 ` Klara Modin
2025-07-30 18:58 ` [PATCH 04/12] drm/amd/display: more liberal vmin/vmax update for freesync Roman.Li
2025-07-30 18:58 ` [PATCH 05/12] drm/amd/display: update dpp/disp clock from smu clock table Roman.Li
2025-07-30 18:58 ` [PATCH 06/12] drm/amd/display: Revert "drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value" Roman.Li
2025-07-30 18:58 ` [PATCH 07/12] drm/amd/display: Avoid Read Remote DPCD Many Times Roman.Li
2025-07-30 18:58 ` [PATCH 08/12] drm/amd/display: limited pll vco w/a v2 Roman.Li
2025-07-30 18:59 ` [PATCH 09/12] drm/amd/display: Fixing hubp programming of 3dlut fast load Roman.Li
2025-07-30 18:59 ` [PATCH 10/12] drm/amd/display: Toggle for Disable Force Pstate Allow on Disable Roman.Li
2025-07-30 18:59 ` [PATCH 11/12] drm/amd/display: Adding interface to log hw state when underflow happens Roman.Li
2025-07-30 18:59 ` [PATCH 12/12] drm/amd/display: Promote DC to 3.2.344 Roman.Li
2025-08-05 13:04 ` [PATCH 00/12] DC Patches July 30, 2025 Wheeler, Daniel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250730185903.1023256-1-Roman.Li@amd.com \
--to=roman.li@amd.com \
--cc=Ray.Wu@amd.com \
--cc=alex.hung@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=aurabindo.pillai@amd.com \
--cc=chiahsuan.chung@amd.com \
--cc=daniel.wheeler@amd.com \
--cc=harry.wentland@amd.com \
--cc=ivan.lipski@amd.com \
--cc=jerry.zuo@amd.com \
--cc=sunpeng.li@amd.com \
--cc=wayne.lin@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).