Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c929 if (pool->base.dpps[i] != NULL) in dcn201_resource_destruct()
930 dcn201_dpp_destroy(&pool->base.dpps[i]); in dcn201_resource_destruct()
1017 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
1018 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn201_acquire_free_pipe_for_layer()
1213 pool->base.dpps[i] = dcn201_dpp_create(ctx, i); in dcn201_resource_construct()
1214 if (pool->base.dpps[i] == NULL) { in dcn201_resource_construct()
H A Ddcn201_hwseq.c285 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
305 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c930 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct()
931 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct()
1111 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer()
1112 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_free_pipe_for_layer()
1579 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1580 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
H A Ddcn10_hw_sequencer_debug.c343 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
H A Ddcn10_hw_sequencer.c299 struct dpp *dpp = pool->dpps[i]; in dcn10_log_hw_state()
1377 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn10_init_pipes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1110 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1111 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct()
1478 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1479 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1563 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1564 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
2171 sec_dpp_pipe->plane_res.dpp = pool->dpps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
2172 sec_dpp_pipe->plane_res.mpcc_inst = pool->dpps[sec_dpp_pipe->pipe_idx]->inst; in dcn20_acquire_free_pipe_for_layer()
2626 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct()
2627 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
H A Ddcn20_hwseq.c2866 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
2886 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1020 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct()
1021 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct()
1022 pool->dpps[i] = NULL; in dcn302_resource_destruct()
1374 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct()
1375 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c946 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct()
947 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct()
948 pool->dpps[i] = NULL; in dcn303_resource_destruct()
1286 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct()
1287 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1398 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct()
1399 dcn32_dpp_destroy(&pool->base.dpps[i]); in dcn32_resource_destruct()
2336 pool->base.dpps[j] = dcn32_dpp_create(ctx, i); in dcn32_resource_construct()
2337 if (pool->base.dpps[j] == NULL) { in dcn32_resource_construct()
2674 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2675 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2706 free_pipe->plane_res.dpp = pool->dpps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2708 pool->dpps[free_pipe->pipe_idx]->inst; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1819 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe()
1821 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe()
2344 pipe_ctx->plane_res.dpp = pool->dpps[i]; in acquire_first_free_pipe()
2346 if (pool->dpps[i]) in acquire_first_free_pipe()
2347 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_free_pipe()
2656 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
2659 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state()
2660 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state()
4288 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
4289 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
H A Ddc.c2169 if (dc->res_pool->dpps[i]->funcs->dpp_deferred_update) in process_deferred_updates()
2170 dc->res_pool->dpps[i]->funcs->dpp_deferred_update(dc->res_pool->dpps[i]); in process_deferred_updates()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1066 if (pool->base.dpps[i] != NULL) in dcn301_destruct()
1067 dcn301_dpp_destroy(&pool->base.dpps[i]); in dcn301_destruct()
1593 pool->base.dpps[j] = dcn301_dpp_create(ctx, i); in dcn301_resource_construct()
1594 if (pool->base.dpps[j] == NULL) { in dcn301_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c704 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
705 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
1615 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
1616 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1096 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1097 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()
2457 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2458 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A 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()
1896 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct()
1897 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h212 struct dpp *dpps[MAX_PIPES]; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1398 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct()
1399 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct()
2009 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct()
2010 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1384 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct()
1385 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct()
1872 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct()
1873 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1471 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct()
1472 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct()
2026 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct()
2027 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1398 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct()
1399 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct()
2060 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct()
2061 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc327 DEF_HELPER_5(glue(dpps, SUFFIX), void, env, Reg, Reg, Reg, i32)
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1593 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1594 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn32_split_stream_for_mpc_or_odm()

12