summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorCharlie Huang <chahuang@nvidia.com>2012-05-25 11:35:42 -0700
committerSimone Willett <swillett@nvidia.com>2012-06-13 16:58:14 -0700
commit1978979940fe486b957dac024d30a70ea817e1fd (patch)
tree4e032f06896635a02867231182fdf67e3875d887 /drivers/media
parent19ca0279dd147b6036e289e41e81008edd385b2a (diff)
media: video: tegra: ov5650: enable DPC feature
enable Defective Pixel Correction block on sensor SOC. bug 976218 Change-Id: I754200b7f625509950b061173c7e5de2a831d607 Signed-off-by: Charlie Huang <chahuang@nvidia.com> Reviewed-on: http://git-master/r/104776 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bhushan Rayrikar <brayrikar@nvidia.com> Reviewed-by: Krupal Divvela <kdivvela@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Amy Deng <amyd@nvidia.com> Reviewed-by: Frank Chen <frankc@nvidia.com> Reviewed-by: Wei Chen <wechen@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tegra/ov5650.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/tegra/ov5650.c b/drivers/media/video/tegra/ov5650.c
index 3e2d23ab3374..bac1d00c3bd0 100644
--- a/drivers/media/video/tegra/ov5650.c
+++ b/drivers/media/video/tegra/ov5650.c
@@ -123,7 +123,7 @@ static struct ov5650_reg mode_start[] = {
{0x4000, 0x01},
{0x401c, 0x48},
{0x401d, 0x08},
- {0x5000, 0x00},
+ {0x5000, 0x06},
{0x5001, 0x00},
{0x5002, 0x00},
{0x503d, 0x00},
@@ -296,7 +296,6 @@ static struct ov5650_reg mode_2080x1164[] = {
{0x401d, 0x08},
{0x4001, 0x02},
- {0x5000, 0x00},
{0x5001, 0x00},
{0x5002, 0x00},
{0x503d, 0x00},
@@ -419,7 +418,6 @@ static struct ov5650_reg mode_1920x1080[] = {
{0x401d, 0x08},
{0x4001, 0x02},
- {0x5000, 0x00},
{0x5001, 0x00},
{0x5002, 0x00},
{0x503d, 0x00},
@@ -669,7 +667,6 @@ static struct ov5650_reg mode_320x240[] = {
{0x3810, 0x40},
{0x3836, 0x41},
{0x505f, 0x04},
- {0x5000, 0x06},
{0x5001, 0x00},
{0x5002, 0x02},
{0x503d, 0x00},