Searched defs:mtk_mdp_ctx (Results 1 – 1 of 1) sorted by relevance
198 struct mtk_mdp_ctx { struct199 struct list_head list;200 struct mtk_mdp_frame s_frame;201 struct mtk_mdp_frame d_frame;202 u32 flags;203 u32 state;204 int id;205 int rotation;206 u32 hflip:1;207 u32 vflip:1;[all …]