We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709671f commit 56574f8Copy full SHA for 56574f8
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
@@ -998,8 +998,5 @@ void dcn30_prepare_bandwidth(struct dc *dc,
998
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);
999
1000
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);
1004
}
1005
0 commit comments