| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hw_sequencer_debug.c | 134 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()
|
| D | dcn10_resource.c | 996 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct() 997 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct() 998 pool->base.hubps[i] = NULL; in dcn10_resource_destruct() 1172 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer() 1576 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct() 1577 if (pool->base.hubps[j] == NULL) { in dcn10_resource_construct()
|
| D | dcn10_hw_sequencer.c | 172 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states() 204 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 209 …pool->hubps[i]->inst, rq_regs->drq_expansion_mode, rq_regs->prq_expansion_mode, rq_regs->mrq_expan… in dcn10_log_hubp_states() 229 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 236 …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() 261 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 266 …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() 691 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 711 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 721 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
| D | dcn302_resource.c | 1168 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct() 1169 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct() 1170 pool->hubps[i] = NULL; in dcn302_resource_destruct() 1637 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct() 1638 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
| D | dcn303_resource.c | 1098 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct() 1099 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct() 1100 pool->hubps[i] = NULL; in dcn303_resource_destruct() 1558 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct() 1559 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_resource.c | 1275 if (pool->base.hubps[i] != NULL) { in dcn301_destruct() 1276 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct() 1277 pool->base.hubps[i] = NULL; in dcn301_destruct() 1819 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct() 1820 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/ |
| D | core_types.h | 211 struct hubp *hubps[MAX_PIPES]; member
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_resource.c | 950 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct() 951 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct() 952 pool->base.hubps[i] = NULL; in dcn21_resource_destruct() 2152 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct() 2153 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_resource.c | 1367 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct() 1368 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct() 1369 pool->base.hubps[i] = NULL; in dcn31_resource_destruct() 2075 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2076 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_resource.c | 1244 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct() 1245 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct() 1246 pool->base.hubps[i] = NULL; in dcn30_resource_destruct() 1769 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm() 2750 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct() 2751 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_resource.c | 1492 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct() 1493 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct() 1494 pool->base.hubps[i] = NULL; in dcn20_resource_destruct() 1877 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1962 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 3303 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer() 3914 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct() 3915 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
|
| D | dcn20_hwseq.c | 2505 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_resource.c | 1326 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 1695 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe() 1954 pipe_ctx->plane_res.hubp = pool->hubps[tg_inst]; in acquire_resource_from_hw_enabled_state()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/calcs/ |
| D | dcn_calcs.c | 535 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
|