]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Delete unused dce_clk_mgr.c
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 18 Jan 2026 17:31:47 +0000 (18:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:26:11 +0000 (14:26 -0500)
commitecdf982ccc680deea59f4577c9a4947a5182e574
tree8fffef729a72a6c02b26e3a72dbe617d67eccbfe
parenta1d3efc329b45318721a4b1e1f893322ba82c876
drm/amd/display: Delete unused dce_clk_mgr.c

This file was not compiled or included anywhere and not
modified for years. And it has duplicate function
definitions of many functions that are defined in
other files.

That leads to a lot of confusion (for both developers
and for code editors), eg. when searching for a definition
of a function it can end up on one of the functions in
this file instead of the real implementations.

I suspect that it was forgotten that this should be
deleted after the various clock manager functions were
split into hardware generation specific files.
Delete it now.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c [deleted file]