AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/amd/display: Clean up some DCE 6 code
@ 2026-01-18 17:31 Timur Kristóf
  2026-01-18 17:31 ` [PATCH 1/5] drm/amd/display: Use dce_audio_create for DCE 6 Timur Kristóf
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Timur Kristóf @ 2026-01-18 17:31 UTC (permalink / raw)
  To: amd-gfx, Alexander.Deucher, Mario Limonciello, Ivan Lipski,
	harry.wentland, Leo Li, Alex Hung
  Cc: Timur Kristóf

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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2026-02-16 18:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-18 17:31 [PATCH 0/5] drm/amd/display: Clean up some DCE 6 code Timur Kristóf
2026-01-18 17:31 ` [PATCH 1/5] drm/amd/display: Use dce_audio_create for DCE 6 Timur Kristóf
2026-02-02 14:50   ` Rodrigo Siqueira
2026-01-18 17:31 ` [PATCH 2/5] drm/amd/display: Delete unused dce_clk_mgr.c Timur Kristóf
2026-02-02 14:54   ` Rodrigo Siqueira
2026-01-18 17:31 ` [PATCH 3/5] drm/amd/display: Remove unused dce60_clk_mgr register definitions Timur Kristóf
2026-02-03 23:43   ` Rodrigo Siqueira
2026-01-18 17:31 ` [PATCH 4/5] drm/amd/display: Handle DCE 6 in dce_clk_mgr.c Timur Kristóf
2026-01-30 18:47   ` Alex Hung
2026-02-03 23:45   ` Rodrigo Siqueira
2026-02-09 17:21   ` Alex Hung
2026-02-09 22:11     ` Timur Kristóf
2026-02-15  5:06       ` Alex Hung
2026-02-16 15:19         ` Timur Kristóf
2026-02-16 17:49           ` Alex Hung
2026-02-16 18:22             ` Timur Kristóf
2026-01-18 17:31 ` [PATCH 5/5] drm/amd/display: Handle DCE 6 in dce110_register_irq_handlers Timur Kristóf
2026-02-09 15:48 ` [PATCH 0/5] drm/amd/display: Clean up some DCE 6 code Rodrigo Siqueira
2026-02-09 17:25   ` Alex Hung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox