| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A 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()
|
| A 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()
|
| A 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() 229 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 261 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(pool->hubps[i])->state); in dcn10_log_hubp_states() 756 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 776 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 786 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() 1312 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_pipes() 3155 if (res_pool->hubps[i]->inst == mpcc_inst) in get_hubp_by_inst() 3156 return res_pool->hubps[i]; in get_hubp_by_inst() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| A D | dcn201_resource.c | 944 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct() 945 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct() 946 pool->base.hubps[i] = NULL; in dcn201_resource_destruct() 1023 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_idle_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()
|
| A D | dcn201_hwseq.c | 317 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw() 545 hubp = dc->res_pool->hubps[pipe->pipe_idx]; in dcn201_pipe_control_lock()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
| A D | dcn301_resource.c | 1102 if (pool->base.hubps[i] != NULL) { in dcn301_destruct() 1103 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct() 1104 pool->base.hubps[i] = NULL; in dcn301_destruct() 1588 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct() 1589 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
| A D | dcn302_resource.c | 1172 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct() 1173 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct() 1174 pool->hubps[i] = NULL; in dcn302_resource_destruct() 1641 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct() 1642 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
| A 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() 1572 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct() 1573 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
| A 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/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | core_types.h | 212 struct hubp *hubps[MAX_PIPES]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| A D | dcn30_resource.c | 1248 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct() 1249 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct() 1250 pool->base.hubps[i] = NULL; in dcn30_resource_destruct() 1770 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm() 2756 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct() 2757 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_resource.c | 1570 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct() 1571 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct() 1572 pool->base.hubps[i] = NULL; in dcn31_resource_destruct() 2353 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2354 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| A D | dcn20_resource.c | 1494 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct() 1495 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct() 1496 pool->base.hubps[i] = NULL; in dcn20_resource_destruct() 1898 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1983 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 3333 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer() 3945 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct() 3946 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
|
| A D | dcn20_hwseq.c | 2543 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_resource.c | 1367 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 1756 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe() 2044 pipe_ctx->plane_res.hubp = pool->hubps[tg_inst]; in acquire_resource_from_hw_enabled_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/calcs/ |
| A D | dcn_calcs.c | 538 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
|