[Public]

Hi all,

This week this patchset was tested on 4 systems, two dGPU and two APU based, 
and tested across multiple display and connection types.

APU
        • Single Display eDP -> 1080p 60hz, 1920x1200 165hz, 3840x2400 60hz
        • Single Display DP (SST DSC) -> 4k144hz, 4k240hz
        • Multi display -> eDP + DP/HDMI/USB-C -> 1080p 60hz eDP + 4k 144hz, 4k 
240hz (Includes USB-C to DP/HDMI adapters)
        • Thunderbolt -> LG Ultrafine 5k
        • MST DSC -> Cable Matters 101075 (DP to 3x DP) with 3x 4k60hz 
displays, HP Hook G2 with 2x 4k60hz displays
        • USB 4 -> HP Hook G4, Lenovo Thunderbolt Dock, both with 2x 4k60hz DP 
and 1x 4k60hz HDMI displays
        • SST PCON -> Club3D CAC-1085 + 1x 4k 144hz, FRL3, at a max resolution 
supported by the dongle of 4k 120hz YUV420 12bpc.
        • MST PCON -> 1x 4k 144hz, FRL3, at a max resolution supported by the 
adapter of 4k 120hz RGB 8bpc.

DGPU
        • Single Display DP (SST DSC) -> 4k144hz, 4k240hz
        • Multiple Display DP -> 4k240hz + 4k144hz
        • MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60hz displays)
        • MST DSC (with Cable Matters 101075 [DP to 3x DP] with 3x 4k60hz 
displays)

The testing is a mix of automated and manual tests. Manual testing includes 
(but is not limited to)
        • Changing display configurations and settings
        • Video/Audio playback
        • Benchmark testing
        • Suspend/Resume testing
        • Feature testing (Freesync, HDCP, etc.)

Automated testing includes (but is not limited to)
        • Script testing (scripts to automate some of the manual checks)
        • IGT testing

The testing is mainly tested on the following displays, but occasionally there 
are tests with other displays
        • Samsung G8 Neo 4k240hz
        • Samsung QN55QN95B 4k 120hz
        • Acer XV322QKKV 4k144hz
        • HP U27 4k Wireless 4k60hz
        • LG 27UD58B 4k60hz
        • LG 32UN650WA 4k60hz
        • LG Ultrafine 5k 5k60hz
        • AU Optronics B140HAN01.1 1080p 60hz eDP
        • AU Optronics B160UAN01.J 1920x1200 165hz eDP
        • Samsung ATNA60YV02-0 3840x2400 60Hz OLED eDP


The patchset consists of the amd-staging-drm-next branch (Head commit - 
ec8bc3248afb799c62988ac3843c1505f452d043 -> drm/amd/display: Move analog check 
to dce110_hwseq) with new patches added on top of it.

Tested on Ubuntu 24.04.3, on Wayland and X11, using Gnome.

Tested-by: Dan Wheeler <[email protected]>


Thank you,

Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
amd.com


-----Original Message-----
From: Hung, Alex <[email protected]>
Sent: Thursday, November 20, 2025 1:03 PM
To: [email protected]
Cc: Wentland, Harry <[email protected]>; Li, Sun peng (Leo) 
<[email protected]>; Pillai, Aurabindo <[email protected]>; Li, Roman 
<[email protected]>; Lin, Wayne <[email protected]>; Chung, ChiaHsuan (Tom) 
<[email protected]>; Zuo, Jerry <[email protected]>; Wheeler, Daniel 
<[email protected]>; Wu, Ray <[email protected]>; LIPSKI, IVAN 
<[email protected]>; Hung, Alex <[email protected]>
Subject: [PATCH 00/26] DC Patches Nov 20, 2025

This DC patchset brings improvements in multiple areas. In summary, we
highlight:

* Fixes on mouse cursor and some panels
* Improvement on brightness
* FPU and DML refactor
* Code cleanups and readability

Cc: Dan Wheeler <[email protected]>

Alex Hung (1):
  drm/amd/display: Check NULL before accessing

Ard Biesheuvel (1):
  drm/amd/display: Permit DC_FP_START/END only in non-FP compilation
    units

Derek Lai (1):
  drm/amd/display: Write default Vesa Aux backlight control in dmub

Harry Wentland (4):
  drm/amd/display: Rename dml2_wrapper.c to dml2_wrapper_fpu.c
  drm/amd/display: Move dml2_validate to the non-FPU dml2_wrapper
  drm/amd/display: Move dml2_create and init to the non-FPU dml2_wrapper
  drm/amd/display: Drop FPU flags from dml21_wrapper.c

Ivan Lipski (2):
  drm/amd/display: Improve HDMI info retrieval
  drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detection

Jack Chang (6):
  drm/amd/display: Refactor panel replay set dmub cmd flow
  drm/amd/display: Add AS-SDP v2 support for eDP feature
  drm/amd/display: Parse debug flag to PR FW
  drm/amd/display: Fix sending redundant enable command to dmub
  drm/amd/display: Revise VSC SDP header for Panel Replay
  drm/amd/display: Refactor panel replay dc libs

Mario Limonciello (AMD) (6):
  drm/amd/display: Don't change brightness for disabled connectors
  drm/amd/display: Improve readability of link_detect_sink_signal_type
  drm/amd/display: Drop needless check for link->link_id.id
  drm/amd/display: Move CONNECTOR_ID_PCIE into switch/case
  drm/amd/display: Correct comment style
  drm/amd/display: Increase EDID read retries

Nicholas Kazlauskas (1):
  drm/amd/display: Add cursor offload abort to the new HWSS path

Ovidiu Bunea (1):
  drm/amd/display: Add additional checks for PSP footer size

Relja Vojvodic (1):
  drm/amd/display: Correct DSC padding accounting

Taimur Hassan (2):
  drm/amd/display: [FW Promotion] Release 0.1.37.0
  drm/amd/display: Promote DC to 3.2.360

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  66 +-  
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h |  10 +  
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c |  16 +-
 .../gpu/drm/amd/display/amdgpu_dm/dc_fpu.h    |   8 +
 .../gpu/drm/amd/display/dc/bios/bios_parser.c |   2 +-
 .../drm/amd/display/dc/core/dc_hw_sequencer.c |  24 +  
.../drm/amd/display/dc/core/dc_link_exports.c |  22 +
 .../gpu/drm/amd/display/dc/core/dc_stream.c   |  11 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |  45 +-
 .../gpu/drm/amd/display/dc/dml2_0/Makefile    |   8 +-
 .../drm/amd/display/dc/dml2_0/dml2_wrapper.c  | 599 +----------------
 .../drm/amd/display/dc/dml2_0/dml2_wrapper.h  |   9 +
 .../amd/display/dc/dml2_0/dml2_wrapper_fpu.c  | 604 ++++++++++++++++++  
.../amd/display/dc/dml2_0/dml2_wrapper_fpu.h  |  25 +
 .../amd/display/dc/hwss/dcn314/dcn314_hwseq.c |   2 +-
 .../amd/display/dc/hwss/dcn32/dcn32_hwseq.c   |   2 +-
 .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c   |   2 +-
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c |   2 +
 .../drm/amd/display/dc/hwss/hw_sequencer.h    |  13 +
 .../gpu/drm/amd/display/dc/inc/link_service.h |   4 +
 .../drm/amd/display/dc/link/link_detection.c  |  45 +-
 .../gpu/drm/amd/display/dc/link/link_dpms.c   |   7 +-
 .../drm/amd/display/dc/link/link_factory.c    |   4 +
 .../dc/link/protocols/link_dp_capability.c    |   2 +-
 .../link/protocols/link_edp_panel_control.c   | 177 ++++-
 .../link/protocols/link_edp_panel_control.h   |   7 +-
 drivers/gpu/drm/amd/display/dc/os_types.h     |   2 -
 .../dc/resource/dcn20/dcn20_resource.c        |   6 +-
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h   |  33 +
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |   4 +-
 .../gpu/drm/amd/display/dmub/src/dmub_srv.c   |  57 +-
 .../amd/display/modules/inc/mod_info_packet.h |   6 +
 .../display/modules/info_packet/info_packet.c | 369 ++++++-----
 33 files changed, 1357 insertions(+), 836 deletions(-)  create mode 100644 
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c
 create mode 100644 drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.h

--
2.43.0

Reply via email to