mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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>
This commit is contained in:
parent
370b132a3e
commit
a1d840a51a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user