mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
drm/amd/display: Allow system to enter stutter on init
[Why] Workaround was missing in one HW disable path, meaning when all pipes are power gated, stutter was not working [How] Add workaround for init_hw path for stutter workaround Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bb20be7510
commit
41629f02c6
1 changed files with 2 additions and 0 deletions
|
@ -1126,6 +1126,8 @@ static void dcn10_init_hw(struct dc *dc)
|
|||
dc->res_pool->opps[i]->mpc_tree_params.opp_id = dc->res_pool->opps[i]->inst;
|
||||
plane_atomic_power_down(dc, dpp, hubp);
|
||||
}
|
||||
|
||||
apply_DEGVIDCN10_253_wa(dc);
|
||||
}
|
||||
|
||||
for (i = 0; i < dc->res_pool->audio_count; i++) {
|
||||
|
|
Loading…
Reference in a new issue