[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 * 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 The patchset consists of the amd-staging-drm-next branch (Head commit - bf696978aa0c9c601b38dd48e37b34dc1c2edcfa -> drm/amd/display: Disable CRTC degamma LUT for DCN401) with new patches added on top of it. Tested on Ubuntu 24.04.3, on Wayland and X11, using KDE Plasma and Gnome. Tested-by: Daniel Wheeler <daniel.whee...@amd.com> Thank you, Dan Wheeler Sr. Technologist | AMD SW Display ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 amd.com Thank you, Dan Wheeler Sr. Technologist | AMD SW Display ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com -----Original Message----- From: waynelin <wayne....@amd.com> Sent: Tuesday, July 15, 2025 2:49 AM To: amd-gfx@lists.freedesktop.org Cc: Wentland, Harry <harry.wentl...@amd.com>; Li, Sun peng (Leo) <sunpeng...@amd.com>; Pillai, Aurabindo <aurabindo.pil...@amd.com>; Li, Roman <roman...@amd.com>; Lin, Wayne <wayne....@amd.com>; Chung, ChiaHsuan (Tom) <chiahsuan.ch...@amd.com>; Zuo, Jerry <jerry....@amd.com>; Wheeler, Daniel <daniel.whee...@amd.com>; Wu, Ray <ray...@amd.com>; Hung, Alex <alex.h...@amd.com>; Lin, Wayne <wayne....@amd.com> Subject: [PATCH 00/10] DC Patches July 21, 2025 This DC patchset brings improvements in multiple areas. In summary, we highlight: - Fix divide by zero when calculating min ODM factor - Ensure committing streams is seamless when transitioning between topologies - Fix condition for setting timing_adjust_pending - Update DMUB tiled to tiled copy command --- Aurabindo Pillai (1): drm/amd/display: fix condition for setting timing_adjust_pending Clay King (1): drm/amd/display: ensure committing streams is seamless Dillon Varone (1): drm/amd/display: Fix divide by zero when calculating min ODM factor Gabe Teeger (1): drm/amd/display: Revert Add HPO encoder support to Replay Mario Limonciello (1): drm/amd/display: Drop unnecessary 'rc' variable in amdgpu_dm_backlight_get_level() Ostrowski Rafal (1): drm/amd/display: Update tiled to tiled copy command Taimur Hassan (4): drm/amd/display: [FW Promotion] Release 0.1.18.0 drm/amd/display: Promote DAL to 3.2.341 drm/amd/display: [FW Promotion] Release 0.1.19.0 drm/amd/display: Promote DAL to 3.2.342 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 16 +++- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 4 +- .../gpu/drm/amd/display/dc/dce/dmub_replay.c | 43 +---------- .../gpu/drm/amd/display/dc/dce/dmub_replay.h | 2 +- drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 29 +++---- .../link/protocols/link_edp_panel_control.c | 2 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 75 ++++++++++++++----- 9 files changed, 95 insertions(+), 82 deletions(-) -- 2.43.0