[PATCH 00/21] DC Patches July 11, 2022
Wheeler, Daniel
Daniel.Wheeler at amd.com
Mon Jul 11 15:38:35 UTC 2022
[Public]
Hi all,
This week this patchset was tested on the following systems:
HP Envy 360, with Ryzen 5 4500U
Lenovo Thinkpad T14s Gen2, with AMD Ryzen 5 5650U
Sapphire Pulse RX5700XT
Reference AMD RX6800
Engineering board with Ryzen 9 5900H
These systems were tested on the following display types:
eDP, (1080p 60hz [4500U, 5650U, 5900H])
VGA and DVI (1680x1050 60HZ [DP to VGA/DVI, USB-C to DVI/VGA])
DP/HDMI/USB-C (1440p 170hz, 4k 60hz, 4k 144hz [Includes USB-C to DP/HDMI adapters])
MST tested with Startech MST14DP123DP and 2x 4k 60Hz displays
DSC tested with Cable Matters 101075 (DP to 3x DP), and 201375 (USB-C to 3x DP) with 3x 4k60 displays
The testing is a mix of automated and manual tests. Manual testing includes (but is not limited to):
Changing display configurations and settings
Benchmark testing
Feature testing (Freesync, etc.)
Automated testing includes (but is not limited to):
Script testing (scripts to automate some of the manual checks)
IGT testing
The patchset consists of the amd-staging-drm-next branch (Head commit - fb4b180ff861b3734bab3a47456f40fbc4fa44ed) with new patches added on top of it. This branch is used for both Ubuntu and Chrome OS testing (ChromeOS on a bi-weekly basis).
Tested on Ubuntu 22.04
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
Thank you,
Dan Wheeler
Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
Facebook | Twitter | amd.com
-----Original Message-----
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Solomon Chiu
Sent: July 8, 2022 12:35 PM
To: amd-gfx at lists.freedesktop.org
Cc: Wang, Chao-kai (Stylon) <Stylon.Wang at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Wentland, Harry <Harry.Wentland at amd.com>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>; Li, Roman <Roman.Li at amd.com>; Chiu, Solomon <Solomon.Chiu at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>; Lin, Wayne <Wayne.Lin at amd.com>; Lakha, Bhawanpreet <Bhawanpreet.Lakha at amd.com>; Gutierrez, Agustin <Agustin.Gutierrez at amd.com>; Kotarac, Pavle <Pavle.Kotarac at amd.com>
Subject: [PATCH 00/21] DC Patches July 11, 2022
This DC patchset brings improvements in multiple areas. In summary, we highlight:
- Fixes for MST, MPO, PSRSU, DP 2.0, Freesync and others
- Add register offsets of NBI and DCN.
- Improvement of ALPM
- Removing assert statement for Linux DM
- Re-implementing ARGB16161616 pixel format
Aric Cyr (2):
drm/amd/display: 3.2.193
drm/amd/display: 3.2.194
Aurabindo Pillai (1):
drm/amd/display: Add NBIO reg offsets to DC
Charlene Liu (1):
drm/amd/display: add system info table log
Chris Park (1):
drm/amd/display: Reduce SCDC Status Flags Definition
Fangzhi Zuo (1):
drm/amd/display: Ignore First MST Sideband Message Return Error
Harry Wentland (1):
drm/amd/display: Add DCN reg offsets to DC
Ilya Bakoulin (1):
drm/amd/display: Fix black screen when disabling Freesync in OSD
Lee, Alvin (1):
drm/amd/display: Exit SubVP if MPO in use
Lei, Jun (1):
drm/amd/display: update DML1 logic for unbounded req handling
Robin Chen (1):
drm/amd/display: Disable PSRSU when DSC enabled on the specific sink
Rodrigo Siqueira (1):
drm/amd/display: Fix wrong reference
Saaem Rizvi (1):
drm/amd/display: Removing assert statements for Linux
Samson Tam (2):
drm/amd/display: Fix windowed MPO video with ODM combine for DCN32
drm/amd/display: Fix lag when moving windowed MPO across display using
ODM 2:1 combine
Wayne Lin (2):
drm/amd/display: Clear edid when unplug mst connector
drm/amd/display: Grab dc_lock before detecting link
Wellenreiter, Ethan (1):
drm/amd/display: Re-implementing ARGB16161616 pixel format as 22
Wenjing Liu (1):
drm/amd/display: make enable link independent from verified link caps
Wesley Chalmers (1):
drm/amd/display: Check for DP2.0 when checking ODM combine
muansari (1):
drm/amd/display: Helper function for ALPM initialization
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 115 +++++++++----
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 8 +
.../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 11 +-
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 19 +++
.../drm/amd/display/dc/bios/bios_parser2.c | 30 ++++
.../dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c | 8 +-
.../display/dc/clk_mgr/dcn301/dcn301_smu.c | 7 +-
.../amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 8 +-
.../display/dc/clk_mgr/dcn315/dcn315_smu.c | 8 +-
.../display/dc/clk_mgr/dcn316/dcn316_smu.c | 8 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 136 ++++++++++++++-
.../gpu/drm/amd/display/dc/core/dc_debug.c | 2 +
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 54 +++---
.../gpu/drm/amd/display/dc/core/dc_link_ddc.c | 7 +-
.../gpu/drm/amd/display/dc/core/dc_link_dp.c | 45 ++--- .../gpu/drm/amd/display/dc/core/dc_resource.c | 157 ++++++++++++++----
drivers/gpu/drm/amd/display/dc/dc.h | 16 +-
drivers/gpu/drm/amd/display/dc/dc_link.h | 2 +
drivers/gpu/drm/amd/display/dc/dc_types.h | 3 +-
.../gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c | 2 +
.../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 3 +
.../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 4 +-
.../gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c | 2 +
.../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 3 +
.../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 72 +++++++-
.../gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c | 2 +
.../dc/dml/dcn31/display_mode_vba_31.c | 1 +
.../drm/amd/display/dc/dml/display_mode_vba.c | 9 +
.../drm/amd/display/dc/dml/display_mode_vba.h | 9 +
.../gpu/drm/amd/display/dc/inc/core_status.h | 1 +
.../gpu/drm/amd/display/dc/inc/core_types.h | 37 +++++
.../gpu/drm/amd/display/dc/inc/dc_link_dp.h | 2 +-
.../amd/display/modules/power/power_helpers.c | 33 ++--
33 files changed, 660 insertions(+), 164 deletions(-)
--
2.25.1
More information about the amd-gfx
mailing list