Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h229 struct omap_overlay_info { struct
230 dma_addr_t paddr;
231 dma_addr_t p_uv_addr; /* for NV12 format */
232 u16 screen_width;
233 u16 width;
234 u16 height;
235 u32 fourcc;
236 u8 rotation;
237 enum omap_dss_rotation_type rotation_type;
239 u16 pos_x;
[all …]
/kernel/linux/linux-5.10/include/video/
Domapfb_dss.h294 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;
[all …]