Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c990 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct()
991 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct()
1174 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer()
1175 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_idle_pipe_for_layer()
1596 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1597 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
Ddcn10_hw_sequencer_debug.c342 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
Ddcn10_hw_sequencer.c287 struct dpp *dpp = pool->dpps[i]; in dcn10_log_hw_state()
1198 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn10_init_pipes()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1405 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe()
1407 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe()
1773 pipe_ctx->plane_res.dpp = pool->dpps[i]; in acquire_first_free_pipe()
1775 if (pool->dpps[i]) in acquire_first_free_pipe()
1776 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_free_pipe()
2029 pipe_ctx->plane_res.dpp = pool->dpps[tg_inst]; in acquire_resource_from_hw_enabled_state()
2032 if (pool->dpps[tg_inst]) { in acquire_resource_from_hw_enabled_state()
2033 pipe_ctx->plane_res.mpcc_inst = pool->dpps[tg_inst]->inst; in acquire_resource_from_hw_enabled_state()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h186 struct dpp *dpps[MAX_PIPES]; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1484 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1485 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct()
1878 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1879 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1953 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1954 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
3278 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
3279 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
4008 pool->base.dpps[i] = dcn20_dpp_create(ctx, i);
4009 if (pool->base.dpps[i] == NULL) {
Ddcn20_hwseq.c2452 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
2472 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c933 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
934 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
1984 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
1985 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1234 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1235 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct()
1867 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1868 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
2733 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2734 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c538 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
539 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in split_stream_across_pipes()