Lines Matching defs:omap_overlay_info
385 struct omap_overlay_info { struct
386 dma_addr_t paddr;
387 dma_addr_t p_uv_addr; /* for NV12 format */
388 u16 screen_width;
389 u16 width;
390 u16 height;
391 enum omap_color_mode color_mode;
392 u8 rotation;
393 enum omap_dss_rotation_type rotation_type;
394 bool mirror;
396 u16 pos_x;
397 u16 pos_y;
398 u16 out_width; /* if 0, out_width == width */
399 u16 out_height; /* if 0, out_height == height */
400 u8 global_alpha;
401 u8 pre_mult_alpha;
402 u8 zorder;