Home
last modified time | relevance | path

Searched refs:hubps (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c134 struct hubp *hubp = pool->hubps[i]; in dcn10_get_hubp_states()
204 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_rq_states()
212 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_get_rq_states()
249 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_dlg_states()
260 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… in dcn10_get_dlg_states()
303 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_ttu_states()
311 …pool->hubps[i]->inst, ttu_regs->qos_level_low_wm, ttu_regs->qos_level_high_wm, ttu_regs->min_ttu_v… in dcn10_get_ttu_states()
510 struct hubp *hubp = pool->hubps[i]; in dcn10_clear_hubp_underflow()
Ddcn10_resource.c916 if (pool->base.hubps[i] != NULL) { in destruct()
917 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in destruct()
918 pool->base.hubps[i] = NULL; in destruct()
1110 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer()
1454 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in construct()
1455 if (pool->base.hubps[j] == NULL) { in construct()
Ddcn10_hw_sequencer.c136 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states()
168 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
173 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states()
193 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
200 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… in dcn10_log_hubp_states()
225 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
230 …pool->hubps[i]->inst, ttu_regs->qos_level_low_wm, ttu_regs->qos_level_high_wm, ttu_regs->min_ttu_v… in dcn10_log_hubp_states()
620 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa()
640 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa()
650 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c863 if (pool->base.hubps[i] != NULL) { in destruct()
864 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in destruct()
865 pool->base.hubps[i] = NULL; in destruct()
1542 pool->base.hubps[i] = dcn21_hubp_create(ctx, i); in construct()
1543 if (pool->base.hubps[i] == NULL) { in construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h166 struct hubp *hubps[MAX_PIPES]; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1226 if (pool->base.hubps[i] != NULL) { in destruct()
1227 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in destruct()
1228 pool->base.hubps[i] = NULL; in destruct()
1616 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1696 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2834 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
3495 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in construct()
3496 if (pool->base.hubps[i] == NULL) { in construct()
Ddcn20_hwseq.c2038 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1215 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
1618 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe()
1888 pipe_ctx->plane_res.hubp = pool->hubps[tg_inst]; in acquire_resource_from_hw_enabled_state()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c524 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()