Home
last modified time | relevance | path

Searched refs:pg_res_update (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1016 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_gate()
1018 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_gate()
1183 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_ungate()
1237 if (update_state->pg_res_update[PG_HPO]) { in dcn35_hw_block_power_down()
1340 if (update_state->pg_res_update[PG_HPO]) { in dcn35_hw_block_power_up()
1615 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_ungate_for_hw_release()
1616 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_ungate_for_hw_release()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h774 bool pg_res_update[PG_HW_RESOURCES_NUM_ELEMENT]; member