Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_core.h196 struct mtk_mdp_ctx { struct
197 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 …]
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_core.h196 struct mtk_mdp_ctx { struct
197 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 …]