aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/omap3isp.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-08-31 10:03:53 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-11 15:02:56 -0400
commitc51364cafa26dca2022f9b31da1c41e27c306c47 (patch)
treeca9c16f27c21c1c368b539671ff7a57d7d9e3a86 /include/media/omap3isp.h
parent73ea57eb5442aece696a7a03e2cd4509d38e55fd (diff)
[media] omap3isp: ccdc: Add YUV input formats support
Enable the bridge automatically when the input format is YUYV8 or UYVY8. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/omap3isp.h')
-rw-r--r--include/media/omap3isp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/media/omap3isp.h b/include/media/omap3isp.h
index 5ab9449fce1e..95842696857f 100644
--- a/include/media/omap3isp.h
+++ b/include/media/omap3isp.h
@@ -42,12 +42,6 @@ enum isp_interface_type {
42}; 42};
43 43
44enum { 44enum {
45 ISP_BRIDGE_DISABLE = 0,
46 ISP_BRIDGE_LITTLE_ENDIAN = 2,
47 ISP_BRIDGE_BIG_ENDIAN = 3,
48};
49
50enum {
51 ISP_LANE_SHIFT_0 = 0, 45 ISP_LANE_SHIFT_0 = 0,
52 ISP_LANE_SHIFT_2 = 1, 46 ISP_LANE_SHIFT_2 = 1,
53 ISP_LANE_SHIFT_4 = 2, 47 ISP_LANE_SHIFT_4 = 2,
@@ -69,10 +63,6 @@ enum {
69 * 0 - Active high, 1 - Active low 63 * 0 - Active high, 1 - Active low
70 * @data_pol: Data polarity 64 * @data_pol: Data polarity
71 * 0 - Normal, 1 - One's complement 65 * 0 - Normal, 1 - One's complement
72 * @bridge: CCDC Bridge input control
73 * ISP_BRIDGE_DISABLE - Disable
74 * ISP_BRIDGE_LITTLE_ENDIAN - Little endian
75 * ISP_BRIDGE_BIG_ENDIAN - Big endian
76 */ 66 */
77struct isp_parallel_platform_data { 67struct isp_parallel_platform_data {
78 unsigned int data_lane_shift:2; 68 unsigned int data_lane_shift:2;
@@ -80,7 +70,6 @@ struct isp_parallel_platform_data {
80 unsigned int hs_pol:1; 70 unsigned int hs_pol:1;
81 unsigned int vs_pol:1; 71 unsigned int vs_pol:1;
82 unsigned int data_pol:1; 72 unsigned int data_pol:1;
83 unsigned int bridge:2;
84}; 73};
85 74
86enum { 75enum {