summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch
new file mode 100644
index 00000000..f5ceb0d7
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0036-omap3isp-Set-vd_pol-to-0-by-default-on-all-cases.patch
@@ -0,0 +1,35 @@
1From 5f87765bb16091048e67bc56f7ce1ab0694d9186 Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Sat, 10 Jul 2010 09:57:40 -0500
4Subject: [PATCH 36/75] omap3isp: Set vd_pol to 0 by default on all cases
5
6Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
7---
8 drivers/media/video/isp/ispccdc.c | 4 ++--
9 1 files changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/drivers/media/video/isp/ispccdc.c b/drivers/media/video/isp/ispccdc.c
12index ea6d87c..b4691c0 100644
13--- a/drivers/media/video/isp/ispccdc.c
14+++ b/drivers/media/video/isp/ispccdc.c
15@@ -671,7 +671,7 @@ static int ispccdc_config_datapath(struct isp_ccdc_device *isp_ccdc,
16 syncif.fldstat = 0;
17 syncif.hdpol = 0;
18 syncif.ipmod = YUV16;
19- syncif.vdpol = 1;
20+ syncif.vdpol = 0;
21 syncif.bt_r656_en = 0;
22 ispccdc_config_imgattr(isp_ccdc, 0);
23 ispccdc_config_sync_if(isp_ccdc, syncif);
24@@ -688,7 +688,7 @@ static int ispccdc_config_datapath(struct isp_ccdc_device *isp_ccdc,
25 syncif.fldstat = 0;
26 syncif.hdpol = 0;
27 syncif.ipmod = YUV8;
28- syncif.vdpol = 1;
29+ syncif.vdpol = 0;
30 syncif.bt_r656_en = 1;
31 ispccdc_config_imgattr(isp_ccdc, 0);
32 ispccdc_config_sync_if(isp_ccdc, syncif);
33--
341.6.6.1
35