Message ID | 4CD630EA.8040409@maxwell.research.nokia.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
--- drivers/media/video/isp/ispccdc.c~ 2010-09-17 00:43:17.000000000 +0300 +++ drivers/media/video/isp/ispccdc.c 2010-11-07 06:42:46.000000000 +0200 @@ -1225,7 +1225,7 @@ /* Generate VD0 on the last line of the image and VD1 on the * 2/3 height line. */ - isp_reg_writel(isp, ((format->height - 2) << ISPCCDC_VDINT_0_SHIFT) | + isp_reg_writel(isp, ((format->height - 1) << ISPCCDC_VDINT_0_SHIFT) | ((format->height * 2 / 3) << ISPCCDC_VDINT_1_SHIFT), OMAP3_ISP_IOMEM_CCDC, ISPCCDC_VDINT);