提交 a0f5c5f2 编写于 作者: M Mathias Anhalt 提交者: Zheng Zengkai

Fixed picture line bug in all ov9281 modes

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------
Signed-off-by: NMathias Anhalt <mathiasanhalt@web.de>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 1bf47664
......@@ -205,7 +205,7 @@ static const struct regval ov9281_common_regs[] = {
};
static const struct regval ov9281_1280x800_regs[] = {
{0x3778, 0x10},
{0x3778, 0x00},
{0x3800, 0x00},
{0x3801, 0x00},
{0x3802, 0x00},
......@@ -241,7 +241,7 @@ static const struct regval ov9281_1280x800_regs[] = {
};
static const struct regval ov9281_1280x720_regs[] = {
{0x3778, 0x10},
{0x3778, 0x00},
{0x3800, 0x00},
{0x3801, 0x00},
{0x3802, 0x00},
......@@ -277,6 +277,7 @@ static const struct regval ov9281_1280x720_regs[] = {
};
static const struct regval ov9281_640x400_regs[] = {
{0x3778, 0x10},
{0x3800, 0x00},
{0x3801, 0x00},
{0x3802, 0x00},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册