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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mpc.h 106 int dpp_id; /* DPP input to this MPCC */ member in struct:mpcc
131 uint32_t dpp_id; member in struct:mpcc_state
158 * [in] dpp_id - DPP instance for the plane to be added.
169 int dpp_id,
217 int dpp_id);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 126 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id)
131 if (tmp_mpcc->dpp_id == dpp_id)
183 * [in] dpp_id - DPP instance for the plane to be added.
194 int dpp_id,
216 new_mpcc->dpp_id = dpp_id;
228 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id);
329 mpcc_to_remove->dpp_id = 0xf;
342 mpcc->dpp_id = 0xf
    [all...]
dcn10_mpc.h 143 int dpp_id,
190 int dpp_id);
amdgpu_dcn10_hw_sequencer_debug.c 406 i, s.opp_id, s.dpp_id, s.bot_mpcc_id,
amdgpu_dcn10_hw_sequencer.c 337 i, s.opp_id, s.dpp_id, s.bot_mpcc_id,
1034 int dpp_id = pipe_ctx->plane_res.dpp->inst; local in function:dcn10_plane_atomic_disconnect
1041 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_mpc.c 521 mpcc->dpp_id = 0xf;
534 struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id)
539 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1934 if (s.dpp_id < MAX_MPCC)
1935 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = s.dpp_id;

Completed in 18 milliseconds