RE: [PATCH 00/14] DC Patches Feburary 26, 2022

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[Public]

Hi all,
 
This week this patchset was tested on the following systems:
 
Lenovo Thinkpad T14s Gen2 with AMD Ryzen 5 5650U, 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 and ChromeOS
 
Tested-by: Daniel Wheeler <daniel.wheeler@xxxxxxx>
 
 
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@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Alan Liu
Sent: February 26, 2022 6:41 PM
To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx
Cc: Wang, Chao-kai (Stylon) <Stylon.Wang@xxxxxxx>; Liu, HaoPing (Alan) <HaoPing.Liu@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Wentland, Harry <Harry.Wentland@xxxxxxx>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx>; Chiu, Solomon <Solomon.Chiu@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Lin, Wayne <Wayne.Lin@xxxxxxx>; Lakha, Bhawanpreet <Bhawanpreet.Lakha@xxxxxxx>; Gutierrez, Agustin <Agustin.Gutierrez@xxxxxxx>; Kotarac, Pavle <Pavle.Kotarac@xxxxxxx>
Subject: [PATCH 00/14] DC Patches Feburary 26, 2022

This DC patchset brings improvements in multiple areas. In summary, we have:
 
* Removing legacy invalid code.
* Fixes in DC, DCE110.
* Enhancements in DMUB.
* Improvements on DCN10, DCN31.
* Firmware promotion.

drm/amd/display: 3.2.175

	This version brings along following fixes:
	- Remove invalid RDPCS Programming in DAL
	- Make functional resource functions non-static
	- Reset VIC if HDMI_VIC is present
	- Add frame alternate 3D & restrict HW packed on dongles
	- Reg to turn on/off PSR Power seq in FSM
	- Modify plane removal sequence to avoid hangs
	- Pass HostVM enable flag into DCN3.1 DML
	- DC Validation failures
	- Program OPP before ODM
	- Refactor fixed VS w/a for PHY tests
	- Pass deep sleep disabled allow info to dmub fw
	- Refine the EDID override
	- [FW Promotion] Release 0.0.106.0
	- Add verify_link_cap back for hdmi

Anthony Koo (1):
  drm/amd/display: [FW Promotion] Release 0.0.106.0

Aric Cyr (1):
  drm/amd/display: 3.2.175

Charlene Liu (1):
  drm/amd/display: add verify_link_cap back for hdmi

Chris Park (1):
  drm/amd/display: Reset VIC if HDMI_VIC is present

Dillon Varone (2):
  drm/amd/display: Add frame alternate 3D & restrict HW packed on
    dongles
  drm/amd/display: Modify plane removal sequence to avoid hangs.

Hansen Dsouza (1):
  drm/amd/display: Remove invalid RDPCS Programming in DAL

Michael Strauss (1):
  drm/amd/display: Pass HostVM enable flag into DCN3.1 DML

Nicholas Kazlauskas (1):
  drm/amd/display: Make functional resource functions non-static

Robin Chen (1):
  drm/amd/display: Pass deep sleep disabled allow info to dmub fw

Shah, Dharati (1):
  drm/amd/display: Adding a dc_debug option and dmub setting to use PHY
    FSM for PSR

Shen, George (1):
  drm/amd/display: Refactor fixed VS w/a for PHY tests

Wesley Chalmers (1):
  drm/amd/display: Program OPP before ODM

jinzh (1):
  drm/amd/display: refine the EDID override

 drivers/gpu/drm/amd/display/dc/core/dc_link.c | 14 +++++-  .../gpu/drm/amd/display/dc/core/dc_link_dp.c  | 16 ++++--  .../gpu/drm/amd/display/dc/core/dc_resource.c |  2 +
 drivers/gpu/drm/amd/display/dc/dc.h           |  4 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c |  1 +
 .../display/dc/dce110/dce110_hw_sequencer.c   | 49 ++++++++++---------
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.c |  5 +-  .../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 21 ++------  .../display/dc/dcn31/dcn31_dio_link_encoder.c |  9 ----  .../drm/amd/display/dc/dcn31/dcn31_resource.c |  5 +-  .../drm/amd/display/dc/dcn31/dcn31_resource.h |  5 ++
 .../amd/display/dc/dcn315/dcn315_resource.c   |  1 +
 drivers/gpu/drm/amd/display/dc/dm_helpers.h   |  3 ++
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 12 +++--
 14 files changed, 83 insertions(+), 64 deletions(-)

--
2.25.1




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux