[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 - 
5898aca9771eadeeb9c898c35cb175cee5baa930 -> drm/amdgpu: do not use 
amdgpu_bo_gpu_offset_no_check individually) 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: Chenyu Chen <[email protected]>
Sent: Tuesday, December 16, 2025 4:56 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]>; Chen, Chen-Yu 
<[email protected]>
Subject: [PATCH 00/16] DC Patches Dec 22 2025

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

 - Add frame skip feature support flag.
 - Add sink EDID data null check.
 - Update function name to link_detect_connection_type_analog.
 - Fix mismatched unlock for DMUB HW lock in HWSS fast path.
 - Fix P010, NV12, YUY2 scale down by four times failure.
 - Fix and reenable UPDATE_V3_FLOW_NEW_CONTEXT_MINIMAL.
 - Consolidate dmub fb info to a single struct.
 - Add new fields to fams2 config.
 - Update timing source enums.
 - Add signal type check for dcn401 get_phyd32clk_src.
 - Fix dsc eDP issue.
 - Remove unnecessary divider update flag.
 - Update dc_connection_dac_load to dc_connection_analog_load.
 - Check NULL before calling dac_load_detection.
 - Replace log macro for analog display detection.

Cc: Daniel Wheeler <[email protected]>

Alex Hung (4):
  drm/amd/display: Update function name to
    link_detect_connection_type_analog
  drm/amd/display: Update dc_connection_dac_load to
    dc_connection_analog_load
  drm/amd/display: Check NULL before calling dac_load_detection
  drm/amd/display: Replace log macro for analog display detection

Charlene Liu (1):
  drm/amd/display: Fix dsc eDP issue

ChunTao Tso (1):
  drm/amd/display: Add frame skip feature support flag

Clay King (1):
  drm/amd/display: Update timing source enums

Cruise Hung (1):
  drm/amd/display: Remove unnecessary divider update flag

Dillon Varone (2):
  drm/amd/display: Consolidate dmub fb info to a single struct
  drm/amd/display: Add new fields to fams2 config

Dmytro Laktyushkin (1):
  drm/amd/display: Add signal type check for dcn401 get_phyd32clk_src

Dominik Kaszewski (1):
  drm/amd/display: Fix and reenable UPDATE_V3_FLOW_NEW_CONTEXT_MINIMAL

Kaier Hsueg (1):
  drm/amd/display: Fix P010, NV12, YUY2 scale down by four times failure

Nicholas Kazlauskas (1):
  drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast
    path

Richard Chiang (1):
  drm/amd/display: sink EDID data null check

Taimur Hassan (1):
  drm/amd/display: Promote DC to 3.2.364

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  6 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 80 +++++++++----------
 .../drm/amd/display/dc/core/dc_hw_sequencer.c | 10 ++-
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_types.h     |  5 +-
 .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 12 ++-  
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c |  6 +-  
.../display/dc/link/accessories/link_dp_cts.c |  6 +-  
.../drm/amd/display/dc/link/link_detection.c  | 27 ++++---  
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c  |  3 +-
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h   | 16 +++-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c |  6 +-  
.../gpu/drm/amd/display/dmub/src/dmub_dcn30.c |  6 +-  
.../gpu/drm/amd/display/dmub/src/dmub_dcn31.c |  6 +-  
.../gpu/drm/amd/display/dmub/src/dmub_dcn32.c |  6 +-  
.../gpu/drm/amd/display/dmub/src/dmub_dcn35.c |  6 +-
 .../drm/amd/display/dmub/src/dmub_dcn401.c    |  6 +-
 .../gpu/drm/amd/display/dmub/src/dmub_srv.c   |  7 +-
 .../amd/display/modules/power/power_helpers.c |  3 +
 19 files changed, 121 insertions(+), 98 deletions(-)

--
2.43.0

Reply via email to