[PATCH 0/8] DC Patches May 02, 2023

Alex Hung alex.hung at amd.com
Wed May 3 01:38:45 UTC 2023


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

* Block SubVP on displays that have pixclk > 1800Mhz
* Block SubVP high refresh when VRR active fixed
* Enforce 60us prefetch for 200Mhz DCFCLK modes
* Check Vactive for VRR active for FPO + Vactive
* Add symclk workaround during disable link output
* Show the DCN/DCE version in the log
* Add additional pstate registers to HW state query

Cc: Daniel Wheeler <daniel.wheeler at amd.com>

Alvin Lee (4):
  drm/amd/display: Check Vactive for VRR active for FPO + Vactive
  drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes
  drm/amd/display: Block SubVP high refresh when VRR active fixed
  drm/amd/display: Block SubVP on displays that have pixclk > 1800Mhz

Aric Cyr (1):
  drm/amd/display: Promote DAL to 3.2.235

Leo Chen (1):
  drm/amd/display: Add symclk workaround during disable link output

Rodrigo Siqueira (1):
  drm/amd/display: Show the DCN/DCE version in the log

Sung Lee (1):
  drm/amd/display: Add additional pstate registers to HW state query

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  3 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  5 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_helper.c    | 56 ++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dc_stream.h    |  2 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h |  2 +
 .../drm/amd/display/dc/dcn20/dcn20_hubbub.c   |  6 ++
 .../gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c |  6 ++
 .../drm/amd/display/dc/dcn314/dcn314_hwseq.c  | 65 +++++++++++++++++++
 .../drm/amd/display/dc/dcn314/dcn314_hwseq.h  |  2 +
 .../drm/amd/display/dc/dcn314/dcn314_init.c   |  2 +-
 .../drm/amd/display/dc/dcn32/dcn32_resource.h |  1 +
 drivers/gpu/drm/amd/display/dc/dm_services.h  |  2 +
 .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c  | 10 ++-
 .../dc/dml/dcn32/display_mode_vba_32.c        |  5 +-
 .../dc/dml/dcn32/display_mode_vba_32.h        |  1 +
 .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h  |  2 +
 17 files changed, 164 insertions(+), 8 deletions(-)

-- 
2.40.0



More information about the amd-gfx mailing list