]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
media: video: tegra: change imx091 camera orientation
authorFrank Chen <frankc@nvidia.com>
Fri, 21 Sep 2012 21:46:16 +0000 (14:46 -0700)
committerDan Willemsen <dwillemsen@nvidia.com>
Sat, 14 Sep 2013 08:04:49 +0000 (01:04 -0700)
Remove flip and mirror settings.

Bug 1053055

Change-Id: I953a8ce7bfe37a499115c4408ecce623c434c296
Signed-off-by: Frank Chen <frankc@nvidia.com>
Reviewed-on: http://git-master/r/134511
(cherry picked from commit 8a7700a140ac7c15fb93f66a8ce31f11e7099f90)
Reviewed-on: http://git-master/r/140718
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Philip Breczinski <pbreczinski@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Rebase-Id: Rfbe24ac848a66d341bc3ef58a2d718ef3d569bc0

drivers/media/video/tegra/imx091.c

index 2b589b1ebdae85b64c5fe565f43507ef78456e35..7d2f8c3d7cda2fcc8abbe941e57a67648279d268 100644 (file)
@@ -139,8 +139,6 @@ static struct imx091_reg mode_4208x3120[] = {
        {0x3342, 0x0F},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
-
        /* stream on */
        {0x0100, 0x01},
 
@@ -247,7 +245,6 @@ static struct imx091_reg mode_2104x1560[] = {
        {0x3342, 0x0F},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
        /* stream on */
        {0x0100, 0x01},
 
@@ -354,7 +351,6 @@ static struct imx091_reg mode_524x390[] = {
        {0x3342, 0x00},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
        /* stream on */
        {0x0100, 0x01},
 
@@ -461,7 +457,6 @@ static struct imx091_reg mode_348x260[] = {
        {0x3342, 0x00},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
        /* stream on */
        {0x0100, 0x01},
 
@@ -568,7 +563,6 @@ static struct imx091_reg mode_1948x1096[] = {
        {0x3342, 0x0F},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
        /* stream on */
        {0x0100, 0x01},
 
@@ -675,7 +669,6 @@ static struct imx091_reg mode_1308x736[] = {
        {0x3342, 0x0F},
        {0x3348, 0xE0},
 
-       {0x0101, 0x03},
        /* stream on */
        {0x0100, 0x01},