mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 16:53:20 -04:00
media: imx355: Remove setting FRM_LENGTH_LINES in the mode regs
Registers 0x0340 and 0x0341 (FRM_LENGTH_LINES) are already written from the set_ctrl(V4L2_CID_VBLANK) handler, so don't write them from the mode register list. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
committed by
Sakari Ailus
parent
5ac4c9b680
commit
c8703ce868
@@ -254,8 +254,6 @@ static const struct imx355_reg_list imx355_global_setting = {
|
||||
static const struct imx355_reg mode_3268x2448_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x0a },
|
||||
{ 0x0341, 0x37 },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x08 },
|
||||
{ 0x0346, 0x00 },
|
||||
@@ -278,8 +276,6 @@ static const struct imx355_reg mode_3268x2448_regs[] = {
|
||||
static const struct imx355_reg mode_3264x2448_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x0a },
|
||||
{ 0x0341, 0x37 },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x08 },
|
||||
{ 0x0346, 0x00 },
|
||||
@@ -302,8 +298,6 @@ static const struct imx355_reg mode_3264x2448_regs[] = {
|
||||
static const struct imx355_reg mode_3280x2464_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x0a },
|
||||
{ 0x0341, 0x37 },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x00 },
|
||||
{ 0x0346, 0x00 },
|
||||
@@ -326,8 +320,6 @@ static const struct imx355_reg mode_3280x2464_regs[] = {
|
||||
static const struct imx355_reg mode_1940x1096_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x02 },
|
||||
{ 0x0345, 0xa0 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -350,8 +342,6 @@ static const struct imx355_reg mode_1940x1096_regs[] = {
|
||||
static const struct imx355_reg mode_1936x1096_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x02 },
|
||||
{ 0x0345, 0xa0 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -374,8 +364,6 @@ static const struct imx355_reg mode_1936x1096_regs[] = {
|
||||
static const struct imx355_reg mode_1924x1080_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x02 },
|
||||
{ 0x0345, 0xa8 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -398,8 +386,6 @@ static const struct imx355_reg mode_1924x1080_regs[] = {
|
||||
static const struct imx355_reg mode_1920x1080_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x02 },
|
||||
{ 0x0345, 0xa8 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -422,8 +408,6 @@ static const struct imx355_reg mode_1920x1080_regs[] = {
|
||||
static const struct imx355_reg mode_1640x1232_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x00 },
|
||||
{ 0x0346, 0x00 },
|
||||
@@ -446,8 +430,6 @@ static const struct imx355_reg mode_1640x1232_regs[] = {
|
||||
static const struct imx355_reg mode_1640x922_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x00 },
|
||||
{ 0x0346, 0x01 },
|
||||
@@ -470,8 +452,6 @@ static const struct imx355_reg mode_1640x922_regs[] = {
|
||||
static const struct imx355_reg mode_1300x736_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x01 },
|
||||
{ 0x0345, 0x58 },
|
||||
{ 0x0346, 0x01 },
|
||||
@@ -494,8 +474,6 @@ static const struct imx355_reg mode_1300x736_regs[] = {
|
||||
static const struct imx355_reg mode_1296x736_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x01 },
|
||||
{ 0x0345, 0x58 },
|
||||
{ 0x0346, 0x01 },
|
||||
@@ -518,8 +496,6 @@ static const struct imx355_reg mode_1296x736_regs[] = {
|
||||
static const struct imx355_reg mode_1284x720_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x01 },
|
||||
{ 0x0345, 0x68 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -542,8 +518,6 @@ static const struct imx355_reg mode_1284x720_regs[] = {
|
||||
static const struct imx355_reg mode_1280x720_regs[] = {
|
||||
{ 0x0342, 0x07 },
|
||||
{ 0x0343, 0x2c },
|
||||
{ 0x0340, 0x05 },
|
||||
{ 0x0341, 0x1a },
|
||||
{ 0x0344, 0x01 },
|
||||
{ 0x0345, 0x68 },
|
||||
{ 0x0346, 0x02 },
|
||||
@@ -566,8 +540,6 @@ static const struct imx355_reg mode_1280x720_regs[] = {
|
||||
static const struct imx355_reg mode_820x616_regs[] = {
|
||||
{ 0x0342, 0x0e },
|
||||
{ 0x0343, 0x58 },
|
||||
{ 0x0340, 0x02 },
|
||||
{ 0x0341, 0x8c },
|
||||
{ 0x0344, 0x00 },
|
||||
{ 0x0345, 0x00 },
|
||||
{ 0x0346, 0x00 },
|
||||
|
||||
Reference in New Issue
Block a user