| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
| H A D | dcn201_resource.c | 934 if (pool->base.dpps[i] != NULL) in dcn201_resource_destruct() 935 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_free_pipe_for_layer() 1025 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn201_acquire_free_pipe_for_layer() 1223 pool->base.dpps[i] = dcn201_dpp_create(ctx, i); in dcn201_resource_construct() 1224 if (pool->base.dpps[i] == NULL) { in dcn201_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
| H A D | dcn10_resource.c | 924 if (pool->base.dpps[i] != NULL) in dcn10_resource_destruct() 925 dcn10_dpp_destroy(&pool->base.dpps[i]); in dcn10_resource_destruct() 1105 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer() 1106 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn10_acquire_free_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()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
| H A D | dcn20_resource.c | 1108 if (pool->base.dpps[i] != NULL) in dcn20_resource_destruct() 1109 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn20_resource_destruct() 1495 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1496 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst; in dcn20_split_stream_for_odm() 1551 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc() 1552 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst; in dcn20_split_stream_for_mpc() 2167 sec_dpp_pipe->plane_res.dpp = pool->dpps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer() 2168 sec_dpp_pipe->plane_res.mpcc_inst = pool->dpps[sec_dpp_pipe->pipe_idx]->inst; in dcn20_acquire_free_pipe_for_layer() 2633 pool->base.dpps[i] = dcn20_dpp_create(ctx, i); in dcn20_resource_construct() 2634 if (pool->base.dpps[i] == NULL) { in dcn20_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1406 if (pool->base.dpps[i] != NULL) in dcn32_resource_destruct() 1407 dcn32_dpp_destroy(&pool->base.dpps[i]); in dcn32_resource_destruct() 2392 pool->base.dpps[j] = dcn32_dpp_create(ctx, i); in dcn32_resource_construct() 2393 if (pool->base.dpps[j] == NULL) { in dcn32_resource_construct() 2763 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer() 2764 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer() 2822 free_pipe->plane_res.dpp = pool->dpps[free_pipe->pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() 2824 pool->dpps[free_pipe->pipe_idx]->inst; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() 2855 free_pipe->plane_res.dpp = pool->dpps[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_opp_head() 2856 free_pipe->plane_res.mpcc_inst = pool->dpps[free_pipe_idx]->inst; in dcn32_acquire_free_pipe_as_secondary_opp_head()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 970 if (pool->dpps[i] != NULL) { in dcn303_resource_destruct() 971 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn303_resource_destruct() 972 pool->dpps[i] = NULL; in dcn303_resource_destruct() 1316 pool->dpps[i] = dcn303_dpp_create(ctx, i); in dcn303_resource_construct() 1317 if (pool->dpps[i] == NULL) { in dcn303_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 1026 if (pool->dpps[i] != NULL) { in dcn302_resource_destruct() 1027 kfree(TO_DCN20_DPP(pool->dpps[i])); in dcn302_resource_destruct() 1028 pool->dpps[i] = NULL; in dcn302_resource_destruct() 1384 pool->dpps[i] = dcn302_dpp_create(ctx, i); in dcn302_resource_construct() 1385 if (pool->dpps[i] == NULL) { in dcn302_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
| H A D | dcn21_resource.c | 681 if (pool->base.dpps[i] != NULL) in dcn21_resource_destruct() 682 dcn20_dpp_destroy(&pool->base.dpps[i]); in dcn21_resource_destruct() 1595 pool->base.dpps[j] = dcn21_dpp_create(ctx, i); in dcn21_resource_construct() 1596 if (pool->base.dpps[j] == NULL) { in dcn21_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| H A D | dcn301_resource.c | 1070 if (pool->base.dpps[i] != NULL) in dcn301_destruct() 1071 dcn301_dpp_destroy(&pool->base.dpps[i]); in dcn301_destruct() 1605 pool->base.dpps[j] = dcn301_dpp_create(ctx, i); in dcn301_resource_construct() 1606 if (pool->base.dpps[j] == NULL) { in dcn301_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 291 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw() 311 struct dpp *dpp = res_pool->dpps[i]; in dcn201_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1099 if (pool->base.dpps[i] != NULL) in dcn30_resource_destruct() 1100 dcn30_dpp_destroy(&pool->base.dpps[i]); in dcn30_resource_destruct() 1536 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm() 1537 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm() 2477 pool->base.dpps[i] = dcn30_dpp_create(ctx, i); in dcn30_resource_construct() 2478 if (pool->base.dpps[i] == NULL) { in dcn30_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1396 if (pool->base.dpps[i] != NULL) in dcn316_resource_destruct() 1397 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn316_resource_destruct() 1900 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn316_resource_construct() 1901 if (pool->base.dpps[i] == NULL) { in dcn316_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 2616 split_pipe->plane_res.dpp = pool->dpps[i]; in acquire_first_split_pipe() 2618 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst; in acquire_first_split_pipe() 3790 pipe_ctx->plane_res.dpp = pool->dpps[id_src[i]]; in acquire_resource_from_hw_enabled_state() 3793 if (pool->dpps[id_src[i]]) { in acquire_resource_from_hw_enabled_state() 3794 pipe_ctx->plane_res.mpcc_inst = pool->dpps[id_src[i]]->inst; in acquire_resource_from_hw_enabled_state() 3935 pipe_ctx->plane_res.dpp = pool->dpps[pipe_idx]; in acquire_otg_master_pipe_for_stream() 3937 if (pool->dpps[pipe_idx]) in acquire_otg_master_pipe_for_stream() 3938 pipe_ctx->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in acquire_otg_master_pipe_for_stream() 5559 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy() 5560 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1459 if (pool->base.dpps[i] != NULL) in dcn314_resource_destruct() 1460 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn314_resource_destruct() 2000 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn314_resource_construct() 2001 if (pool->base.dpps[i] == NULL) { in dcn314_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1401 if (pool->base.dpps[i] != NULL) in dcn315_resource_destruct() 1402 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn315_resource_destruct() 2025 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn315_resource_construct() 2026 if (pool->base.dpps[i] == NULL) { in dcn315_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1400 if (pool->base.dpps[i] != NULL) in dcn31_resource_destruct() 1401 dcn31_dpp_destroy(&pool->base.dpps[i]); in dcn31_resource_destruct() 2076 pool->base.dpps[i] = dcn31_dpp_create(ctx, i); in dcn31_resource_construct() 2077 if (pool->base.dpps[i] == NULL) { in dcn31_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1457 if (pool->base.dpps[i] != NULL) in dcn36_resource_destruct() 1458 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn36_resource_destruct() 2025 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn36_resource_construct() 2026 if (pool->base.dpps[i] == NULL) { in dcn36_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1470 if (pool->base.dpps[i] != NULL) in dcn35_resource_destruct() 1471 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn35_resource_destruct() 2046 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn35_resource_construct() 2047 if (pool->base.dpps[i] == NULL) { in dcn35_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1450 if (pool->base.dpps[i] != NULL) in dcn351_resource_destruct() 1451 dcn35_dpp_destroy(&pool->base.dpps[i]); in dcn351_resource_destruct() 2018 pool->base.dpps[i] = dcn35_dpp_create(ctx, i); in dcn351_resource_construct() 2019 if (pool->base.dpps[i] == NULL) { in dcn351_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 1387 if (pool->base.dpps[i] != NULL) in dcn321_resource_destruct() 1388 dcn321_dpp_destroy(&pool->base.dpps[i]); in dcn321_resource_destruct() 1892 pool->base.dpps[j] = dcn321_dpp_create(ctx, i); in dcn321_resource_construct() 1893 if (pool->base.dpps[j] == NULL) { in dcn321_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 249 struct dpp *dpps[MAX_PIPES]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| H A D | dcn401_resource.c | 1442 if (pool->base.dpps[i] != NULL) in dcn401_resource_destruct() 1443 dcn401_dpp_destroy(&pool->base.dpps[i]); in dcn401_resource_destruct() 2133 pool->base.dpps[j] = dcn401_dpp_create(ctx, i); in dcn401_resource_construct() 2134 if (pool->base.dpps[j] == NULL) { in dcn401_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| H A D | dcn30_hwseq.c | 91 struct dpp *dpp = pool->dpps[i]; in dcn30_log_color_state() 1250 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn30_get_underflow_debug_data()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
| H A D | rn_clk_mgr.c | 119 dpp_inst = clk_mgr->base.ctx->dc->res_pool->dpps[i]->inst; in rn_update_clocks_update_dpp_dto()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 90 struct dpp *dpp = pool->dpps[i]; in dcn20_log_color_state() 605 struct dpp *dpp5 = hws->ctx->dc->res_pool->dpps[dpp_inst]; in dcn20_dpp_pg_control() 3167 struct dpp *dpp = res_pool->dpps[i]; in dcn20_fpga_init_hw() 3187 struct dpp *dpp = dc->res_pool->dpps[i]; in dcn20_fpga_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calcs.c | 540 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()
|