/linux-6.12.1/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()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
D | dcn201_resource.c | 940 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() 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.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
D | dcn10_resource.c | 941 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct() 942 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct() 943 pool->base.hubps[i] = NULL; in dcn10_resource_destruct() 1114 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer() 1571 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct() 1572 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
D | dcn302_resource.c | 1028 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct() 1029 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct() 1030 pool->hubps[i] = NULL; in dcn302_resource_destruct() 1371 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct() 1372 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
D | dcn303_resource.c | 973 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct() 974 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct() 975 pool->hubps[i] = NULL; in dcn303_resource_destruct() 1304 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct() 1305 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
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() 218 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states() 239 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 246 …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() 271 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 276 …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() 819 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 839 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 849 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
D | dcn301_resource.c | 1076 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-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
D | dcn21_resource.c | 685 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct() 686 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct() 687 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.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
D | dcn20_resource.c | 1114 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() 1491 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1576 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 2192 sec_dpp_pipe->plane_res.hubp = pool->hubps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer() 2644 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct() 2645 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
D | dcn32_resource.c | 1410 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct() 1411 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct() 1412 pool->base.hubps[i] = NULL; in dcn32_resource_destruct() 2330 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct() 2331 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.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
D | dcn316_resource.c | 1402 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() 1889 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct() 1890 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
D | dcn314_resource.c | 1463 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct() 1464 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct() 1465 pool->base.hubps[i] = NULL; in dcn314_resource_destruct() 1983 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct() 1984 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
D | dcn30_resource.c | 1105 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() 1535 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-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
D | dcn321_resource.c | 1393 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() 1886 pool->base.hubps[j] = dcn321_hubp_create(ctx, i); in dcn321_resource_construct() 1887 if (pool->base.hubps[j] == NULL) { in dcn321_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
D | dcn351_resource.c | 1455 if (pool->base.hubps[i] != NULL) { in dcn351_resource_destruct() 1456 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn351_resource_destruct() 1457 pool->base.hubps[i] = NULL; in dcn351_resource_destruct() 1985 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn351_resource_construct() 1986 if (pool->base.hubps[i] == NULL) { in dcn351_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
D | dcn315_resource.c | 1406 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct() 1407 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct() 1408 pool->base.hubps[i] = NULL; in dcn315_resource_destruct() 2009 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct() 2010 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
D | dcn31_resource.c | 1406 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() 2055 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2056 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
D | dcn35_resource.c | 1475 if (pool->base.hubps[i] != NULL) { in dcn35_resource_destruct() 1476 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn35_resource_destruct() 1477 pool->base.hubps[i] = NULL; in dcn35_resource_destruct() 2007 pool->base.hubps[i] = dcn35_hubp_create(ctx, i); in dcn35_resource_construct() 2008 if (pool->base.hubps[i] == NULL) { in dcn35_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
D | dcn401_resource.c | 1391 if (pool->base.hubps[i] != NULL) { in dcn401_resource_destruct() 1392 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn401_resource_destruct() 1393 pool->base.hubps[i] = NULL; in dcn401_resource_destruct() 1966 pool->base.hubps[j] = dcn401_hubp_create(ctx, i); in dcn401_resource_construct() 1967 if (pool->base.hubps[j] == NULL) { in dcn401_resource_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 230 struct hubp *hubps[MAX_PIPES]; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
D | dcn201_hwseq.c | 307 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
D | dcn35_hwseq.c | 737 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes() 765 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 2483 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 3469 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state() 3608 pipe_ctx->plane_res.hubp = pool->hubps[pipe_idx]; in acquire_otg_master_pipe_for_stream() 5151 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
|
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
D | dcn20_hwseq.c | 3138 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
|