summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipu.h2
-rw-r--r--include/linux/mxcfb.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ipu.h b/include/linux/ipu.h
index ef55d80da4a3..cc5fe27e1153 100644
--- a/include/linux/ipu.h
+++ b/include/linux/ipu.h
@@ -96,6 +96,8 @@ typedef enum {
#define IPU_PIX_FMT_GENERIC_32 fourcc('I', 'P', 'U', '1') /*!< IPU Generic Data */
#define IPU_PIX_FMT_LVDS666 fourcc('L', 'V', 'D', '6') /*!< IPU Generic Data */
#define IPU_PIX_FMT_LVDS888 fourcc('L', 'V', 'D', '8') /*!< IPU Generic Data */
+#define IPU_PIX_FMT_BT656 fourcc('B', 'T', '6', '5') /*!< BT656, 16 UYVY */
+#define IPU_PIX_FMT_BT1120 fourcc('B', 'T', '1', '1') /*!< BT1120, 16 UYVY */
/*! @} */
/*! @name RGB Formats */
/*! @{ */
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index e987efb7d6d0..15695d8a901b 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -153,6 +153,8 @@ struct mxcfb_csc_matrix {
#define MXCFB_GET_FB_BLANK _IOR('F', 0x2B, u_int32_t)
#define MXCFB_SET_DIFMT _IOW('F', 0x2C, u_int32_t)
#define MXCFB_CSC_UPDATE _IOW('F', 0x2D, struct mxcfb_csc_matrix)
+#define MXCFB_GET_FBFMT _IOR('F', 0x35, u_int32_t)
+#define MXCFB_SET_FBFMT _IOR('F', 0x36, u_int32_t)
/* IOCTLs for E-ink panel updates */
#define MXCFB_SET_WAVEFORM_MODES _IOW('F', 0x2B, struct mxcfb_waveform_modes)