drm/amd/display: Halve DTB Clock Value for DCN32
authorFangzhi Zuo <Jerry.Zuo@amd.com>
Tue, 19 Apr 2022 19:49:48 +0000 (15:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Jun 2022 20:45:00 +0000 (16:45 -0400)
VBIOS default clock value was halved, so the hardcoded dtb value should be
halved as well.

dtb clock should come from SMU eventually, but now dtb clock switching is not
fully supported yet in SMU.

Halve the dtb hardcoded value for now to have UHBR10 light up. Will rely on
SMU for dtb clock switching once available. The w/a is for DCN32 only, DCN321
should adopt the original value.

Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c

index 9d2d2cd..774de29 100644 (file)
@@ -599,7 +599,7 @@ void dcn32_clk_mgr_construct(
        clk_mgr->dfs_ref_freq_khz = 100000;
 
        clk_mgr->base.dprefclk_khz = 717000; /* Changed as per DCN3.2_clock_frequency doc */
-       clk_mgr->dccg->ref_dtbclk_khz = 477800;
+       clk_mgr->dccg->ref_dtbclk_khz = 268750;
 
        /* integer part is now VCO frequency in kHz */
        clk_mgr->base.dentist_vco_freq_khz = 4300000;//dcn32_get_vco_frequency_from_reg(clk_mgr);