Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dmpc.h104 struct mpcc { struct
105 int mpcc_id; /* MPCC physical instance */ argument
107 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument
108 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */ argument
109 struct mpcc_sm_cfg sm_cfg; /* stereo mix setting for this MPCC */ argument
H A Dopp.h203 int mpcc[MAX_PIPES]; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_mpc.c80 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
339 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc()
406 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_mpc.c60 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
518 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dcore_types.h267 uint32_t mpcc : 1; member