Searched refs:calc_blocks_to_ungate (Results 1 – 4 of 4) sorted by relevance
119 .calc_blocks_to_ungate = dcn351_calc_blocks_to_ungate,
120 .calc_blocks_to_ungate = dcn35_calc_blocks_to_ungate,
1386 if (dc->hwss.calc_blocks_to_ungate) { in dcn35_prepare_bandwidth()1387 dc->hwss.calc_blocks_to_ungate(dc, context, &pg_update_state); in dcn35_prepare_bandwidth()
441 void (*calc_blocks_to_ungate)(struct dc *dc, struct dc_state *context, member