Skip to content

Commit 61d338a

Browse files
6by9pelwell
authored andcommitted
media: imx477: Increase IMX477_VBLANK_MIN due to image corruption
The 4056x3040 mode appears to need more vertical blanking lines than any other, leaving a black bar at the bottom of the image. Increase IMX477_VBLANK_MIN from 4 to 48 to compensate. (It may be possible to reduce it slightly further, but fix the regression for now). #7109 Signed-off-by: Dave Stevenson <[email protected]>
1 parent f55958e commit 61d338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/i2c/imx477.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MODULE_PARM_DESC(fstrobe_delay, "Set fstrobe delay from end all lines starting t
7272

7373
/* V_TIMING internal */
7474
#define IMX477_REG_FRAME_LENGTH CCI_REG16(0x0340)
75-
#define IMX477_VBLANK_MIN 4
75+
#define IMX477_VBLANK_MIN 48
7676
#define IMX477_FRAME_LENGTH_MAX 0xffdc
7777

7878
/* H_TIMING internal */

0 commit comments

Comments
 (0)