Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c135 struct hubp *hubp = pool->hubps[i]; in dcn10_get_hubp_states()
205 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_rq_states()
213 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_get_rq_states()
250 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_dlg_states()
261 …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()
304 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_get_ttu_states()
312 …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()
511 struct hubp *hubp = pool->hubps[i]; in dcn10_clear_hubp_underflow()
H A Ddcn10_resource.c936 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct()
937 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct()
938 pool->base.hubps[i] = NULL; in dcn10_resource_destruct()
1109 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer()
1563 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct()
1564 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
H A Ddcn10_hw_sequencer.c177 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states()
209 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
214 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states()
234 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
241 …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()
266 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
271 …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()
759 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa()
779 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa()
789 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c935 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct()
936 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct()
937 pool->base.hubps[i] = NULL; in dcn201_resource_destruct()
1017 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
1201 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct()
1202 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
H A Ddcn201_hwseq.c304 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1025 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct()
1026 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct()
1027 pool->hubps[i] = NULL; in dcn302_resource_destruct()
1367 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct()
1368 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c951 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct()
952 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct()
953 pool->hubps[i] = NULL; in dcn303_resource_destruct()
1279 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct()
1280 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1072 if (pool->base.hubps[i] != NULL) { in dcn301_destruct()
1073 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct()
1074 pool->base.hubps[i] = NULL; in dcn301_destruct()
1585 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct()
1586 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c710 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct()
711 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct()
712 pool->base.hubps[i] = NULL; in dcn21_resource_destruct()
1600 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct()
1601 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1116 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct()
1117 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct()
1118 pool->base.hubps[i] = NULL; in dcn20_resource_destruct()
1475 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1560 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2170 sec_dpp_pipe->plane_res.hubp = pool->hubps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
2611 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct()
2612 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
H A Ddcn20_hwseq.c2885 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1402 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct()
1403 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct()
1404 pool->base.hubps[i] = NULL; in dcn316_resource_destruct()
1888 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct()
1889 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1404 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct()
1405 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct()
1406 pool->base.hubps[i] = NULL; in dcn32_resource_destruct()
2327 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct()
2328 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct()
2672 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2704 free_pipe->plane_res.hubp = pool->hubps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1404 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct()
1405 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct()
1406 pool->base.hubps[i] = NULL; in dcn315_resource_destruct()
2001 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct()
2002 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1390 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct()
1391 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct()
1392 pool->base.hubps[i] = NULL; in dcn321_resource_destruct()
1864 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct()
1865 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1477 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct()
1478 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct()
1479 pool->base.hubps[i] = NULL; in dcn314_resource_destruct()
2018 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct()
2019 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1102 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct()
1103 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct()
1104 pool->base.hubps[i] = NULL; in dcn30_resource_destruct()
1535 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
2449 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct()
2450 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1404 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct()
1405 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct()
1406 pool->base.hubps[i] = NULL; in dcn31_resource_destruct()
2052 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct()
2053 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h209 struct hubp *hubps[MAX_PIPES]; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1818 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
2342 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe()
2654 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
4286 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c537 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1590 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()