HomeSort by: relevance | last modified time | path
    Searched refs:dpps (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 954 if (pool->base.dpps[i] != NULL)
955 dcn10_dpp_destroy(&pool->base.dpps[i]);
1156 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
1157 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
1516 pool->base.dpps[j] = dcn10_dpp_create(ctx, i);
1517 if (pool->base.dpps[j] == NULL) {
amdgpu_dcn10_hw_sequencer_debug.c 347 struct dpp *dpp = pool->dpps[i];
amdgpu_dcn10_hw_sequencer.c 290 struct dpp *dpp = pool->dpps[i];
1186 struct dpp *dpp = dc->res_pool->dpps[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 165 struct dpp *dpps[MAX_PIPES]; member in struct:resource_pool
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1247 split_pipe->plane_res.dpp = pool->dpps[i];
1249 split_pipe->plane_res.mpcc_inst = pool->dpps[i]->inst;
1651 pipe_ctx->plane_res.dpp = pool->dpps[i];
1653 if (pool->dpps[i])
1654 pipe_ctx->plane_res.mpcc_inst = pool->dpps[i]->inst;
1922 pipe_ctx->plane_res.dpp = pool->dpps[tg_inst];
1925 if (pool->dpps[tg_inst]) {
1926 pipe_ctx->plane_res.mpcc_inst = pool->dpps[tg_inst]->inst;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1339 if (pool->base.dpps[i] != NULL)
1340 dcn20_dpp_destroy(&pool->base.dpps[i]);
1741 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx];
1742 next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst;
1816 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx];
1817 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst;
3004 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
3005 idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
3691 pool->base.dpps[i] = dcn20_dpp_create(ctx, i);
3692 if (pool->base.dpps[i] == NULL)
    [all...]
amdgpu_dcn20_hwseq.c 2334 struct dpp *dpp = res_pool->dpps[i];
2354 struct dpp *dpp = dc->res_pool->dpps[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 894 if (pool->base.dpps[i] != NULL)
895 dcn20_dpp_destroy(&pool->base.dpps[i]);
1822 pool->base.dpps[j] = dcn21_dpp_create(ctx, i);
1823 if (pool->base.dpps[j] == NULL) {
1826 "DC: failed to create dpps!\n");
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 529 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx];
530 secondary_pipe->plane_res.mpcc_inst = pool->dpps[secondary_pipe->pipe_idx]->inst;

Completed in 99 milliseconds