Searched refs:hw_block_power_up (Results 1 – 4 of 4) sorted by relevance
120 .hw_block_power_up = dcn351_hw_block_power_up,
121 .hw_block_power_up = dcn35_hw_block_power_up,
1392 if (dc->hwss.hw_block_power_up) in dcn35_prepare_bandwidth()1393 dc->hwss.hw_block_power_up(dc, &pg_update_state); in dcn35_prepare_bandwidth()
443 void (*hw_block_power_up)(struct dc *dc, member