Home
last modified time | relevance | path

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

/linux-6.1.9/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.c944 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct()
945 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct()
946 pool->base.hubps[i] = NULL; in dcn10_resource_destruct()
1116 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer()
1610 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct()
1611 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
Ddcn10_hw_sequencer.c176 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states()
208 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
213 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states()
233 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
240 …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()
265 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
270 …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()
754 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa()
774 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa()
784 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c943 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct()
944 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct()
945 pool->base.hubps[i] = NULL; in dcn201_resource_destruct()
1022 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_idle_pipe_for_layer()
1206 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct()
1207 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
Ddcn201_hwseq.c317 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
545 hubp = dc->res_pool->hubps[pipe->pipe_idx]; in dcn201_pipe_control_lock()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1040 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct()
1041 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct()
1042 pool->hubps[i] = NULL; in dcn302_resource_destruct()
1368 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct()
1369 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c967 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct()
968 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct()
969 pool->hubps[i] = NULL; in dcn303_resource_destruct()
1287 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct()
1288 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c725 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct()
726 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct()
727 pool->base.hubps[i] = NULL; in dcn21_resource_destruct()
1628 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct()
1629 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1097 if (pool->base.hubps[i] != NULL) { in dcn301_destruct()
1098 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct()
1099 pool->base.hubps[i] = NULL; in dcn301_destruct()
1609 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct()
1610 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1133 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct()
1134 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct()
1135 pool->base.hubps[i] = NULL; in dcn20_resource_destruct()
1470 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1555 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2164 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
2615 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct()
2616 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
Ddcn20_hwseq.c2728 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1457 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct()
1458 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct()
1459 pool->base.hubps[i] = NULL; in dcn314_resource_destruct()
1904 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct()
1905 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1428 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct()
1429 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct()
1430 pool->base.hubps[i] = NULL; in dcn315_resource_destruct()
1915 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct()
1916 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1429 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct()
1430 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct()
1431 pool->base.hubps[i] = NULL; in dcn316_resource_destruct()
1917 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct()
1918 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1408 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct()
1409 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct()
1410 pool->base.hubps[i] = NULL; in dcn321_resource_destruct()
1859 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct()
1860 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1119 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct()
1120 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct()
1121 pool->base.hubps[i] = NULL; in dcn30_resource_destruct()
1548 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
2451 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct()
2452 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1422 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct()
1423 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct()
1424 pool->base.hubps[i] = NULL; in dcn32_resource_destruct()
2277 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct()
2278 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct()
2541 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1430 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct()
1431 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct()
1432 pool->base.hubps[i] = NULL; in dcn31_resource_destruct()
2051 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct()
2052 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h250 struct hubp *hubps[MAX_PIPES]; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1440 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
2077 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe()
2386 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3712 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c537 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1419 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()