RE: [PATCH 00/22] DC Patches Jan 29 2024

[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 ThinkBook T13s Gen4 with AMD Ryzen 5 6600U
        * MSI Gaming X Trio RX 6800
        * Gigabyte Gaming OC RX 7900 XTX

These systems were tested on the following display/connection types:
        * eDP, (1080p 60hz [5650U]) (1920x1200 60hz [6600U]) (2560x1600 120hz[6600U])
        * VGA and DVI (1680x1050 60hz [DP to VGA/DVI, USB-C to VGA/DVI])
        * DP/HDMI/USB-C (1440p 170hz, 4k 60hz, 4k 144hz, 4k 240hz [Includes USB-C to DP/HDMI adapters])
        * Thunderbolt (LG Ultrafine 5k)
        * MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60Hz displays)
        * DSC (with Cable Matters 101075 [DP to 3x DP] with 3x 4k60 displays, and HP Hook G2 with 1 4k60 display)
        * USB 4 (Kensington SD5700T and 1x 4k 60Hz display)
        * PCON (Club3D CAC-1085 and 1x 4k 144Hz display [at 4k 120HZ, as that is the max the adapter supports])

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 - dbed0943b062d0837668fef7ad4af18639e9b241 -> drm/amdgpu: Show vram vendor only if available) with new patches added on top of it.

Tested on Ubuntu 22.04.3, on Wayland and X11, using KDE Plasma and Gnome.


Tested-by: Daniel Wheeler <daniel.wheeler@xxxxxxx>


Thank you,

Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
amd.com

-----Original Message-----
From: Tom Chung <chiahsuan.chung@xxxxxxx>
Sent: Wednesday, January 24, 2024 2:02 AM
To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx
Cc: Wentland, Harry <Harry.Wentland@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx>; Lin, Wayne <Wayne.Lin@xxxxxxx>; Gutierrez, Agustin <Agustin.Gutierrez@xxxxxxx>; Chung, ChiaHsuan (Tom) <ChiaHsuan.Chung@xxxxxxx>; Wu, Hersen <hersenxs.wu@xxxxxxx>; Zuo, Jerry <Jerry.Zuo@xxxxxxx>; Wheeler, Daniel <Daniel.Wheeler@xxxxxxx>
Subject: [PATCH 00/22] DC Patches Jan 29 2024

This DC patchset brings improvements in multiple areas.
In summary, we have:

- Add control flag for IPS residency profiling
- Populate invalid split index to be 0xF
- Fix dcn35 8k30 Underflow/Corruption Issue
- Fix DP audio settings
- Use correct phantom pipe when populating subvp pipe info
- Fix incorrect mpc_combine array size
- Fix DPSTREAM CLK on and off sequence
- Fix USB-C flag update after enc10 feature init
- Add debugfs disallow edp psr
- Unify optimize_required flags and VRR adjustments
- Increased min_dcfclk_mhz and min_fclk_mhz
- Fix static screen event mask definition change

Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx>


Alvin Lee (2):
  drm/amd/display: For FPO and SubVP/DRR configs program vmin/max sel
  drm/amd/display: Populate invalid split index to be 0xF

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

Aric Cyr (2):
  drm/amd/display: Unify optimize_required flags and VRR adjustments
  drm/amd/display: 3.2.270

Charlene Liu (3):
  Revert "drm/amd/display: initialize all the dpm level's stutter
    latency"
  drm/amd/display: fix USB-C flag update after enc10 feature init
  drm/amd/display: fix DP audio settings

Dmytro Laktyushkin (1):
  drm/amd/display: Fix DPSTREAM CLK on and off sequence

Eric Yang (1):
  drm/amd/display: fix invalid reg access on DCN35 FPGA

Fangzhi Zuo (1):
  drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue

Fudongwang (1):
  drm/amd/display: refine code for dmcub inbox1 ring buffer debug

Hersen Wu (1):
  drm/amd/display: add debugfs disallow edp psr

Mounika Adhuri (1):
  drm/amd/display: clkmgr unittest with removal of warn & rename DCN35
    ips handshake for idle

Nicholas Kazlauskas (2):
  drm/amd/display: Wait before sending idle allow and after idle
    disallow
  drm/amd/display: Wait for mailbox ready when powering up DMCUB

Nicholas Susanto (1):
  drm/amd/display: Underflow workaround by increasing SR exit latency

Sohaib Nadeem (1):
  drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz

Taimur Hassan (1):
  drm/amd/display: Send DTBCLK disable message on first commit

Wenjing Liu (2):
  drm/amd/display: fix incorrect mpc_combine array size
  drm/amd/display: use correct phantom pipe when populating subvp pipe
    info

Yiling Chen (1):
  drm/amd/display: Fix static screen event mask definition change

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  8 ++-  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h |  1 +
 .../amd/display/amdgpu_dm/amdgpu_dm_crtc.c    |  7 ++-
 .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 53 +++++++++++++++++++  .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c  | 53 ++++++++++---------  .../amd/display/dc/clk_mgr/dcn35/dcn35_smu.c  | 15 ++++++
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 45 ++++++++++++----
 .../gpu/drm/amd/display/dc/core/dc_resource.c | 14 +++++
 drivers/gpu/drm/amd/display/dc/dc.h           |  3 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c  | 14 +++--
 drivers/gpu/drm/amd/display/dc/dc_stream.h    |  2 -
 .../gpu/drm/amd/display/dc/dce/dce_audio.c    |  9 +++-
 .../display/dc/dcn32/dcn32_dio_link_encoder.c |  4 +-  .../display/dc/dcn32/dcn32_resource_helpers.c | 14 -----  .../display/dc/dcn35/dcn35_dio_link_encoder.c |  4 +-  .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c  | 15 +++---  .../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c  |  4 +-  .../display/dc/dml2/dml2_translation_helper.c | 33 +++++-------  .../amd/display/dc/hwss/dce110/dce110_hwseq.c |  2 +-
 .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c   |  2 +-
 .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c   | 20 ++++---
 .../amd/display/dc/hwss/dcn30/dcn30_hwseq.c   | 18 -------
 .../amd/display/dc/hwss/dcn30/dcn30_hwseq.h   |  3 --
 .../amd/display/dc/hwss/dcn30/dcn30_init.c    |  2 +-
 .../amd/display/dc/hwss/dcn31/dcn31_hwseq.c   | 18 +++++++
 .../amd/display/dc/hwss/dcn31/dcn31_hwseq.h   |  4 ++
 .../amd/display/dc/hwss/dcn31/dcn31_init.c    |  2 +-
 .../amd/display/dc/hwss/dcn314/dcn314_init.c  |  2 +-
 .../amd/display/dc/hwss/dcn32/dcn32_init.c    |  2 +-
 .../amd/display/dc/hwss/dcn35/dcn35_init.c    |  2 +-
 .../amd/display/dc/hwss/dcn351/dcn351_init.c  |  2 +-
 .../gpu/drm/amd/display/dc/inc/core_types.h   |  2 +
 drivers/gpu/drm/amd/display/dc/inc/resource.h |  3 ++
 .../dc/resource/dcn32/dcn32_resource.c        |  2 +-
 .../dc/resource/dcn32/dcn32_resource.h        |  3 --
 .../dc/resource/dcn321/dcn321_resource.c      |  2 +-
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h   |  4 --
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 18 ++++---
 .../gpu/drm/amd/display/dmub/src/dmub_srv.c   | 13 ++++-
 39 files changed, 274 insertions(+), 150 deletions(-)

--
2.34.1





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

  Powered by Linux