/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
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() 511 struct hubp *hubp = pool->hubps[i]; in dcn10_clear_hubp_underflow()
|
D | dcn10_resource.c | 936 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()
|
D | dcn10_hw_sequencer.c | 176 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() 758 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 778 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 788 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() [all …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_resource.c | 935 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() 1015 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer() 1199 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct() 1200 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
|
D | dcn201_hwseq.c | 304 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 1025 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()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 951 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()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 710 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() 1599 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct() 1600 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1072 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()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 1116 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() 2169 sec_dpp_pipe->plane_res.hubp = pool->hubps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer() 2610 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct() 2611 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
|
D | dcn20_hwseq.c | 2846 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1400 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct() 1401 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct() 1402 pool->base.hubps[i] = NULL; in dcn316_resource_destruct() 1886 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct() 1887 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1402 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct() 1403 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct() 1404 pool->base.hubps[i] = NULL; in dcn32_resource_destruct() 2319 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct() 2320 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct() 2664 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer() 2696 free_pipe->plane_res.hubp = pool->hubps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1475 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct() 1476 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct() 1477 pool->base.hubps[i] = NULL; in dcn314_resource_destruct() 2013 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct() 2014 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1402 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct() 1403 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct() 1404 pool->base.hubps[i] = NULL; in dcn315_resource_destruct() 1999 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct() 2000 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1388 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct() 1389 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct() 1390 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-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 1102 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() 2446 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct() 2447 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1402 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct() 1403 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct() 1404 pool->base.hubps[i] = NULL; in dcn31_resource_destruct() 2047 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2048 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 209 struct hubp *hubps[MAX_PIPES]; member
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1817 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 2339 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe() 2648 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state() 4275 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | dcn_calcs.c | 537 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | dcn32_fpu.c | 1589 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
|