Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A 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()
A 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()
1570 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct()
1571 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
A 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()
233 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); 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()
1342 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_pipes()
1368 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_pipes()
3278 if (res_pool->hubps[i]->inst == mpcc_inst) in get_hubp_by_inst()
3279 return res_pool->hubps[i]; in get_hubp_by_inst()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/
A 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()
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_resource.c976 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct()
977 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct()
978 pool->hubps[i] = NULL; in dcn303_resource_destruct()
1303 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct()
1304 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_resource.c1050 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct()
1051 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct()
1052 pool->hubps[i] = NULL; in dcn302_resource_destruct()
1390 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct()
1391 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_resource.c726 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct()
727 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct()
728 pool->base.hubps[i] = NULL; in dcn21_resource_destruct()
1627 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct()
1628 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c1140 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct()
1141 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct()
1142 pool->base.hubps[i] = NULL; in dcn20_resource_destruct()
1496 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1581 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2190 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
2637 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct()
2638 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
A Ddcn20_hwseq.c2857 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_resource.c1098 if (pool->base.hubps[i] != NULL) { in dcn301_destruct()
1099 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct()
1100 pool->base.hubps[i] = NULL; in dcn301_destruct()
1614 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct()
1615 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn316/
A Ddcn316_resource.c1434 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct()
1435 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct()
1436 pool->base.hubps[i] = NULL; in dcn316_resource_destruct()
1923 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct()
1924 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_resource.c1468 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct()
1469 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct()
1470 pool->base.hubps[i] = NULL; in dcn314_resource_destruct()
1972 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct()
1973 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn315/
A Ddcn315_resource.c1433 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct()
1434 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct()
1435 pool->base.hubps[i] = NULL; in dcn315_resource_destruct()
1924 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct()
1925 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn321/
A Ddcn321_resource.c1410 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct()
1411 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct()
1412 pool->base.hubps[i] = NULL; in dcn321_resource_destruct()
1872 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct()
1873 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_resource.c1424 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct()
1425 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct()
1426 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()
2594 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.c1125 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct()
1126 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct()
1127 pool->base.hubps[i] = NULL; in dcn30_resource_destruct()
1555 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
2466 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct()
2467 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h233 struct hubp *hubps[MAX_PIPES]; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.c1435 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct()
1436 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct()
1437 pool->base.hubps[i] = NULL; in dcn31_resource_destruct()
2078 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct()
2079 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c1440 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
2088 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe()
2397 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
4018 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/
A Ddcn_calcs.c537 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c1542 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()

Completed in 108 milliseconds