| /linux-6.15/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer_debug.c | 135 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() 514 struct hubp *hubp = pool->hubps[i]; in dcn10_clear_hubp_underflow()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
| H A D | dcn201_resource.c | 939 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct() 940 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct() 941 pool->base.hubps[i] = NULL; in dcn201_resource_destruct() 1021 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer() 1207 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct() 1208 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
| H A D | dcn10_resource.c | 928 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct() 929 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct() 930 pool->base.hubps[i] = NULL; in dcn10_resource_destruct() 1101 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer() 1562 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct() 1563 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 181 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states() 213 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 239 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 820 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 840 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 850 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() 1397 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_pipes() 1425 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_pipes() 3333 if (res_pool->hubps[i]->inst == mpcc_inst) in get_hubp_by_inst() 3334 return res_pool->hubps[i]; in get_hubp_by_inst() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 972 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct() 973 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct() 974 pool->hubps[i] = NULL; in dcn303_resource_destruct() 1305 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct() 1306 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 1027 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct() 1028 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct() 1029 pool->hubps[i] = NULL; in dcn302_resource_destruct() 1372 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct() 1373 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| H A D | dcn301_resource.c | 1075 if (pool->base.hubps[i] != NULL) { in dcn301_destruct() 1076 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct() 1077 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-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
| H A D | dcn21_resource.c | 684 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct() 685 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct() 686 pool->base.hubps[i] = NULL; in dcn21_resource_destruct() 1578 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct() 1579 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1409 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct() 1410 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct() 1411 pool->base.hubps[i] = NULL; in dcn32_resource_destruct() 2334 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct() 2335 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct() 2707 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer() 2766 free_pipe->plane_res.hubp = pool->hubps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() 2798 free_pipe->plane_res.hubp = pool->hubps[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_opp_head()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
| H A D | dcn20_resource.c | 1113 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct() 1114 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct() 1115 pool->base.hubps[i] = NULL; in dcn20_resource_destruct() 1491 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1547 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 2164 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-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1401 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct() 1402 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct() 1403 pool->base.hubps[i] = NULL; in dcn316_resource_destruct() 1890 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct() 1891 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1462 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct() 1463 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct() 1464 pool->base.hubps[i] = NULL; in dcn314_resource_destruct() 1985 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct() 1986 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1104 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct() 1105 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct() 1106 pool->base.hubps[i] = NULL; in dcn30_resource_destruct() 1534 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm() 2471 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct() 2472 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1474 if (pool->base.hubps[i] != NULL) { in dcn35_resource_destruct() 1475 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn35_resource_destruct() 1476 pool->base.hubps[i] = NULL; in dcn35_resource_destruct() 2017 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn35_resource_construct() 2018 if (pool->base.hubps[i] == NULL) { in dcn35_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1405 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct() 1406 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct() 1407 pool->base.hubps[i] = NULL; in dcn315_resource_destruct() 2014 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct() 2015 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1405 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct() 1406 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct() 1407 pool->base.hubps[i] = NULL; in dcn31_resource_destruct() 2063 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2064 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 1392 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct() 1393 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct() 1394 pool->base.hubps[i] = NULL; in dcn321_resource_destruct() 1887 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct() 1888 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1455 if (pool->base.hubps[i] != NULL) { in dcn36_resource_destruct() 1456 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn36_resource_destruct() 1457 pool->base.hubps[i] = NULL; in dcn36_resource_destruct() 1990 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn36_resource_construct() 1991 if (pool->base.hubps[i] == NULL) { in dcn36_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1454 if (pool->base.hubps[i] != NULL) { in dcn351_resource_destruct() 1455 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn351_resource_destruct() 1456 pool->base.hubps[i] = NULL; in dcn351_resource_destruct() 1988 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn351_resource_construct() 1989 if (pool->base.hubps[i] == NULL) { in dcn351_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| H A D | dcn401_resource.c | 1414 if (pool->base.hubps[i] != NULL) { in dcn401_resource_destruct() 1415 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn401_resource_destruct() 1416 pool->base.hubps[i] = NULL; in dcn401_resource_destruct() 2024 pool->base.hubps[j] = dcn401_hubp_create(ctx, i); in dcn401_resource_construct() 2025 if (pool->base.hubps[j] == NULL) { in dcn401_resource_construct()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 233 struct hubp *hubps[MAX_PIPES]; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 307 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 751 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes() 779 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 2563 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 3713 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state() 3858 pipe_ctx->plane_res.hubp = pool->hubps[pipe_idx]; in acquire_otg_master_pipe_for_stream() 5472 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calcs.c | 537 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
|