dcn20_prepare_bandwidth(dc, context);
}
-void dcn30_optimize_bandwidth(struct dc *dc, struct dc_state *context)
-{
- dcn20_optimize_bandwidth(dc, context);
-}
-
void dcn30_disable_writeback(
struct dc *dc,
unsigned int dwb_pipe_inst)
void dcn30_prepare_bandwidth(struct dc *dc,
struct dc_state *context);
-void dcn30_optimize_bandwidth(struct dc *dc,
- struct dc_state *context);
-
bool dcn30_mmhubbub_warmup(
struct dc *dc,
unsigned int num_dwb,
.interdependent_update_lock = dcn10_lock_all_pipes,
.cursor_lock = dcn10_cursor_lock,
.prepare_bandwidth = dcn20_prepare_bandwidth,
- .optimize_bandwidth = dcn30_optimize_bandwidth,
+ .optimize_bandwidth = dcn20_optimize_bandwidth,
.update_bandwidth = dcn20_update_bandwidth,
.set_drr = dcn10_set_drr,
.get_position = dcn10_get_position,