Skip to content

Commit 1fa0d42

Browse files
AMD-aricalexdeucher
authored andcommitted
Revert "drm/amd/display: Do not set DRR on pipe commit"
This reverts commit 4f1b5e7. [Why & How] Original change causes a regression. Revert until fix is available. Reviewed-by: Aric Cyr <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Aric Cyr <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 031f196 commit 1fa0d42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,5 +998,8 @@ void dcn30_prepare_bandwidth(struct dc *dc,
998998
dc->clk_mgr->funcs->set_max_memclk(dc->clk_mgr, dc->clk_mgr->bw_params->clk_table.entries[dc->clk_mgr->bw_params->clk_table.num_entries - 1].memclk_mhz);
999999

10001000
dcn20_prepare_bandwidth(dc, context);
1001+
1002+
dc_dmub_srv_p_state_delegate(dc,
1003+
context->bw_ctx.bw.dcn.clk.fw_based_mclk_switching, context);
10011004
}
10021005

0 commit comments

Comments
 (0)