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