Display Core v3.2.354 release highlights:
    
    * DCN35 dispclk, dppclk & other fixes
    * DCN401 cursor offload fix
    * Add new block seqeunce-building/executing functions
    * null ptr fixes
    * DPIA hpd fix
    * debug improvements
    * Fix performance regression from full updates
    * Firmware Release 0.1.31.0

Cc: Dan Wheeler <[email protected]>

---

Alvin Lee (3):
  drm/amd/display: Remove unused field in DML
  drm/amd/display: Update DCN401 path for cursor offload
  drm/amd/display: Update spacing in struct

Aurabindo Pillai (2):
  drm/amd/display: Add sink/link debug logs
  drm/amd/display: use GFP_NOWAIT for allocation in interrupt handler

Charlene Liu (3):
  drm/amd/display: add dispclk ramping to dcn35.
  drm/amd/display: add dccg dfs mask def
  drm/amd/display: increase max link count and fix link->enc NULL
    pointer access

Dominik Kaszewski (2):
  drm/amd/display: Remove dc state from check_update
  drm/amd/display: Fix performance regression from full updates

Harry VanZyllDeJong (1):
  drm/amd/display: fix duplicate aux command with AMD aux backlight

Ilya Bakoulin (1):
  drm/amd/display: add new block sequence-building/executing functions

Meenakshikumar Somasundaram (1):
  drm/amd/display: Fix NULL pointer dereference

Ovidiu Bunea (1):
  drm/amd/display: Move all DCCG RCG into HWSS root_clock_control

Peichen Huang (1):
  drm/amd/display: not skip hpd irq for bw alloc mode

Relja Vojvodic (1):
  drm/amd/display: Rework HDMI data channel reads

Samson Tam (1):
  drm/amd/display: Add debug option to override EASF scaler taps

Taimur Hassan (2):
  drm/amd/display: [FW Promotion] Release 0.1.31.0
  drm/amd/display: Promote DC to 3.2.354

Wenjing Liu (2):
  drm/amd/display: update perfmon measurement interfaces
  drm/amd/display: add additional hdcp traces

Yihan Zhu (1):
  drm/amd/display: fix dppclk rcg poweron check

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |   77 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  131 +-
 .../drm/amd/display/dc/core/dc_hw_sequencer.c | 3161 ++++++++++++++++-
 .../gpu/drm/amd/display/dc/core/dc_stream.c   |    6 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |    3 +-
 .../gpu/drm/amd/display/dc/dc_spl_translate.c |    2 +
 drivers/gpu/drm/amd/display/dc/dc_types.h     |    1 +
 .../amd/display/dc/dccg/dcn35/dcn35_dccg.c    |   23 +-
 .../amd/display/dc/dccg/dcn35/dcn35_dccg.h    |    8 +
 .../dml2/dml21/inc/dml_top_dchub_registers.h  |    1 -
 .../amd/display/dc/hubp/dcn32/dcn32_hubp.c    |   70 +-
 .../amd/display/dc/hwss/dcn31/dcn31_hwseq.c   |    3 +-
 .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c   |    5 -
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 1356 ++++++-
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.h |   98 +
 .../amd/display/dc/hwss/dcn401/dcn401_init.c  |   17 +
 .../drm/amd/display/dc/hwss/hw_sequencer.h    | 1409 +++++++-
 .../display/dc/hwss/hw_sequencer_private.h    |   36 +
 .../amd/display/dc/inc/hw/cursor_reg_cache.h  |    6 +-
 .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h  |   36 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h  |    1 +
 .../gpu/drm/amd/display/dc/inc/hw/hw_shared.h |    8 +-
 .../display/dc/link/accessories/link_dp_cts.c |    3 +-
 .../drm/amd/display/dc/link/link_detection.c  |    4 +
 .../amd/display/dc/link/protocols/link_ddc.c  |    3 +-
 .../dc/link/protocols/link_dp_dpia_bw.c       |   19 +-
 .../dc/link/protocols/link_dp_irq_handler.c   |    4 +-
 drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c  |   15 +
 .../drm/amd/display/dc/sspl/dc_spl_types.h    |    1 +
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |    3 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp.c   |    6 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp.h   |    2 +-
 .../display/modules/hdcp/hdcp1_execution.c    |   13 +-
 .../display/modules/hdcp/hdcp2_execution.c    |   19 +-
 .../drm/amd/display/modules/hdcp/hdcp_log.h   |    6 +
 .../drm/amd/display/modules/inc/mod_hdcp.h    |   14 +
 36 files changed, 6245 insertions(+), 325 deletions(-)

-- 
2.51.0

Reply via email to