Home
last modified time | relevance | path

Searched refs:PG_HUBP (Results 1 – 4 of 4) sorted by relevance

/linux/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()
49 update_state->pg_pipe_res_update[PG_HUBP][j] = false; in dcn351_calc_blocks_to_gate()
66 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_ungate()
69 update_state->pg_pipe_res_update[PG_HUBP][j] = true; in dcn351_calc_blocks_to_ungate()
114 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_hw_block_power_down()
171 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_hw_block_power_up()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1015 update_state->pg_pipe_res_update[PG_HUBP][pipe_ctx->plane_res.hubp->inst] = false; in dcn35_calc_blocks_to_gate()
1058 if (!update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn35_calc_blocks_to_gate()
1061 update_state->pg_pipe_res_update[PG_HUBP][j] = false; in dcn35_calc_blocks_to_gate()
1092 if (j == PG_HUBP && new_pipe->plane_res.hubp) in dcn35_calc_blocks_to_ungate()
1117 if (j == PG_HUBP && in dcn35_calc_blocks_to_ungate()
1170 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn35_calc_blocks_to_ungate()
1173 update_state->pg_pipe_res_update[PG_HUBP][j] = true; in dcn35_calc_blocks_to_ungate()
1224 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn35_hw_block_power_down()
1244 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn35_hw_block_power_down()
1307 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn35_hw_block_power_up()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/pg/dcn35/
H A Ddcn35_pg_cntl.c242 pg_cntl->pg_pipe_res_enable[PG_HUBP][hubp_dpp_inst] = power_on; in pg_cntl35_hubp_dpp_pg_control()
488 pg_cntl->pg_pipe_res_enable[PG_HUBP][i] = block_enabled; in pg_cntl35_init_pg_status()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h738 PG_HUBP = 0, enumerator