Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: remove dc_clock_limit for apu

[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>

authored by

Charlene Liu and committed by
Alex Deucher
a1d840a5 370b132a

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
··· 2018 2018 dc->config.dcn_override_sharpness_range.hdr_rgb_mid = 1500; 2019 2019 2020 2020 dc->config.use_pipe_ctx_sync_logic = true; 2021 - dc->config.dc_mode_clk_limit_support = true; 2021 + dc->config.dc_mode_clk_limit_support = false; 2022 2022 dc->config.enable_windowed_mpo_odm = true; 2023 2023 /* Use psp mailbox to enable assr */ 2024 2024 dc->config.use_assr_psp_message = true;