[PATCH 00/21] DC Patches Sept 16, 2024
Wheeler, Daniel
Daniel.Wheeler at amd.com
Fri Sep 20 14:00:54 UTC 2024
[AMD Official Use Only - AMD Internal Distribution Only]
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, 2560x1600 120hz, 1920x1200 165hz
* Single Display DP -> 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
* DSC -> Cable Matters 101075 (DP to 3x DP) with 3x 4k60hz displays, HP Hook G2 with 2x 4k60hz displays + 1x4k30hz
* USB 4 -> HP Hook G4, Lenovo Thunderbolt Dock, both with 1x 4k60hz DP and 1x 4k60hz HDMI displays
* PCON -> Club3D CAC-1085 + 1x 4k 144hz
DGPU
* Single Display DP -> 4k144hz, 4k240hz
* Multiple Display DP -> 4k240hz + 4k144hz
* MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60hz displays)
* 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
* AU Optronics B160QAN02.L 2560x1600 120hz eDP
The patchset consists of the amd-staging-drm-next branch (Head commit - 81824f7aa52c0909085a083cfe24fd9241db7989 -> drm/amdgpu: remove amdgpu_pin_restricted()) with new patches added on top of it.
Tested on Ubuntu 24.04.1, on Wayland and X11, using KDE Plasma and Gnome.
Tested-by: Daniel Wheeler <daniel.wheeler at amd.com>
Thank you,
Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
amd.com
-----Original Message-----
From: Aurabindo Pillai <aurabindo.pillai at amd.com>
Sent: Thursday, September 19, 2024 2:33 PM
To: amd-gfx at lists.freedesktop.org
Cc: Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>; Mahfooz, Hamza <Hamza.Mahfooz at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>; Li, Roman <Roman.Li at amd.com>; Lin, Wayne <Wayne.Lin at amd.com>; Chung, ChiaHsuan (Tom) <ChiaHsuan.Chung at amd.com>; Zuo, Jerry <Jerry.Zuo at amd.com>; Mohamed, Zaeem <Zaeem.Mohamed at amd.com>; Chiu, Solomon <Solomon.Chiu at amd.com>; Wheeler, Daniel <Daniel.Wheeler at amd.com>
Subject: [PATCH 00/21] DC Patches Sept 16, 2024
DC 3.2.302 contains some improvements as summarized below:
* Stability fixes in DML, SPL,
* Improvements for MST, DSC, eDP, IPS, HDR
* Fix clock gating on DCN35
* Fixes from static analysis checks
* Other bug fixes and debug improvements ___
Alex Hung (1):
drm/amd/display: Add HDR workaround for specific eDP
Alvin Lee (1):
drm/amd/display: Wait for all pending cleared before full update
Aric Cyr (1):
drm/amd/display: 3.2.302
Austin Zheng (3):
drm/amd/display: Set Pipe Unlock Order Outside of HWSEQ
drm/amd/display: Update Interface to Check UCLK DPM
drm/amd/display: Wait For DET Update Should Use Current State
Charlene Liu (2):
drm/amd/display: avoid set dispclk to 0
drm/amd/display: correct register Clock Gater incorrectly disabled
Fangzhi Zuo (2):
drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSC
drm/amd/display: Fix incorrect DSC recompute trigger
Ilya Bakoulin (1):
drm/amd/display: Fix cursor visual confirm update
Joshua Aberback (1):
drm/amd/display: Clip rect size changes should be full updates
Kaitlyn Tse (1):
drm/amd/display: Implement new backlight_level_params structure
Leo Li (1):
drm/amd/display: Enable idle workqueue for more IPS modes
Michael Strauss (1):
drm/amd/display: Block UHBR Based On USB-C PD Cable ID
Samson Tam (2):
drm/amd/display: disable adaptive scaler and sharpener when integer
scaling is enabled
drm/amd/display: fix static analysis warnings
Shunlu Zhang (1):
drm/amd/display: Change dc_surface_update cm2_params to const
Sung Lee (1):
drm/amd/display: Clean up triple buffer enablement code
Yihan Zhu (1):
drm/amd/display: update DML2 policy
EnhancedPrefetchScheduleAccelerationFinal DCN35
Zhongwei (1):
drm/amd/display: Monitor patch to call blank_stream() before otg off
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 +-
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 +
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 19 ++-
drivers/gpu/drm/amd/display/dc/core/dc.c | 121 ++++++++++++------
.../drm/amd/display/dc/core/dc_hw_sequencer.c | 26 +++-
.../gpu/drm/amd/display/dc/core/dc_stream.c | 11 +-
drivers/gpu/drm/amd/display/dc/dc.h | 7 +-
.../gpu/drm/amd/display/dc/dc_spl_translate.c | 1 +
drivers/gpu/drm/amd/display/dc/dc_types.h | 2 +
.../dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c | 1 +
.../gpu/drm/amd/display/dc/dml2/dml2_policy.c | 1 -
.../drm/amd/display/dc/dpp/dcn35/dcn35_dpp.c | 10 +-
.../amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 +-
.../amd/display/dc/hwss/dce110/dce110_hwseq.h | 3 +-
.../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 6 +-
.../amd/display/dc/hwss/dcn21/dcn21_hwseq.c | 11 +-
.../amd/display/dc/hwss/dcn21/dcn21_hwseq.h | 3 +-
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.c | 27 ++++
.../amd/display/dc/hwss/dcn30/dcn30_hwseq.h | 2 +
.../amd/display/dc/hwss/dcn30/dcn30_init.c | 3 +-
.../amd/display/dc/hwss/dcn301/dcn301_init.c | 1 +
.../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 5 +
.../amd/display/dc/hwss/dcn32/dcn32_init.c | 1 +
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 41 +++---
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 2 +-
.../amd/display/dc/hwss/dcn401/dcn401_init.c | 1 +
.../drm/amd/display/dc/hwss/hw_sequencer.h | 13 +-
.../gpu/drm/amd/display/dc/inc/core_types.h | 4 +
.../amd/display/dc/inc/hw/timing_generator.h | 4 +-
.../dc/link/protocols/link_dp_capability.c | 22 +++-
.../link/protocols/link_edp_panel_control.c | 7 +-
.../amd/display/dc/optc/dcn10/dcn10_optc.h | 9 ++
.../amd/display/dc/optc/dcn20/dcn20_optc.h | 7 +-
.../amd/display/dc/optc/dcn30/dcn30_optc.c | 45 +++++++
.../amd/display/dc/optc/dcn30/dcn30_optc.h | 13 +-
.../amd/display/dc/optc/dcn301/dcn301_optc.c | 3 +
.../amd/display/dc/optc/dcn31/dcn31_optc.h | 9 +-
.../amd/display/dc/optc/dcn314/dcn314_optc.h | 9 +-
.../amd/display/dc/optc/dcn32/dcn32_optc.c | 16 +--
.../amd/display/dc/optc/dcn32/dcn32_optc.h | 7 +-
.../amd/display/dc/optc/dcn35/dcn35_optc.h | 6 +-
.../amd/display/dc/optc/dcn401/dcn401_optc.c | 4 +-
.../amd/display/dc/optc/dcn401/dcn401_optc.h | 6 +-
.../dc/resource/dcn315/dcn315_resource.c | 6 +
.../dc/resource/dcn32/dcn32_resource.h | 3 +-
.../dc/resource/dcn351/dcn351_resource.c | 1 +
.../dc/resource/dcn401/dcn401_resource.c | 18 +++
.../dc/resource/dcn401/dcn401_resource.h | 5 +-
drivers/gpu/drm/amd/display/dc/spl/dc_spl.c | 12 ++
.../gpu/drm/amd/display/dc/spl/dc_spl_types.h | 4 +-
.../gpu/drm/amd/display/dc/spl/spl_debug.h | 33 +++--
.../drm/amd/display/dc/spl/spl_fixpt31_32.c | 32 ++---
.../drm/amd/display/dc/spl/spl_fixpt31_32.h | 17 +--
.../gpu/drm/amd/display/dc/spl/spl_os_types.h | 3 +-
54 files changed, 456 insertions(+), 190 deletions(-)
--
2.46.0
More information about the amd-gfx
mailing list