Home
last modified time | relevance | path

Searched refs:dpps (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/
Ddcn201_resource.c934 if (pool->base.dpps[i] != NULL) in dcn201_resource_destruct()
935 dcn201_dpp_destroy(&pool->base.dpps[i]); in dcn201_resource_destruct()
1024 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
1025 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn201_acquire_free_pipe_for_layer()
1221 pool->base.dpps[i] = dcn201_dpp_create(ctx, i); in dcn201_resource_construct()
1222 if (pool->base.dpps[i] == NULL) { in dcn201_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn10/
Ddcn10_resource.c935 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct()
936 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct()
1116 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer()
1117 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_free_pipe_for_layer()
1587 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1588 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c1108 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1109 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct()
1494 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1495 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1579 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1580 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
2194 sec_dpp_pipe->plane_res.dpp = pool->dpps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
2195 sec_dpp_pipe->plane_res.mpcc_inst = pool->dpps[sec_dpp_pipe->pipe_idx]->inst; in dcn20_acquire_free_pipe_for_layer()
2660 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct()
2661 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.c1404 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct()
1405 dcn32_dpp_destroy(&pool->base.dpps[i]); in dcn32_resource_destruct()
2339 pool->base.dpps[j] = dcn32_dpp_create(ctx, i); in dcn32_resource_construct()
2340 if (pool->base.dpps[j] == NULL) { in dcn32_resource_construct()
2709 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2710 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2768 free_pipe->plane_res.dpp = pool->dpps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2770 pool->dpps[free_pipe->pipe_idx]->inst; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2801 free_pipe->plane_res.dpp = pool->dpps[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_opp_head()
2802 free_pipe->plane_res.mpcc_inst = pool->dpps[free_pipe_idx]->inst; in dcn32_acquire_free_pipe_as_secondary_opp_head()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/
Ddcn302_resource.c1023 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct()
1024 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct()
1025 pool->dpps[i] = NULL; in dcn302_resource_destruct()
1378 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct()
1379 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/
Ddcn303_resource.c968 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct()
969 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct()
970 pool->dpps[i] = NULL; in dcn303_resource_destruct()
1311 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct()
1312 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/
Ddcn301_resource.c1070 if (pool->base.dpps[i] != NULL) in dcn301_destruct()
1071 dcn301_dpp_destroy(&pool->base.dpps[i]); in dcn301_destruct()
1605 pool->base.dpps[j] = dcn301_dpp_create(ctx, i); in dcn301_resource_construct()
1606 if (pool->base.dpps[j] == NULL) { in dcn301_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/
Ddcn21_resource.c679 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
680 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
1594 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
1595 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
Ddcn201_hwseq.c288 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
308 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.c1099 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1100 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct()
1538 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1539 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
2477 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2478 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/
Ddcn316_resource.c1396 if (pool->base.dpps[i] != NULL) in dcn316_resource_destruct()
1397 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn316_resource_destruct()
1897 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct()
1898 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2485 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe()
2487 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe()
3472 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3475 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state()
3476 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state()
3611 pipe_ctx->plane_res.dpp = pool->dpps[pipe_idx]; in acquire_otg_master_pipe_for_stream()
3613 if (pool->dpps[pipe_idx]) in acquire_otg_master_pipe_for_stream()
3614 pipe_ctx->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in acquire_otg_master_pipe_for_stream()
5154 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
5155 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/
Ddcn314_resource.c1457 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct()
1458 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct()
1991 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct()
1992 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h233 struct dpp *dpps[MAX_PIPES]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/
Ddcn321_resource.c1387 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct()
1388 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct()
1894 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct()
1895 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/
Ddcn351_resource.c1449 if (pool->base.dpps[i] != NULL) in dcn351_resource_destruct()
1450 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn351_resource_destruct()
1993 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn351_resource_construct()
1994 if (pool->base.dpps[i] == NULL) { in dcn351_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/
Ddcn315_resource.c1400 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct()
1401 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct()
2017 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct()
2018 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/
Ddcn31_resource.c1400 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct()
1401 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct()
2063 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct()
2064 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/
Ddcn35_resource.c1469 if (pool->base.dpps[i] != NULL) in dcn35_resource_destruct()
1470 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn35_resource_destruct()
2015 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn35_resource_construct()
2016 if (pool->base.dpps[i] == NULL) { in dcn35_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/
Ddcn401_resource.c1385 if (pool->base.dpps[i] != NULL) in dcn401_resource_destruct()
1386 dcn401_dpp_destroy(&pool->base.dpps[i]); in dcn401_resource_destruct()
1974 pool->base.dpps[j] = dcn401_dpp_create(ctx, i); in dcn401_resource_construct()
1975 if (pool->base.dpps[j] == NULL) { in dcn401_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c343 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c119 dpp_inst = clk_mgr->base.ctx->dc->res_pool->dpps[i]->inst; in rn_update_clocks_update_dpp_dto()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c540 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
541 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in split_stream_across_pipes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c88 struct dpp *dpp = pool->dpps[i]; in dcn20_log_color_state()
3119 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
3139 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_hwseq.c87 struct dpp *dpp = pool->dpps[i]; in dcn30_log_color_state()

12