Searched refs:dpps (Results 1 - 25 of 28) sorted by path

12

/linux-master/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;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2305 if (dc->res_pool->dpps[i]->funcs->dpp_deferred_update)
2306 dc->res_pool->dpps[i]->funcs->dpp_deferred_update(dc->res_pool->dpps[i]);
H A Ddc_resource.c2383 split_pipe->plane_res.dpp = pool->dpps[i];
2385 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst;
3351 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]];
3354 if (pool->dpps[id_src[i]]) {
3355 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst;
3490 pipe_ctx->plane_res.dpp = pool->dpps[pipe_idx];
3492 if (pool->dpps[pipe_idx])
3493 pipe_ctx->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst;
5020 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx];
5021 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_id
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c343 struct dpp *dpp = pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c540 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx];
541 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1883 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx];
1884 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c299 struct dpp *dpp = pool->dpps[i];
1434 struct dpp *dpp = dc->res_pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c88 struct dpp *dpp = pool->dpps[i];
3014 struct dpp *dpp = res_pool->dpps[i];
3034 struct dpp *dpp = dc->res_pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c285 struct dpp *dpp = res_pool->dpps[i];
305 struct dpp *dpp = res_pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c87 struct dpp *dpp = pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c779 struct dpp *dpp = dc->res_pool->dpps[i];
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h223 struct dpp *dpps[MAX_PIPES];
220 struct dpp *dpps[MAX_PIPES]; member in struct:resource_pool
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c935 if (pool->base.dpps[i] != NULL)
936 dcn10_dpp_destroy(&pool->base.dpps[i]);
1116 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
1117 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
1587 pool->base.dpps[j] = dcn10_dpp_create(ctx, i);
1588 if (pool->base.dpps[j] == NULL) {
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1108 if (pool->base.dpps[i] != NULL)
1109 dcn20_dpp_destroy(&pool->base.dpps[i]);
1485 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx];
1486 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst;
1570 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx];
1571 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst;
2186 sec_dpp_pipe->plane_res.dpp = pool->dpps[sec_dpp_pipe->pipe_idx];
2187 sec_dpp_pipe->plane_res.mpcc_inst = pool->dpps[sec_dpp_pipe->pipe_idx]->inst;
2652 pool->base.dpps[i] = dcn20_dpp_create(ctx, i);
2653 if (pool->base.dpps[
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c932 if (pool->base.dpps[i] != NULL)
933 dcn201_dpp_destroy(&pool->base.dpps[i]);
1020 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
1021 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
1217 pool->base.dpps[i] = dcn201_dpp_create(ctx, i);
1218 if (pool->base.dpps[i] == NULL) {
1220 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c679 if (pool->base.dpps[i] != NULL)
680 dcn20_dpp_destroy(&pool->base.dpps[i]);
1593 pool->base.dpps[j] = dcn21_dpp_create(ctx, i);
1594 if (pool->base.dpps[j] == NULL) {
1597 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1099 if (pool->base.dpps[i] != NULL)
1100 dcn30_dpp_destroy(&pool->base.dpps[i]);
1541 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx];
1542 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst;
2474 pool->base.dpps[i] = dcn30_dpp_create(ctx, i);
2475 if (pool->base.dpps[i] == NULL) {
2478 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1069 if (pool->base.dpps[i] != NULL)
1070 dcn301_dpp_destroy(&pool->base.dpps[i]);
1597 pool->base.dpps[j] = dcn301_dpp_create(ctx, i);
1598 if (pool->base.dpps[j] == NULL) {
1601 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1023 if (pool->dpps[i] != NULL) {
1024 kfree(TO_DCN20_DPP(pool->dpps[i]));
1025 pool->dpps[i] = NULL;
1378 pool->dpps[i] = dcn302_dpp_create(ctx, i);
1379 if (pool->dpps[i] == NULL) {
1381 dm_error("DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c967 if (pool->dpps[i] != NULL) {
968 kfree(TO_DCN20_DPP(pool->dpps[i]));
969 pool->dpps[i] = NULL;
1308 pool->dpps[i] = dcn303_dpp_create(ctx, i);
1309 if (pool->dpps[i] == NULL) {
1311 dm_error("DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1400 if (pool->base.dpps[i] != NULL)
1401 dcn31_dpp_destroy(&pool->base.dpps[i]);
2061 pool->base.dpps[i] = dcn31_dpp_create(ctx, i);
2062 if (pool->base.dpps[i] == NULL) {
2065 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1457 if (pool->base.dpps[i] != NULL)
1458 dcn31_dpp_destroy(&pool->base.dpps[i]);
2013 pool->base.dpps[i] = dcn31_dpp_create(ctx, i);
2014 if (pool->base.dpps[i] == NULL) {
2017 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1399 if (pool->base.dpps[i] != NULL)
1400 dcn31_dpp_destroy(&pool->base.dpps[i]);
2013 pool->base.dpps[i] = dcn31_dpp_create(ctx, i);
2014 if (pool->base.dpps[i] == NULL) {
2017 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1396 if (pool->base.dpps[i] != NULL)
1397 dcn31_dpp_destroy(&pool->base.dpps[i]);
1897 pool->base.dpps[i] = dcn31_dpp_create(ctx, i);
1898 if (pool->base.dpps[i] == NULL) {
1901 "DC: failed to create dpps!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1403 if (pool->base.dpps[i] != NULL)
1404 dcn32_dpp_destroy(&pool->base.dpps[i]);
2323 pool->base.dpps[j] = dcn32_dpp_create(ctx, i);
2324 if (pool->base.dpps[j] == NULL) {
2327 "DC: failed to create dpps!\n");
2691 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
2692 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
2750 free_pipe->plane_res.dpp = pool->dpps[free_pipe->pipe_idx];
2752 pool->dpps[free_pipe->pipe_idx]->inst;
2783 free_pipe->plane_res.dpp = pool->dpps[free_pipe_id
[all...]

Completed in 373 milliseconds

12