Searched refs:calc_blocks_to_gate (Results 1 – 4 of 4) sorted by relevance
118 .calc_blocks_to_gate = dcn351_calc_blocks_to_gate,
119 .calc_blocks_to_gate = dcn35_calc_blocks_to_gate,
1407 if (dc->hwss.calc_blocks_to_gate) { in dcn35_optimize_bandwidth()1408 dc->hwss.calc_blocks_to_gate(dc, context, &pg_update_state); in dcn35_optimize_bandwidth()
439 void (*calc_blocks_to_gate)(struct dc *dc, struct dc_state *context, member