[PATCH 00/12] DC Patches October 30, 2023

Hersen Wu hersenxs.wu at amd.com
Wed Nov 1 20:08:20 UTC 2023


Title: DC Patches October 30, 2023

Start from:
  9379d9fc18582c69862dc25fb770ae2e102f29d6
  drm/amd/display: 3.2.258

Stopped at:
  0a6aa88e926196036c7cf9edb70924b659461617
  drm/amd/display: 3.2.259

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

- Enable DCN35 physymclk root clock gating
- Fix DP automation test pattern bug
- Disable OTG for mode switch from TMDS to FRL
- Refactor DML2
- Revert Fix handling duplicate planes on one stream
- Revert Enable DCN clock gating
- Implement cursor P-State allow for SubVP
- Save and restore mall state while switching from ODM to Subvp


Alvin Lee (1):
  drm/amd/display: For cursor P-State allow for SubVP

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

Chaitanya Dhere (1):
  drm/amd/display: Remove references to unused dml arch version

Daniel Miess (2):
  drm/amd/display: Revert Enable DCN clock gating
  drm/amd/display: Enable physymclk RCO

George Shen (1):
  drm/amd/display: Set stream's DP test pattern upon test request

Joshua Aberback (1):
  drm/amd/display: Remove unused duplicate register definition

Ovidiu Bunea (1):
  drm/amd/display: Disable OTG for mode timing switch on DCN35

Rodrigo Siqueira (1):
  drm/amd/display: Create optc.h file

Sung Joon Kim (2):
  drm/amd/display: Revert Fix handling duplicate planes on one stream
  drm/amd/display: Fix handling duplicate planes on one stream

Wenjing Liu (1):
  drm/amd/display: save and restore mall state when applying minimal
    transition

 .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c |   3 +
 .../amd/display/amdgpu_dm/amdgpu_dm_trace.h   |   2 +-
 .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c  |   3 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  20 ++
 drivers/gpu/drm/amd/display/dc/dc.h           |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_abm.h  |  15 --
 .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.h | 186 +--------------
 .../gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h |   6 +-
 .../gpu/drm/amd/display/dc/dcn35/dcn35_dccg.c |  84 ++++---
 .../drm/amd/display/dc/dcn35/dcn35_pg_cntl.c  |  10 +-
 .../drm/amd/display/dc/dcn35/dcn35_pg_cntl.h  |   1 +
 .../drm/amd/display/dc/dcn35/dcn35_resource.c |  22 +-
 .../display/dc/dml2/dml2_dc_resource_mgmt.c   |  16 +-
 .../amd/display/dc/dml2/dml2_internal_types.h |   1 -
 .../display/dc/dml2/dml2_translation_helper.c |  40 +---
 .../drm/amd/display/dc/hwss/dce/dce_hwseq.h   |  18 +-
 .../amd/display/dc/hwss/dcn32/dcn32_hwseq.c   |  17 +-
 .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c   |  33 ++-
 drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h  |   9 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/optc.h  | 219 ++++++++++++++++++
 .../gpu/drm/amd/display/dc/inc/hw/pg_cntl.h   |   2 +
 21 files changed, 380 insertions(+), 329 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/display/dc/inc/hw/optc.h

-- 
2.25.1



More information about the amd-gfx mailing list