Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c937 if (pool->base.dpps[i] != NULL) in dcn201_resource_destruct()
938 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_idle_pipe_for_layer()
1025 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn201_acquire_idle_pipe_for_layer()
1220 pool->base.dpps[i] = dcn201_dpp_create(ctx, i); in dcn201_resource_construct()
1221 if (pool->base.dpps[i] == NULL) { in dcn201_resource_construct()
Ddcn201_hwseq.c298 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
318 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c938 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct()
939 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct()
1118 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_idle_pipe_for_layer()
1119 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_idle_pipe_for_layer()
1626 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1627 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.c298 struct dpp *dpp = pool->dpps[i]; in dcn10_log_hw_state()
1369 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn10_init_pipes()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1127 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1128 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct()
1473 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1474 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1558 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1559 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
2166 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
2167 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn20_acquire_idle_pipe_for_layer()
2631 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct()
2632 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
Ddcn20_hwseq.c2709 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
2729 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1035 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct()
1036 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct()
1037 pool->dpps[i] = NULL; in dcn302_resource_destruct()
1375 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct()
1376 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c962 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct()
963 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct()
964 pool->dpps[i] = NULL; in dcn303_resource_destruct()
1294 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct()
1295 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1442 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe()
1444 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe()
2080 pipe_ctx->plane_res.dpp = pool->dpps[i]; in acquire_first_free_pipe()
2082 if (pool->dpps[i]) in acquire_first_free_pipe()
2083 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_free_pipe()
2389 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
2392 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state()
2393 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state()
3715 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
3716 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
Ddc.c2011 if (dc->res_pool->dpps[i]->funcs->dpp_deferred_update) in process_deferred_updates()
2012 dc->res_pool->dpps[i]->funcs->dpp_deferred_update(dc->res_pool->dpps[i]); in process_deferred_updates()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c719 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
720 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
1644 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
1645 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1091 if (pool->base.dpps[i] != NULL) in dcn301_destruct()
1092 dcn301_dpp_destroy(&pool->base.dpps[i]); in dcn301_destruct()
1617 pool->base.dpps[j] = dcn301_dpp_create(ctx, i); in dcn301_resource_construct()
1618 if (pool->base.dpps[j] == NULL) { in dcn301_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1113 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1114 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct()
1551 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1552 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
2459 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2460 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1416 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct()
1417 dcn32_dpp_destroy(&pool->base.dpps[i]); in dcn32_resource_destruct()
2286 pool->base.dpps[j] = dcn32_dpp_create(ctx, i); in dcn32_resource_construct()
2287 if (pool->base.dpps[j] == NULL) { in dcn32_resource_construct()
2543 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2544 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h253 struct dpp *dpps[MAX_PIPES]; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1451 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct()
1452 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct()
1912 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct()
1913 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1422 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct()
1423 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct()
1923 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct()
1924 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1423 if (pool->base.dpps[i] != NULL) in dcn316_resource_destruct()
1424 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn316_resource_destruct()
1925 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct()
1926 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1402 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct()
1403 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct()
1867 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct()
1868 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1424 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct()
1425 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct()
2059 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct()
2060 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
/linux-6.1.9/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.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1422 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1423 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn32_split_stream_for_mpc_or_odm()