Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A 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()
1577 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1578 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
H A Ddcn10_hw_sequencer_debug.c342 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
H A Ddcn10_hw_sequencer.c287 struct dpp *dpp = pool->dpps[i]; in dcn10_log_hw_state()
1208 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn10_init_pipes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A 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()
1780 pipe_ctx->plane_res.dpp = pool->dpps[i]; in acquire_first_free_pipe()
1782 if (pool->dpps[i]) in acquire_first_free_pipe()
1783 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_free_pipe()
2036 pipe_ctx->plane_res.dpp = pool->dpps[tg_inst]; in acquire_resource_from_hw_enabled_state()
2039 if (pool->dpps[tg_inst]) { in acquire_resource_from_hw_enabled_state()
2040 pipe_ctx->plane_res.mpcc_inst = pool->dpps[tg_inst]->inst; in acquire_resource_from_hw_enabled_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h186 struct dpp *dpps[MAX_PIPES]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A 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()
1880 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1881 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1955 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1956 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
3283 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
3284 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
4017 pool->base.dpps[i] = dcn20_dpp_create(ctx, i);
4018 if (pool->base.dpps[i] == NULL) {
H A Ddcn20_hwseq.c2464 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
2484 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c935 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
936 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
2007 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
2008 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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()
2754 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2755 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A 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()