Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_hw_sequencer.c128 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states()
160 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
165 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states()
185 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
192 …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()
217 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
222 …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()
536 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa()
556 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa()
566 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa()
[all …]
HDdcn10_resource.c853 if (pool->base.hubps[i] != NULL) { in destruct()
854 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in destruct()
855 pool->base.hubps[i] = NULL; in destruct()
1042 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer()
1261 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in construct()
1262 if (pool->base.hubps[j] == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDcore_types.h135 struct hubp *hubps[MAX_PIPES]; member
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_resource.c1271 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
1642 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calcs.c511 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()