Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c940 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct()
941 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct()
942 pool->base.hubps[i] = NULL; in dcn201_resource_destruct()
1022 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
1209 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct()
1210 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c930 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct()
931 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct()
932 pool->base.hubps[i] = NULL; in dcn10_resource_destruct()
1103 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_free_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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c304 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states()
339 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
345 pool->hubps[i]->inst, in dcn10_log_hubp_states()
376 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
381 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states()
402 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
409 …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()
434 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states()
439 …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()
1037 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c975 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct()
976 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct()
977 pool->hubps[i] = NULL; in dcn303_resource_destruct()
1309 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct()
1310 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1031 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct()
1032 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct()
1033 pool->hubps[i] = NULL; in dcn302_resource_destruct()
1377 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct()
1378 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c687 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct()
688 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct()
689 pool->base.hubps[i] = NULL; in dcn21_resource_destruct()
1579 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct()
1580 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1076 if (pool->base.hubps[i] != NULL) { in dcn301_destruct()
1077 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct()
1078 pool->base.hubps[i] = NULL; in dcn301_destruct()
1597 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct()
1598 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1114 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct()
1115 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct()
1116 pool->base.hubps[i] = NULL; in dcn20_resource_destruct()
1492 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1548 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2165 sec_dpp_pipe->plane_res.hubp = pool->hubps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
2617 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct()
2618 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1412 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct()
1413 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct()
1414 pool->base.hubps[i] = NULL; in dcn32_resource_destruct()
2386 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct()
2387 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct()
2764 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2823 free_pipe->plane_res.hubp = pool->hubps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2855 free_pipe->plane_res.hubp = pool->hubps[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_opp_head()
/linux/drivers/gpu/drm/amd/display/dc/resource/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()
1892 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct()
1893 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1465 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct()
1466 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct()
1467 pool->base.hubps[i] = NULL; in dcn314_resource_destruct()
1992 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct()
1993 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1105 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct()
1106 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct()
1107 pool->base.hubps[i] = NULL; in dcn30_resource_destruct()
1533 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
2469 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct()
2470 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1407 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct()
1408 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct()
1409 pool->base.hubps[i] = NULL; in dcn315_resource_destruct()
2017 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct()
2018 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1406 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct()
1407 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct()
1408 pool->base.hubps[i] = NULL; in dcn31_resource_destruct()
2068 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct()
2069 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1463 if (pool->base.hubps[i] != NULL) { in dcn36_resource_destruct()
1464 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn36_resource_destruct()
1465 pool->base.hubps[i] = NULL; in dcn36_resource_destruct()
2017 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn36_resource_construct()
2018 if (pool->base.hubps[i] == NULL) { in dcn36_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1476 if (pool->base.hubps[i] != NULL) { in dcn35_resource_destruct()
1477 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn35_resource_destruct()
1478 pool->base.hubps[i] = NULL; in dcn35_resource_destruct()
2038 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn35_resource_construct()
2039 if (pool->base.hubps[i] == NULL) { in dcn35_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1456 if (pool->base.hubps[i] != NULL) { in dcn351_resource_destruct()
1457 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn351_resource_destruct()
1458 pool->base.hubps[i] = NULL; in dcn351_resource_destruct()
2010 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn351_resource_construct()
2011 if (pool->base.hubps[i] == NULL) { in dcn351_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1393 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct()
1394 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct()
1395 pool->base.hubps[i] = NULL; in dcn321_resource_destruct()
1884 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct()
1885 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1448 if (pool->base.hubps[i] != NULL) { in dcn401_resource_destruct()
1449 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn401_resource_destruct()
1450 pool->base.hubps[i] = NULL; in dcn401_resource_destruct()
2125 pool->base.hubps[j] = dcn401_hubp_create(ctx, i); in dcn401_resource_construct()
2126 if (pool->base.hubps[j] == NULL) { in dcn401_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h246 struct hubp *hubps[MAX_PIPES]; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c310 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c666 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes()
694 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2614 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
3787 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3932 pipe_ctx->plane_res.hubp = pool->hubps[pipe_idx]; in acquire_otg_master_pipe_for_stream()
5556 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c1249 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn30_get_underflow_debug_data()
/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()

12