On 2/9/26 08:48, Rodrigo Siqueira wrote:
On 01/18, Timur Kristóf wrote:
Reduce code duplication and ease maintenance burden for old
DCE versions. Clean up some code that was duplicated between
DCE 6 and the rest of DCE.

Timur Kristóf (5):
   drm/amd/display: Use dce_audio_create for DCE 6
   drm/amd/display: Delete unused dce_clk_mgr.c
   drm/amd/display: Remove unused dce60_clk_mgr register definitions
   drm/amd/display: Handle DCE 6 in dce_clk_mgr.c
   drm/amd/display: Handle DCE 6 in dce110_register_irq_handlers

  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 165 +--
  .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c  |  12 +-
  .../display/dc/clk_mgr/dce100/dce_clk_mgr.c   |  64 +-
  .../display/dc/clk_mgr/dce60/dce60_clk_mgr.c  | 166 ---
  .../display/dc/clk_mgr/dce60/dce60_clk_mgr.h  |  36 -
  .../gpu/drm/amd/display/dc/dce/dce_audio.c    | 131 ---
  .../gpu/drm/amd/display/dc/dce/dce_audio.h    |   9 -
  .../gpu/drm/amd/display/dc/dce/dce_clk_mgr.c  | 967 ------------------
  .../amd/display/dc/inc/hw/clk_mgr_internal.h  |  11 -
  .../dc/resource/dce60/dce60_resource.c        |   2 +-
  10 files changed, 88 insertions(+), 1475 deletions(-)
  delete mode 100644 
drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c
  delete mode 100644 
drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.h
  delete mode 100644 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c

--
2.52.0


I Alex, Dan, Tom,

Could you also include this series in this weekly promotion? Overall, it
looks good, but I believe the last patch needs thorough testing via
promotion since it can affect multiple GPUs.

Thanks


This patchset was included in promotion test last week and no issues were found.

However, I just realized patch 4 won't build without modifying a Makefile (see my reply to Patch 4). I'd suggest to address all comments to patch 4 in V2.


Reply via email to