Skip to content

Commit 56574f8

Browse files
Wesley Chalmersalexdeucher
authored andcommitted
drm/amd/display: Do not set DRR on pipe Commit
[WHY] Writing to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a pipe commit can cause underflow. Cc: [email protected] Cc: Mario Limonciello <[email protected]> Reviewed-by: Jun Lei <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Wesley Chalmers <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 709671f commit 56574f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,5 @@ 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);
10041001
}
10051002

0 commit comments

Comments
 (0)