Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/
A 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()
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A 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()
1586 pool->base.dpps[j] = dcn10_dpp_create(ctx, i); in dcn10_resource_construct()
1587 if (pool->base.dpps[j] == NULL) { in dcn10_resource_construct()
A Ddcn10_hw_sequencer_debug.c342 struct dpp *dpp = pool->dpps[i]; in dcn10_get_cm_states()
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c1134 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct()
1135 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct()
1499 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1500 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm()
1584 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
1585 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc()
2192 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
2193 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn20_acquire_idle_pipe_for_layer()
2653 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct()
2654 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
A Ddcn20_hwseq.c2838 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw()
2858 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_resource.c971 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct()
972 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct()
973 pool->dpps[i] = NULL; in dcn303_resource_destruct()
1310 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct()
1311 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_resource.c1045 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct()
1046 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct()
1047 pool->dpps[i] = NULL; in dcn302_resource_destruct()
1397 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct()
1398 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A 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()
2091 pipe_ctx->plane_res.dpp = pool->dpps[i]; in acquire_first_free_pipe()
2093 if (pool->dpps[i]) in acquire_first_free_pipe()
2094 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_free_pipe()
2400 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
2403 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state()
2404 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state()
4021 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
4022 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
A Ddc.c2122 if (dc->res_pool->dpps[i]->funcs->dpp_deferred_update) in process_deferred_updates()
2123 dc->res_pool->dpps[i]->funcs->dpp_deferred_update(dc->res_pool->dpps[i]); in process_deferred_updates()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_resource.c720 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct()
721 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct()
1643 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct()
1644 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_resource.c1418 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct()
1419 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()
2596 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
2597 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.c1119 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct()
1120 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct()
1558 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1559 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
2474 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct()
2475 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h236 struct dpp *dpps[MAX_PIPES]; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_resource.c1092 if (pool->base.dpps[i] != NULL) in dcn301_destruct()
1093 dcn301_dpp_destroy(&pool->base.dpps[i]); in dcn301_destruct()
1622 pool->base.dpps[j] = dcn301_dpp_create(ctx, i); in dcn301_resource_construct()
1623 if (pool->base.dpps[j] == NULL) { in dcn301_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn316/
A Ddcn316_resource.c1428 if (pool->base.dpps[i] != NULL) in dcn316_resource_destruct()
1429 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn316_resource_destruct()
1931 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct()
1932 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_resource.c1462 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct()
1463 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct()
1980 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct()
1981 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn315/
A Ddcn315_resource.c1427 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct()
1428 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct()
1932 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct()
1933 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn321/
A Ddcn321_resource.c1404 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct()
1405 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct()
1880 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct()
1881 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.c1429 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct()
1430 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct()
2086 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct()
2087 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/
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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c1545 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1546 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn32_split_stream_for_mpc_or_odm()

Completed in 272 milliseconds