/linux-6.1.9/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 | 944 if (pool->base.hubps[i] != NULL) { in dcn10_resource_destruct() 945 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn10_resource_destruct() 946 pool->base.hubps[i] = NULL; in dcn10_resource_destruct() 1116 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer() 1610 pool->base.hubps[j] = dcn10_hubp_create(ctx, i); in dcn10_resource_construct() 1611 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() 754 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() 774 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() 784 if (!dc->res_pool->hubps[i]->power_gated) in apply_DEGVIDCN10_253_wa() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_resource.c | 943 if (pool->base.hubps[i] != NULL) { in dcn201_resource_destruct() 944 kfree(TO_DCN10_HUBP(pool->base.hubps[i])); in dcn201_resource_destruct() 945 pool->base.hubps[i] = NULL; in dcn201_resource_destruct() 1022 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn201_acquire_idle_pipe_for_layer() 1206 pool->base.hubps[i] = dcn201_hubp_create(ctx, i); in dcn201_resource_construct() 1207 if (pool->base.hubps[i] == NULL) { in dcn201_resource_construct()
|
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-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 1040 if (pool->hubps[i] != NULL) { in dcn302_resource_destruct() 1041 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn302_resource_destruct() 1042 pool->hubps[i] = NULL; in dcn302_resource_destruct() 1368 pool->hubps[i] = dcn302_hubp_create(ctx, i); in dcn302_resource_construct() 1369 if (pool->hubps[i] == NULL) { in dcn302_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 967 if (pool->hubps[i] != NULL) { in dcn303_resource_destruct() 968 kfree(TO_DCN20_HUBP(pool->hubps[i])); in dcn303_resource_destruct() 969 pool->hubps[i] = NULL; in dcn303_resource_destruct() 1287 pool->hubps[i] = dcn303_hubp_create(ctx, i); in dcn303_resource_construct() 1288 if (pool->hubps[i] == NULL) { in dcn303_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 725 if (pool->base.hubps[i] != NULL) { in dcn21_resource_destruct() 726 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn21_resource_destruct() 727 pool->base.hubps[i] = NULL; in dcn21_resource_destruct() 1628 pool->base.hubps[j] = dcn21_hubp_create(ctx, i); in dcn21_resource_construct() 1629 if (pool->base.hubps[j] == NULL) { in dcn21_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1097 if (pool->base.hubps[i] != NULL) { in dcn301_destruct() 1098 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn301_destruct() 1099 pool->base.hubps[i] = NULL; in dcn301_destruct() 1609 pool->base.hubps[j] = dcn301_hubp_create(ctx, i); in dcn301_resource_construct() 1610 if (pool->base.hubps[j] == NULL) { in dcn301_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 1133 if (pool->base.hubps[i] != NULL) { in dcn20_resource_destruct() 1134 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn20_resource_destruct() 1135 pool->base.hubps[i] = NULL; in dcn20_resource_destruct() 1470 next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1555 secondary_pipe->plane_res.hubp = pool->hubps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 2164 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer() 2615 pool->base.hubps[i] = dcn20_hubp_create(ctx, i); in dcn20_resource_construct() 2616 if (pool->base.hubps[i] == NULL) { in dcn20_resource_construct()
|
D | dcn20_hwseq.c | 2728 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1457 if (pool->base.hubps[i] != NULL) { in dcn314_resource_destruct() 1458 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn314_resource_destruct() 1459 pool->base.hubps[i] = NULL; in dcn314_resource_destruct() 1904 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn314_resource_construct() 1905 if (pool->base.hubps[i] == NULL) { in dcn314_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1428 if (pool->base.hubps[i] != NULL) { in dcn315_resource_destruct() 1429 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn315_resource_destruct() 1430 pool->base.hubps[i] = NULL; in dcn315_resource_destruct() 1915 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn315_resource_construct() 1916 if (pool->base.hubps[i] == NULL) { in dcn315_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1429 if (pool->base.hubps[i] != NULL) { in dcn316_resource_destruct() 1430 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn316_resource_destruct() 1431 pool->base.hubps[i] = NULL; in dcn316_resource_destruct() 1917 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn316_resource_construct() 1918 if (pool->base.hubps[i] == NULL) { in dcn316_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1408 if (pool->base.hubps[i] != NULL) { in dcn321_resource_destruct() 1409 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn321_resource_destruct() 1410 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-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 1119 if (pool->base.hubps[i] != NULL) { in dcn30_resource_destruct() 1120 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn30_resource_destruct() 1121 pool->base.hubps[i] = NULL; in dcn30_resource_destruct() 1548 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm() 2451 pool->base.hubps[i] = dcn30_hubp_create(ctx, i); in dcn30_resource_construct() 2452 if (pool->base.hubps[i] == NULL) { in dcn30_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1422 if (pool->base.hubps[i] != NULL) { in dcn32_resource_destruct() 1423 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn32_resource_destruct() 1424 pool->base.hubps[i] = NULL; in dcn32_resource_destruct() 2277 pool->base.hubps[j] = dcn32_hubp_create(ctx, i); in dcn32_resource_construct() 2278 if (pool->base.hubps[j] == NULL) { in dcn32_resource_construct() 2541 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1430 if (pool->base.hubps[i] != NULL) { in dcn31_resource_destruct() 1431 kfree(TO_DCN20_HUBP(pool->base.hubps[i])); in dcn31_resource_destruct() 1432 pool->base.hubps[i] = NULL; in dcn31_resource_destruct() 2051 pool->base.hubps[i] = dcn31_hubp_create(ctx, i); in dcn31_resource_construct() 2052 if (pool->base.hubps[i] == NULL) { in dcn31_resource_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 250 struct hubp *hubps[MAX_PIPES]; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1440 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe() 2077 pipe_ctx->plane_res.hubp = pool->hubps[i]; in acquire_first_free_pipe() 2386 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state() 3712 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
|
/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | dcn32_fpu.c | 1419 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
|