]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Don't overwrite dce60_clk_mgr
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 22 Jul 2025 15:58:29 +0000 (17:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Aug 2025 18:27:59 +0000 (14:27 -0400)
commitbbddcbe36a686af03e91341b9bbfcca94bd45fb6
tree873d8473ad354542d9bfcd06f62934bf66e59a88
parentda467352296f8e50c7ab7057ead44a1df1c81496
drm/amd/display: Don't overwrite dce60_clk_mgr

dc_clk_mgr_create accidentally overwrites the dce60_clk_mgr
with the dce_clk_mgr, causing incorrect behaviour on DCE6.
Fix it by removing the extra dce_clk_mgr_construct.

Fixes: 62eab49faae7 ("drm/amd/display: hide VGH asic specific structs")
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c