Searched refs:pg_update_state (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 1408 struct pg_block_update pg_update_state; in dcn35_prepare_bandwidth() local 1411 dc->hwss.calc_blocks_to_ungate(dc, context, &pg_update_state); in dcn35_prepare_bandwidth() 1414 dc->hwss.root_clock_control(dc, &pg_update_state, true); in dcn35_prepare_bandwidth() 1417 dc->hwss.hw_block_power_up(dc, &pg_update_state); in dcn35_prepare_bandwidth() 1427 struct pg_block_update pg_update_state; in dcn35_optimize_bandwidth() local 1432 dc->hwss.calc_blocks_to_gate(dc, context, &pg_update_state); in dcn35_optimize_bandwidth() 1435 dc->hwss.hw_block_power_down(dc, &pg_update_state); in dcn35_optimize_bandwidth() 1438 dc->hwss.root_clock_control(dc, &pg_update_state, false); in dcn35_optimize_bandwidth() 1625 struct pg_block_update pg_update_state; in dcn35_hardware_release() local 1630 dc->hwss.root_clock_control(dc, &pg_update_state, true); in dcn35_hardware_release() [all …]
|