Searched defs:mtk_mdp_ctx (Results 1 – 1 of 1) sorted by relevance
206 struct mtk_mdp_ctx { struct207 struct list_head list;208 struct mtk_mdp_frame s_frame;209 struct mtk_mdp_frame d_frame;210 u32 flags;211 u32 state;212 int id;213 int rotation;214 u32 hflip:1;215 u32 vflip:1;[all …]