[PATCH 00/14] DC Patches August 22, 2022
Wheeler, Daniel
Daniel.Wheeler at amd.com
Tue Aug 23 15:07:32 UTC 2022
[Public]
Hi all,
This week this patchset was tested on the following systems:
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 - 6339782c00f4e5dda276b1ecc5cb167c5789aa3a) 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
-----Original Message-----
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of brichang
Sent: August 22, 2022 5:58 AM
To: amd-gfx at lists.freedesktop.org
Cc: Wang, Chao-kai (Stylon) <Stylon.Wang at amd.com>; Chang, Brian <Brian.Chang 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/14] DC Patches August 22, 2022
This DC patchset brings improvements in multiple areas. In summary, we have:
* Remove redundant check in atomic_check.
* Add log clock table for SMU.
* Add SubVP scaling.
* Add interface to track PHY state.
* Free phantom plane after removing from the context.
* Add k1/k2 driver for virtual signal for DCN32.
* Fix cursor flicker when entering PSRSU.
* Change reg offset for DCN321 and DCN32 during runtime initialization.
* Change AUX NACK behavior.
* Correct HDMI ODM combine policy.
* Fix odm 2:1 policy in 4k144 mode.
* Fix pipe split policy for RV2
Alvin Lee (2):
drm/amd/display: Free phantom plane and stream properly
drm/amd/display: Uncomment SubVP scaling case
Aric Cyr (1):
drm/amd/display: 3.2.199
Aurabindo Pillai (3):
drm/amd/display: change to runtime initialization for reg offsets for
DCN32
drm/amd/display: change to runtime initialization for reg offsets for
DCN321
drm/amd/display: program k1/k2 divider for virtual signal for DCN32
Derek Lai (1):
drm/amd/display: do not change pipe split policy for RV2
Ilya Bakoulin (1):
drm/amd/display: Change AUX NACK behavior
Leo Chen (1):
drm/amd/display: Adding log clock table from SMU
Robin Chen (1):
drm/amd/display: Cursor flicker when entering PSRSU
Roman Li (1):
drm/amd/display: Remove redundant check in atomic_check
Saaem Rizvi (1):
drm/amd/display: HDMI ODM Combine Policy Correction
Samson Tam (1):
drm/amd/display: fix odm 2:1 policy not being applied consistently in
4k144 modes
Taimur Hassan (1):
drm/amd/display: Add interface to track PHY state
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 -
.../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 46 +
.../dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 48 +
.../dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 46 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 27 +-
.../gpu/drm/amd/display/dc/core/dc_link_dp.c | 12 +-
.../gpu/drm/amd/display/dc/core/dc_resource.c | 3 -
drivers/gpu/drm/amd/display/dc/dc.h | 3 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 5 +-
drivers/gpu/drm/amd/display/dc/dc_link.h | 1 +
drivers/gpu/drm/amd/display/dc/dc_stream.h | 2 -
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 12 +-
.../display/dc/dce110/dce110_hw_sequencer.c | 8 +-
.../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 3 +
.../drm/amd/display/dc/dcn10/dcn10_resource.c | 18 +
.../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 9 +-
.../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 9 +-
.../drm/amd/display/dc/dcn32/dcn32_hwseq.c | 34 +-
.../drm/amd/display/dc/dcn32/dcn32_hwseq.h | 3 +
.../gpu/drm/amd/display/dc/dcn32/dcn32_init.c | 1 +
.../drm/amd/display/dc/dcn32/dcn32_resource.c | 658 ++++++------ .../drm/amd/display/dc/dcn32/dcn32_resource.h | 997 ++++++++++++++++++
.../amd/display/dc/dcn321/dcn321_resource.c | 638 ++++++-----
.../drm/amd/display/dc/dml/calcs/dcn_calcs.c | 32 +-
.../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 5 +
.../gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 6 +
.../gpu/drm/amd/display/dc/inc/hw_sequencer.h | 2 +
27 files changed, 1979 insertions(+), 652 deletions(-)
--
2.25.1
More information about the amd-gfx
mailing list