Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c933 if (pool->base.dpps[i] != NULL) in dcn201_resource_destruct()
934 dcn201_dpp_destroy(&pool->base.dpps[i]); in dcn201_resource_destruct()
1023 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
1024 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.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c922 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct()
923 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct()
1103 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer()
1104 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_free_pipe_for_layer()
1578 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1579 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1403 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct()
1404 dcn32_dpp_destroy(&pool->base.dpps[i]); in dcn32_resource_destruct()
2343 pool->base.dpps[j] = dcn32_dpp_create(ctx, i); in dcn32_resource_construct()
2344 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.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1107 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1108 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()
1550 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1551 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
2166 sec_dpp_pipe->plane_res.dpp = pool->dpps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
2167 sec_dpp_pipe->plane_res.mpcc_inst = pool->dpps[sec_dpp_pipe->pipe_idx]->inst; in dcn20_acquire_free_pipe_for_layer()
2633 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct()
2634 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c967 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct()
968 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct()
969 pool->dpps[i] = NULL; in dcn303_resource_destruct()
1312 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct()
1313 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1022 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct()
1023 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct()
1024 pool->dpps[i] = NULL; in dcn302_resource_destruct()
1379 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct()
1380 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A 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.15/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1069 if (pool->base.dpps[i] != NULL) in dcn301_destruct()
1070 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.15/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c678 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
679 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.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1098 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1099 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct()
1537 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1538 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
2479 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2480 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1395 if (pool->base.dpps[i] != NULL) in dcn316_resource_destruct()
1396 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn316_resource_destruct()
1898 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct()
1899 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2565 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe()
2567 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe()
3716 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3719 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state()
3720 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state()
3861 pipe_ctx->plane_res.dpp = pool->dpps[pipe_idx]; in acquire_otg_master_pipe_for_stream()
3863 if (pool->dpps[pipe_idx]) in acquire_otg_master_pipe_for_stream()
3864 pipe_ctx->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in acquire_otg_master_pipe_for_stream()
5475 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
5476 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h236 struct dpp *dpps[MAX_PIPES]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1456 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct()
1457 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct()
1993 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct()
1994 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1468 if (pool->base.dpps[i] != NULL) in dcn35_resource_destruct()
1469 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn35_resource_destruct()
2025 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn35_resource_construct()
2026 if (pool->base.dpps[i] == NULL) { in dcn35_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1399 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct()
1400 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct()
2022 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct()
2023 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1399 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct()
1400 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct()
2071 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct()
2072 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1386 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct()
1387 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct()
1895 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct()
1896 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1449 if (pool->base.dpps[i] != NULL) in dcn36_resource_destruct()
1450 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn36_resource_destruct()
1998 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn36_resource_construct()
1999 if (pool->base.dpps[i] == NULL) { in dcn36_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1448 if (pool->base.dpps[i] != NULL) in dcn351_resource_destruct()
1449 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn351_resource_destruct()
1996 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn351_resource_construct()
1997 if (pool->base.dpps[i] == NULL) { in dcn351_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1408 if (pool->base.dpps[i] != NULL) in dcn401_resource_destruct()
1409 dcn401_dpp_destroy(&pool->base.dpps[i]); in dcn401_resource_destruct()
2032 pool->base.dpps[j] = dcn401_dpp_create(ctx, i); in dcn401_resource_construct()
2033 if (pool->base.dpps[j] == NULL) { in dcn401_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c343 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A 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.15/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A 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.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c88 struct dpp *dpp = pool->dpps[i]; in dcn20_log_color_state()
3153 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
3173 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()

12