Searched defs:mdp_path (Results 1 – 2 of 2) sorted by relevance
18 struct mdp_path { struct19 struct mdp_dev *mdp_dev;20 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS];21 u32 num_comps;22 const struct img_config *config;23 const struct img_ipi_frameparam *param;24 const struct v4l2_rect *composes[IMG_MAX_HW_OUTPUTS];25 struct v4l2_rect bounds[IMG_MAX_HW_OUTPUTS];
40 struct icc_path *mdp_path[2]; member