[PATCH 00/22] DC Patches Nov 4, 2021
Wheeler, Daniel
Daniel.Wheeler at amd.com
Fri Nov 5 20:14:16 UTC 2021
[Public]
Hi all,
This week this patchset was tested on the following systems:
HP Envy 360, with Ryzen 5 4500U, with the following display types: eDP 1080p 60hz, 4k 60hz (via USB-C to DP/HDMI), 1440p 144hz (via USB-C to DP/HDMI), 1680*1050 60hz (via USB-C to DP and then DP to DVI/VGA)
AMD Ryzen 9 5900H, with the following display types: eDP 1080p 60hz, 4k 60hz (via USB-C to DP/HDMI), 1440p 144hz (via USB-C to DP/HDMI), 1680*1050 60hz (via USB-C to DP and then DP to DVI/VGA)
Sapphire Pulse RX5700XT with the following display types:
4k 60hz (via DP/HDMI), 1440p 144hz (via DP/HDMI), 1680*1050 60hz (via DP to DVI/VGA)
Reference AMD RX6800 with the following display types:
4k 60hz (via DP/HDMI and USB-C to DP/HDMI), 1440p 144hz (via USB-C to DP/HDMI and USB-C to DP/HDMI), 1680*1050 60hz (via DP to DVI/VGA)
Included testing using a Startech DP 1.4 MST hub at 2x 4k 60hz, and 3x 1080p 60hz on all systems. Also tested DSC via USB-C to DP DSC Hub with 3x 4k 60hz on Ryzen 9 5900h and Ryzen 5 4500u.
Tested on Ubuntu 20.04.3 with Kernel Version 5.13
Tested-by: Daniel Wheeler <daniel.wheeler at 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 Anson Jacob
Sent: November 4, 2021 4:52 PM
To: amd-gfx at lists.freedesktop.org
Cc: Wang, Chao-kai (Stylon) <Stylon.Wang at amd.com>; Chiu, Solomon <Solomon.Chiu at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Wentland, Harry <Harry.Wentland at amd.com>; Zhuo, Qingqing <Qingqing.Zhuo at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>; Li, Roman <Roman.Li at amd.com>; Jacob, Anson <Anson.Jacob at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>; Lin, Wayne <Wayne.Lin at amd.com>; Lipski, Mikita <Mikita.Lipski 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/22] DC Patches Nov 4, 2021
This DC patchset brings improvements in multiple areas. In summary, we
have:
* Improvements to INBOX0 HW Lock
* Add support for sending TPS3 pattern
* Fix Coverity Issues
* Fixes for DMUB
* Fix RGB MPO underflow with multiple displays
* WS fixes and code restructure
Alvin Lee (1):
drm/amd/display: Wait for ACK for INBOX0 HW Lock
Angus Wang (1):
drm/amd/display: Fix RGB MPO underflow with multiple displays
Anson Jacob (1):
drm/amd/display: Add comment where CONFIG_DRM_AMD_DC_DCN macro ends
Aric Cyr (1):
drm/amd/display: 3.2.161
Charlene Liu (3):
drm/amd/display: remove dmcub_support cap dependency
drm/amd/display: clean up some formats and log.
drm/amd/display: Adjust code indentation
Chris Park (1):
drm/amd/display: Fix Coverity Issues
Dmytro Laktyushkin (1):
drm/amd/display: bring dcn31 clk mgr in line with other version style
Huang, ChiaWen (1):
drm/amd/display: use link_rate_set above DPCD 1.3 (#1527)
Jimmy Kizito (3):
drm/amd/display: Use link_enc_cfg API for queries.
drm/amd/display: Query all entries in assignment table during updates.
drm/amd/display: Initialise encoder assignment when initialising
dc_state.
Leo (Hanghong) Ma (1):
drm/amd/display: Add helper for blanking all dp displays
Meenakshikumar Somasundaram (1):
drm/amd/display: Add hpd pending flag to indicate detection of new
hpd.
Mikita Lipski (1):
drm/amd/display: Pass panel inst to a PSR command
Nicholas Kazlauskas (3):
drm/amd/display: Fix detection of aligned DMUB firmware meta info
drm/amd/display: Don't lock connection_mutex for DMUB HPD
drm/amd/display: Add callbacks for DMUB HPD IRQ notifications
Robin Chen (1):
drm/amd/display: To support sending TPS3 pattern when restoring link
Roy Chan (1):
drm/amd/display: fix stale info in link encoder assignment
Sung Joon Kim (1):
drm/amd/display: retain/release stream pointer in link enc table
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 29 ++++--- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 8 +- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.h | 7 ++
drivers/gpu/drm/amd/display/dc/core/dc.c | 17 ++--
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 78 ++++++++++++++----- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +-
.../drm/amd/display/dc/core/dc_link_dpia.c | 20 ++---
.../drm/amd/display/dc/core/dc_link_enc_cfg.c | 51 ++++++------ .../gpu/drm/amd/display/dc/core/dc_resource.c | 3 +
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 37 ++++++++- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 +
drivers/gpu/drm/amd/display/dc/dc_link.h | 7 +-
.../gpu/drm/amd/display/dc/dce/dce_audio.c | 6 --
.../gpu/drm/amd/display/dc/dce/dce_audio.h | 2 +
.../drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 + drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 13 +++- drivers/gpu/drm/amd/display/dc/dce/dmub_psr.h | 2 +-
.../display/dc/dce110/dce110_hw_sequencer.c | 22 +-----
.../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 41 +--------- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +-
.../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 39 +---------
.../drm/amd/display/dc/dcn30/dcn30_resource.c | 2 +-
.../amd/display/dc/dcn301/dcn301_resource.c | 2 -
.../amd/display/dc/dcn302/dcn302_resource.c | 2 +-
.../amd/display/dc/dcn303/dcn303_resource.c | 2 +-
.../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 38 +--------
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 6 +-
.../gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 2 +-
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 41 ++++++++++
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 5 +-
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 78 +++++++++++++++----
.../amd/display/include/ddc_service_types.h | 3 +
33 files changed, 330 insertions(+), 244 deletions(-)
--
2.25.1
More information about the amd-gfx
mailing list