]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Handle DCE 6 in dce_clk_mgr.c
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 18 Jan 2026 17:31:49 +0000 (18:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:25 +0000 (14:28 -0500)
commitd31e61604820b700d51d5b0a285363be0d95eee8
treeaf8db42454435b233cdd154df98c6041acffb712
parent3a3aaed8f04bc1869fdcc1b769b3b1172a5f4e2c
drm/amd/display: Handle DCE 6 in dce_clk_mgr.c

dce60_clk_mgr was basically identical to dce_clk_mgr other than
a few minor details. They can be all handled in the same file,
reducing duplicated code and easing the maintenance burden for
old DCE versions.

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/clk_mgr/Makefile
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c
drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c
drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c [deleted file]
drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.h [deleted file]