[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 - 
e3ba532665bc6c3f72cb59f5af9c845069169f7c -> drm/amdgpu: fix possible fence 
leaks from job structure) 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: Fangzhi Zuo <[email protected]>
Sent: Wednesday, November 5, 2025 10:36 AM
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]>; Zuo, Jerry 
<[email protected]>
Subject: [PATCH 00/13] DC Patches November 03, 2025

Summary:

* Enable VRR when unsynced with the stream
* Refactor DSC cap calculation for dcn35
* Add debug log for power feature
* Fix fill latency issue
* Do not initialize LSDMA if it is not supported by dmu

Alvin Lee (1):
  drm/amd/display: Only initialize LSDMA if it is supported in DMU

Chuntao Tso (1):
  drm/amd/display: To support Replay frame skip mode

Dillon Varone (1):
  drm/amd/display: Fix index bug for fill latency

Dominik Kaszewski (2):
  drm/amd/display: Change lock descriptor values
  drm/amd/display: Revert in_transfer_func_change to MED

Fangzhi Zuo (1):
  drm/amd/display: Refactor HDCP Status Log Format

George Shen (1):
  drm/amd/display: Add interface to capture power feature status for
    debug logging

Ian Chen (1):
  drm/amd/display: Add new SMART POWER OLED interfaces

Ivan Lipski (1):
  drm/amd/display: Allow VRR params change if unsynced with the stream

Leo Chen (1):
  drm/amd/display: dynamically clock gate before and after prefetch

Mohit Bawa (1):
  drm/amd/display: refactor DSC cap calculation for dcn35

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

 .../amd/display/amdgpu_dm/amdgpu_dm_replay.c  |   2 +-
 .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c  |  30 +++
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 242 ++++++++++++------
 drivers/gpu/drm/amd/display/dc/dc.h           |  28 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c  |   3 +
 drivers/gpu/drm/amd/display/dc/dc_types.h     |   6 +
 .../gpu/drm/amd/display/dc/dce/dmub_replay.c  |   7 +-
 .../gpu/drm/amd/display/dc/dce/dmub_replay.h  |   5 +-
 .../src/dml2_core/dml2_core_dcn4_calcs.c      |   2 +-
 .../drm/amd/display/dc/dsc/dcn35/dcn35_dsc.c  |  31 ++-
 .../display/dc/hubbub/dcn31/dcn31_hubbub.c    |   7 +-
 .../display/dc/hubbub/dcn35/dcn35_hubbub.c    |  52 +++-
 .../display/dc/hubbub/dcn35/dcn35_hubbub.h    |   1 +
 .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h  |   2 +
 .../gpu/drm/amd/display/dc/inc/link_service.h |   4 +-
 .../link/protocols/link_edp_panel_control.c   |  17 +-
 .../link/protocols/link_edp_panel_control.h   |   4 +-
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |  10 +-
 .../amd/display/modules/freesync/freesync.c   |  11 +
 .../drm/amd/display/modules/hdcp/hdcp_log.c   | 124 +--------
 .../drm/amd/display/modules/inc/mod_hdcp.h    | 126 ++++-----
 .../amd/display/modules/power/power_helpers.c |  30 +++
 .../amd/display/modules/power/power_helpers.h |   5 +
 23 files changed, 464 insertions(+), 285 deletions(-)

--
2.43.0

Reply via email to