Home
last modified time | relevance | path

Searched defs:mpcc (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmpc.h114 struct mpcc { struct
115 int mpcc_id; /* MPCC physical instance */ argument
117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument
118 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */ argument
119 struct mpcc_sm_cfg sm_cfg; /* stereo mix setting for this MPCC */ argument
128 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */ argument
Dopp.h201 int mpcc[MAX_PIPES]; member
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c77 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
347 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc()
416 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
512 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc()
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c1038 static void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc()
/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h333 uint32_t mpcc : 1; member