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/
H A Ddcn10_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()
185 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
217 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); 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()
1025 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_hw()
2511 if (res_pool->hubps[i]->inst == mpcc_inst) in get_hubp_by_inst()
2512 return res_pool->hubps[i]; in get_hubp_by_inst()
[all …]
H A Ddcn10_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/
H A Dcore_types.h135 struct hubp *hubps[MAX_PIPES]; member
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_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/
H A Ddcn_calcs.c511 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()