Lines Matching defs:omap_overlay_info
294 struct omap_overlay_info { struct
295 dma_addr_t paddr;
296 dma_addr_t p_uv_addr; /* for NV12 format */
297 u16 screen_width;
298 u16 width;
299 u16 height;
300 enum omap_color_mode color_mode;
301 u8 rotation;
302 enum omap_dss_rotation_type rotation_type;
303 bool mirror;
305 u16 pos_x;
306 u16 pos_y;
307 u16 out_width; /* if 0, out_width == width */
308 u16 out_height; /* if 0, out_height == height */
309 u8 global_alpha;
310 u8 pre_mult_alpha;
311 u8 zorder;