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>,
Dan 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/14] DC Patches November 26, 2025
Date: Wed, 26 Nov 2025 18:06:00 -0500 [thread overview]
Message-ID: <20251126230614.13409-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 configurable SPL namespace prefix.
* Add register definitions in dcn_hubbub_registers.
* Add additional info from DML.
* Add dc interface for query QoS information.
* Fix wrong x_pos and y_pos for cursor offload.
* Fix Smart Power OLED not working after S4.
* Fix double cursor when switching between hw and sw cursor.
* Refactor HPD to increase flexibility.
* Remove unused encoder types.
Cc: Dan Wheeler <daniel.wheeler@amd.com>
Charlene Liu (1):
drm/amd/display: add register definitions in dcn_hubbub_registers
Dillon Varone (1):
drm/amd/display: Guard FAMS2 configuration updates
Dmytro Laktyushkin (1):
drm/amd/display: refactor HPD to increase flexibility
Ian Chen (1):
drm/amd/display: fix Smart Power OLED not working after S4
Ivan Lipski (3):
drm/amd/display: Remove unused encoder types
drm/amd/display: Use local variable for analog_engine initialization
drm/amd/display: Move RGB-type check for audio sync to DCE HW sequence
Jing Zhou (1):
drm/amd/display: Correct FIXED_VS Link Rate Toggle Condition
Navid Assadian (1):
drm/amd/display - dc: Add configurable SPL namespace prefix
Nevenko Stupar (1):
drm/amd/display: Add additional info from DML
Nicholas Kazlauskas (2):
drm/amd/display: Fix wrong x_pos and y_pos for cursor offload
drm/amd/display: Reset pipe mask at beginning of cursor offload
Taimur Hassan (1):
drm/amd/display: Promote DC to 3.2.361
Wenjing Liu (1):
drm/amd/display: add dc interface for query QoS information
drivers/gpu/drm/amd/display/dc/core/dc.c | 30 +++
drivers/gpu/drm/amd/display/dc/dc.h | 39 ++-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 18 +-
.../drm/amd/display/dc/dce/dce_link_encoder.c | 47 +++-
.../drm/amd/display/dc/dce/dce_link_encoder.h | 8 +-
.../display/dc/dcn201/dcn201_link_encoder.c | 3 +
.../amd/display/dc/dcn21/dcn21_link_encoder.c | 3 +
.../display/dc/dio/dcn10/dcn10_link_encoder.c | 43 ++++
.../display/dc/dio/dcn10/dcn10_link_encoder.h | 11 +-
.../display/dc/dio/dcn20/dcn20_link_encoder.c | 3 +
.../dc/dio/dcn30/dcn30_dio_link_encoder.c | 3 +
.../dc/dio/dcn301/dcn301_dio_link_encoder.c | 3 +
.../dc/dio/dcn31/dcn31_dio_link_encoder.c | 3 +
.../dc/dio/dcn32/dcn32_dio_link_encoder.c | 3 +
.../dc/dio/dcn321/dcn321_dio_link_encoder.c | 3 +
.../dc/dio/dcn35/dcn35_dio_link_encoder.c | 3 +
.../dc/dio/dcn401/dcn401_dio_link_encoder.c | 3 +
.../display/dc/hubbub/dcn10/dcn10_hubbub.h | 6 +-
.../amd/display/dc/hubp/dcn401/dcn401_hubp.c | 14 +-
.../amd/display/dc/hwss/dce110/dce110_hwseq.c | 25 +-
.../amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 1 +
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 17 +-
.../drm/amd/display/dc/hwss/hw_sequencer.h | 37 +++
.../drm/amd/display/dc/inc/hw/link_encoder.h | 4 +
.../gpu/drm/amd/display/dc/inc/link_service.h | 3 -
.../drm/amd/display/dc/link/link_detection.c | 10 +-
.../gpu/drm/amd/display/dc/link/link_dpms.c | 3 +-
.../drm/amd/display/dc/link/link_factory.c | 240 +++++++++---------
.../link_dp_training_fixed_vs_pe_retimer.c | 2 +-
.../amd/display/dc/link/protocols/link_hpd.c | 165 ++++--------
.../amd/display/dc/link/protocols/link_hpd.h | 1 -
.../dc/resource/dcn32/dcn32_resource.h | 5 +-
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c | 186 +++++++-------
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h | 8 -
.../drm/amd/display/dc/sspl/dc_spl_filters.c | 4 +-
.../drm/amd/display/dc/sspl/dc_spl_filters.h | 4 +-
.../display/dc/sspl/dc_spl_isharp_filters.c | 31 +--
.../display/dc/sspl/dc_spl_isharp_filters.h | 16 +-
.../display/dc/sspl/dc_spl_scl_easf_filters.c | 155 +++++------
.../display/dc/sspl/dc_spl_scl_easf_filters.h | 37 +--
.../amd/display/dc/sspl/dc_spl_scl_filters.c | 27 +-
.../amd/display/dc/sspl/dc_spl_scl_filters.h | 3 +-
.../amd/display/dc/sspl/spl_custom_float.c | 11 +-
.../amd/display/dc/sspl/spl_custom_float.h | 4 +-
.../drm/amd/display/dc/sspl/spl_fixpt31_32.c | 78 +++---
.../drm/amd/display/dc/sspl/spl_fixpt31_32.h | 56 ++--
.../drm/amd/display/dc/sspl/spl_os_types.h | 9 +
47 files changed, 777 insertions(+), 611 deletions(-)
--
2.34.1
next reply other threads:[~2025-11-26 23:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-26 23:06 Roman.Li [this message]
2025-11-26 23:06 ` [PATCH 01/14] drm/amd/display: Remove unused encoder types Roman.Li
2025-11-26 23:06 ` [PATCH 02/14] drm/amd/display: Use local variable for analog_engine initialization Roman.Li
2025-11-26 23:06 ` [PATCH 03/14] drm/amd/display: Move RGB-type check for audio sync to DCE HW sequence Roman.Li
2025-11-26 23:06 ` [PATCH 04/14] drm/amd/display: fix Smart Power OLED not working after S4 Roman.Li
2025-11-26 23:06 ` [PATCH 05/14] drm/amd/display: refactor HPD to increase flexibility Roman.Li
2025-11-26 23:06 ` [PATCH 06/14] drm/amd/display: Fix wrong x_pos and y_pos for cursor offload Roman.Li
2025-11-26 23:06 ` [PATCH 07/14] drm/amd/display: add dc interface for query QoS information Roman.Li
2025-11-26 23:06 ` [PATCH 08/14] drm/amd/display: Guard FAMS2 configuration updates Roman.Li
2025-11-26 23:06 ` [PATCH 09/14] drm/amd/display: Add additional info from DML Roman.Li
2025-11-26 23:06 ` [PATCH 10/14] drm/amd/display: Correct FIXED_VS Link Rate Toggle Condition Roman.Li
2025-11-26 23:06 ` [PATCH 11/14] drm/amd/display: add register definitions in dcn_hubbub_registers Roman.Li
2025-11-26 23:06 ` [PATCH 12/14] drm/amd/display: Reset pipe mask at beginning of cursor offload Roman.Li
2025-11-26 23:06 ` [PATCH 13/14] drm/amd/display - dc: Add configurable SPL namespace prefix Roman.Li
2025-11-26 23:06 ` [PATCH 14/14] drm/amd/display: Promote DC to 3.2.361 Roman.Li
2025-12-01 13:08 ` [PATCH 00/14] DC Patches November 26, 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=20251126230614.13409-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