Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c938 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_gate()
940 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_gate()
1114 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_ungate()
1187 if (update_state->pg_res_update[PG_HPO]) { in dcn35_hw_block_power_down()
1290 if (update_state->pg_res_update[PG_HPO]) { in dcn35_hw_block_power_up()
1571 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_ungate_for_hw_release()
1572 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_ungate_for_hw_release()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h870 bool pg_res_update[PG_HW_RESOURCES_NUM_ELEMENT]; member