Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c17 struct mdp_path { struct
18 struct mdp_dev *mdp_dev;
19 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS];
20 u32 num_comps;
21 const struct img_config *config;
22 const struct img_ipi_frameparam *param;
23 const struct v4l2_rect *composes[IMG_MAX_HW_OUTPUTS];
47 static int mdp_path_subfrm_require(const struct mdp_path *path, in mdp_path_subfrm_require() argument