mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
media: i2c: imx415 fixed 10bit linear/hdr3 quick switch bug
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I07fbd2b9e60809b73c63b2500f22c7acc0ef677b
This commit is contained in:
@@ -499,6 +499,7 @@ static __maybe_unused const struct regval imx415_hdr3_10bit_3864x2192_1782M_regs
|
||||
{0x3029, 0x01},
|
||||
{0x302C, 0x01},
|
||||
{0x302D, 0x02},
|
||||
{0x3033, 0x04},
|
||||
{0x3050, 0x3E},
|
||||
{0x3051, 0x01},
|
||||
{0x3054, 0x0D},
|
||||
@@ -526,6 +527,7 @@ static __maybe_unused const struct regval imx415_hdr3_10bit_3864x2192_1782M_regs
|
||||
static __maybe_unused const struct regval imx415_hdr2_10bit_3864x2192_1485M_regs[] = {
|
||||
{0x3024, 0xFC},
|
||||
{0x3028, 0x1A},
|
||||
{0x3028, 0x26},
|
||||
{0x3029, 0x02},
|
||||
{0x302C, 0x01},
|
||||
{0x302D, 0x01},
|
||||
@@ -533,7 +535,9 @@ static __maybe_unused const struct regval imx415_hdr2_10bit_3864x2192_1485M_regs
|
||||
{0x3050, 0xA8},
|
||||
{0x3051, 0x0D},
|
||||
{0x3054, 0x09},
|
||||
{0x3058, 0x3E},
|
||||
{0x3060, 0x4D},
|
||||
{0x3064, 0x4a},
|
||||
{0x30CF, 0x01},
|
||||
{0x3118, 0xA0},
|
||||
{0x3260, 0x00},
|
||||
@@ -554,6 +558,7 @@ static __maybe_unused const struct regval imx415_hdr2_10bit_3864x2192_1485M_regs
|
||||
|
||||
static __maybe_unused const struct regval imx415_linear_10bit_3864x2192_891M_regs[] = {
|
||||
{0x3024, 0xCA},
|
||||
{0x3025, 0x08},
|
||||
{0x3028, 0x4C},
|
||||
{0x3029, 0x04},
|
||||
{0x302C, 0x00},
|
||||
@@ -562,7 +567,9 @@ static __maybe_unused const struct regval imx415_linear_10bit_3864x2192_891M_reg
|
||||
{0x3050, 0x08},
|
||||
{0x3051, 0x00},
|
||||
{0x3054, 0x19},
|
||||
{0x3058, 0x3E},
|
||||
{0x3060, 0x25},
|
||||
{0x3064, 0x4a},
|
||||
{0x30CF, 0x00},
|
||||
{0x3118, 0xC0},
|
||||
{0x3260, 0x01},
|
||||
|
||||
Reference in New Issue
Block a user