[PATCH 00/19] DC Patches Mar 27th, 2023
Wheeler, Daniel
Daniel.Wheeler at amd.com
Mon Mar 27 13:14:04 UTC 2023
[Public]
Hi all,
This week this patchset was tested on the following systems:
Lenovo Thinkpad T14s Gen2, with AMD Ryzen 5 5650U
Lenovo Thinkpad T13s Gen4 with AMD Ryzen 5 6600U
Reference AMD RX6800
These systems were tested on the following display types:
eDP, (1080p 60hz [5650U]) (1920x1200 60hz [6600U]) (2560x1600 120hz[6600U])
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
HP Hook G2 with 1 and 2 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 - a59f70678940 drm/amd/pm: enable TEMP_DEPENDENT_VMIN for navi1x) 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.1
Tested-by: Daniel Wheeler <daniel.wheeler at amd.com>
Thank you,
Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr
-----Original Message-----
From: Zhuo, Qingqing (Lillian) <Qingqing.Zhuo at amd.com>
Sent: March 24, 2023 2:51 AM
To: amd-gfx at lists.freedesktop.org
Cc: Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Lakha, Bhawanpreet <Bhawanpreet.Lakha at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo at amd.com>; Li, Roman <Roman.Li at amd.com>; Lin, Wayne <Wayne.Lin at amd.com>; Wang, Chao-kai (Stylon) <Stylon.Wang at amd.com>; Chiu, Solomon <Solomon.Chiu at amd.com>; Kotarac, Pavle <Pavle.Kotarac at amd.com>; Gutierrez, Agustin <Agustin.Gutierrez at amd.com>; Wheeler, Daniel <Daniel.Wheeler at amd.com>
Subject: [PATCH 00/19] DC Patches Mar 27th, 2023
This DC patchset brings improvements in multiple areas. In summary, we highlight:
- Enable FPO optimization
- Support for 6.75 GBps link rate
- Fixes to underflow, black screen and more
Cc: Daniel Wheeler <daniel.wheeler at amd.com>
---
Alvin Lee (6):
drm/amd/display: Enable FPO for configs that could reduce vlevel
drm/amd/display: Update FCLK change latency
drm/amd/display: Use per pipe P-State force for FPO
drm/amd/display: Only keep cursor p-state force for FPO
drm/amd/display: Enable FPO optimization
drm/amd/display: Uncomment assignments after HW headers are promoted
Anthony Koo (1):
drm/amd/display: [FW Promotion] Release 0.0.160.0
Aric Cyr (1):
drm/amd/display: Promote DAL to 3.2.229
Artem Grishin (2):
drm/amd/display: Add support for 6.75 GBps link rate
drm/amd/display: Conditionally enable 6.75 GBps link rate
Ayush Gupta (1):
drm/amd/display: fixed dcn30+ underflow issue
Charlene Liu (1):
drm/amd/display: update dig enable sequence
Dmytro Laktyushkin (1):
drm/amd/display: w/a for dcn315 inconsistent smu clock table
Martin Leung (1):
drm/amd/display: fix double memory allocation
Nicholas Kazlauskas (2):
drm/amd/display: Add NULL plane_state check for cursor disable logic
drm/amd/display: Fix 4to1 MPC black screen with DPP RCO
Peichen Huang (1):
drm/amd/display: skip ClearPayloadIdTable if device mst_en is 0
Qingqing Zhuo (1):
drm/amd/display: Add infrastructure for enabling FAMS for DCN30
Taimur Hassan (1):
drm/amd/display: Add 90Mhz to video_optimized_pixel_rates
.../dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 5 ++
drivers/gpu/drm/amd/display/dc/core/dc.c | 5 +-
drivers/gpu/drm/amd/display/dc/dc.h | 4 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 44 +++++++------- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 17 +++---
drivers/gpu/drm/amd/display/dc/dc_stream.h | 1 +
.../drm/amd/display/dc/dce/dce_clock_source.c | 1 + .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 16 +++++-
.../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 18 +++++-
.../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 3 +-
.../drm/amd/display/dc/dcn30/dcn30_resource.c | 2 + .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c | 13 +----
.../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 2 +-
.../drm/amd/display/dc/dcn314/dcn314_dccg.c | 23 ++++++++
.../drm/amd/display/dc/dcn314/dcn314_hwseq.c | 10 ++++ .../drm/amd/display/dc/dcn314/dcn314_hwseq.h | 2 +
.../drm/amd/display/dc/dcn314/dcn314_init.c | 1 +
.../dc/dcn32/dcn32_dio_stream_encoder.c | 10 ++--
.../dc/dcn32/dcn32_dio_stream_encoder.h | 8 +++
.../gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c | 10 ++++ .../gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h | 2 +
.../drm/amd/display/dc/dcn32/dcn32_hwseq.c | 49 ++++++++++------
.../drm/amd/display/dc/dcn32/dcn32_hwseq.h | 2 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_init.c | 2 +- .../drm/amd/display/dc/dcn32/dcn32_resource.c | 1 +
.../amd/display/dc/dcn321/dcn321_resource.c | 1 +
.../drm/amd/display/dc/dml/dcn30/dcn30_fpu.c | 57 ++++++++++++++++--- .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 33 +++++++---- drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h | 28 +++++---- drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 1 + .../amd/display/dc/inc/hw_sequencer_private.h | 6 +-
.../gpu/drm/amd/display/dc/link/link_dpms.c | 16 ++++--
.../dc/link/protocols/link_dp_capability.c | 28 +++++++--
.../dc/link/protocols/link_dp_training.c | 3 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 14 ++++-
35 files changed, 319 insertions(+), 119 deletions(-)
--
2.34.1
More information about the amd-gfx
mailing list