]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amd/display: remove dc_clock_limit for apu
authorCharlene Liu <Charlene.Liu@amd.com>
Wed, 11 Mar 2026 21:05:19 +0000 (17:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:16:00 +0000 (14:16 -0400)
[why]
current apu pmfw does not support dc_clock_limit

Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c

index fa5d0558192cff26c1e3c28db9f0a19a1fb9a763..6328b3dc35f9d3e7dd6204b875d9dc4651b54ede 100644 (file)
@@ -2018,7 +2018,7 @@ static bool dcn42_resource_construct(
        dc->config.dcn_override_sharpness_range.hdr_rgb_mid = 1500;
 
        dc->config.use_pipe_ctx_sync_logic = true;
-       dc->config.dc_mode_clk_limit_support = true;
+       dc->config.dc_mode_clk_limit_support = false;
        dc->config.enable_windowed_mpo_odm = true;
        /* Use psp mailbox to enable assr */
        dc->config.use_assr_psp_message = true;