summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-88867c1d96684925027a0ecc9e25c6ea70040cc6.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch
new file mode 100644
index 00000000..bf8347ce
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0044-mt9v113-AE-param-tuned-to-get-28-30FPS.patch
@@ -0,0 +1,33 @@
1From 12b4010768d5bf36bdc1100204be1a9de913d4f4 Mon Sep 17 00:00:00 2001
2From: Vaibhav Hiremath <hvaibhav@ti.com>
3Date: Thu, 15 Jul 2010 13:53:03 +0530
4Subject: [PATCH 44/75] mt9v113: AE param tuned to get 28~30FPS
5
6Please note that with this change we are compromising with
7image quality, so should be used only in case of high FPS use-case.
8---
9 drivers/media/video/mt9v113.c | 8 ++++++++
10 1 files changed, 8 insertions(+), 0 deletions(-)
11
12diff --git a/drivers/media/video/mt9v113.c b/drivers/media/video/mt9v113.c
13index 466702e..6714240 100644
14--- a/drivers/media/video/mt9v113.c
15+++ b/drivers/media/video/mt9v113.c
16@@ -306,6 +306,14 @@ static struct mt9v113_reg mt9v113_reg_list[] = {
17 {TOK_WRITE, 0x0990, 0x0003},
18 {TOK_WRITE, 0x098C, 0xA410},
19 {TOK_WRITE, 0x0990, 0x000A},
20+
21+ {TOK_WRITE, 0x098C, 0xA20C},
22+ {TOK_WRITE, 0x0990, 0x0003},
23+ {TOK_WRITE, 0x098C, 0xA20B},
24+ {TOK_WRITE, 0x0990, 0x0000},
25+ {TOK_WRITE, 0x098C, 0xA215},
26+ {TOK_WRITE, 0x0990, 0x0004},
27+
28 {TOK_WRITE, 0x098C, 0xA103},
29 {TOK_WRITE, 0x0990, 0x0006},
30 {TOK_DELAY, 0, 100},
31--
321.6.6.1
33