HomeSort by: relevance | last modified time | path
    Searched defs:mpcc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 50 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id);
53 /* find bottommost mpcc. */
80 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); local in function:mpc1_update_blending
90 mpcc->blnd_cfg = *blnd_cfg;
118 struct mpcc *mpc1_get_mpcc(struct mpc *mpc, int mpcc_id)
126 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id)
128 struct mpcc *tmp_mpcc = tree->opp_list;
179 * [in] blnd_cfg - MPCC blending configuration for the new blending layer.
180 * [in] sm_cfg - MPCC stereo mix configuration for the new blending layer
406 struct mpcc *mpcc; local in function:mpc1_init_mpcc_list_from_hw
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_mpc.c 60 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); local in function:mpc2_update_blending
76 mpcc->blnd_cfg = *blnd_cfg;
518 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst)
520 mpcc->mpcc_id = mpcc_inst;
521 mpcc->dpp_id = 0xf;
522 mpcc->mpcc_bot = NULL;
523 mpcc->blnd_cfg.overlap_only = false;
524 mpcc->blnd_cfg.global_alpha = 0xff
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mpc.h 59 * MPCC blending configuration
69 /* MPCC top/bottom gain settings */
101 * MPCC connection and blending configuration for a single MPCC instance.
104 struct mpcc { struct
105 int mpcc_id; /* MPCC physical instance */
106 int dpp_id; /* DPP input to this MPCC */
107 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */
108 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */
    [all...]
opp.h 203 int mpcc[MAX_PIPES]; member in struct:mpc_tree_cfg
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 267 uint32_t mpcc : 1; member in struct:pipe_update_flags::__anon10ef0c660308

Completed in 14 milliseconds