[PATCH 00/11] DC Patches Feb 5, 2021

Anson Jacob Anson.Jacob at amd.com
Fri Feb 5 22:02:39 UTC 2021


This version brings along following fixes:
    - Fix error handling in dc/dcn10/dcn10_hw_sequencer_debug.c
    - DIO Supported for virtual displays
    - memset dmub_rb_cmd to 0 which fixes issues talking with firmware
    - fix 64bit division issue on 32bit OS
    - move edp sink present detection to hw init to fix hang
    - reverts a patch that caused 3x4K60 displays over MST
      with DSC enabled to not light up

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

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

Dale Zhao (1):
  drm/amd/display: fix type mismatch error for return variable

Derek Lai (1):
  drm/amd/display: Add DIG_CLOCK_PATTERN in the transmitter control

Eric Yang (1):
  drm/amd/display: move edp sink present detection to hw init

Fangzhi Zuo (1):
  drm/amd/display: Add return code instead of boolean for future use

Jun Lei (1):
  drm/amd/display: revert support for DID2.0 dsc passthrough

Lang Yu (1):
  drm/amd/display: fix 64bit division issue on 32bit OS

Qingqing Zhuo (1):
  drm/amd/display: DP HDCP Compliance 1A-08/09 tests fail

Wesley Chalmers (1):
  drm/amd/display: DIO Supported for virtual displays

Wyatt Wood (1):
  drm/amd/display: Initialize dmub_rb_cmd unions to 0

 .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c |  8 ++--
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 40 ++++++++++---------
 drivers/gpu/drm/amd/display/dc/core/dc_link.c |  4 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_dsc.h       |  7 ++--
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h  |  1 -
 drivers/gpu/drm/amd/display/dc/dc_link.h      |  2 +
 .../drm/amd/display/dc/dce/dce_clock_source.c |  2 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c |  3 ++
 .../drm/amd/display/dc/dce/dmub_hw_lock_mgr.c |  3 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c |  6 ++-
 .../dc/dcn10/dcn10_hw_sequencer_debug.c       |  2 +-
 .../amd/display/dc/dcn10/dcn10_link_encoder.c | 15 +++++++
 .../amd/display/dc/dcn10/dcn10_link_encoder.h | 11 +++++
 .../amd/display/dc/dcn20/dcn20_link_encoder.c |  2 +-
 .../drm/amd/display/dc/dcn20/dcn20_resource.c |  5 ++-
 .../drm/amd/display/dc/dcn21/dcn21_hwseq.c    |  4 +-
 .../dc/dml/dcn20/display_mode_vba_20.c        |  7 ++--
 .../dc/dml/dcn20/display_mode_vba_20v2.c      |  7 ++--
 .../dc/dml/dcn21/display_mode_vba_21.c        |  7 ++--
 .../dc/dml/dcn30/display_mode_vba_30.c        |  2 +-
 .../amd/display/dc/dml/display_mode_structs.h |  1 +
 .../drm/amd/display/dc/dml/display_mode_vba.c |  2 +
 .../drm/amd/display/dc/dml/display_mode_vba.h |  1 +
 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c   | 29 +++++---------
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 29 ++++++++++++--
 .../drm/amd/display/modules/hdcp/hdcp_psp.c   |  2 +
 27 files changed, 135 insertions(+), 69 deletions(-)

-- 
2.25.1



More information about the amd-gfx mailing list