]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/media/sh_mobile_ceu.h
Merge branch 'master' into for-next
[karo-tx-linux.git] / include / media / sh_mobile_ceu.h
index a90a765f18daeaa29e5b148226177c28a708db4f..7f57056c22ba6d74743ddc1cf00d36e622ead8a9 100644 (file)
@@ -5,6 +5,7 @@
 #define SH_CEU_FLAG_USE_16BIT_BUS      (1 << 1) /* use 16bit bus width */
 #define SH_CEU_FLAG_HSYNC_LOW          (1 << 2) /* default High if possible */
 #define SH_CEU_FLAG_VSYNC_LOW          (1 << 3) /* default High if possible */
+#define SH_CEU_FLAG_LOWER_8BIT         (1 << 4) /* default upper 8bit */
 
 struct device;
 struct resource;
@@ -21,6 +22,8 @@ struct sh_mobile_ceu_info {
        int max_width;
        int max_height;
        struct sh_mobile_ceu_companion *csi2;
+       struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
+       unsigned int *asd_sizes;        /* 0-terminated array pf asd group sizes */
 };
 
 #endif /* __ASM_SH_MOBILE_CEU_H__ */