Home
last modified time | relevance | path

Searched refs:pg_pipe_res_update (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_hwseq.c46 if (!update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_gate()
47 !update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_gate()
66 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_ungate()
67 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_ungate()
70 update_state->pg_pipe_res_update[PG_DPP][j] = true; in dcn351_calc_blocks_to_ungate()
109 if (update_state->pg_pipe_res_update[PG_DSC][i]) { in dcn351_hw_block_power_down()
114 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_hw_block_power_down()
115 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_hw_block_power_down()
171 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_hw_block_power_up()
172 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_hw_block_power_up()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1024 update_state->pg_pipe_res_update[j][i] = true; in dcn35_calc_blocks_to_gate()
1191 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_calc_blocks_to_ungate()
1245 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_hw_block_power_down()
1252 if (update_state->pg_pipe_res_update[PG_DSC][i]) { in dcn35_hw_block_power_down()
1259 if (update_state->pg_pipe_res_update[PG_DSC][i]) { in dcn35_hw_block_power_down()
1265 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_hw_block_power_down()
1328 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_hw_block_power_up()
1357 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_root_clock_control()
1373 if (update_state->pg_pipe_res_update[PG_DSC][i]) { in dcn35_root_clock_control()
1387 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_root_clock_control()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h773 bool pg_pipe_res_update[PG_HW_PIPE_RESOURCES_NUM_ELEMENT][MAX_PIPES]; member