10 Jul 2012 13:56
[PATCH v4] media: mx2_camera: Fix mbus format handling
Javier Martin <javier.martin <at> vista-silicon.com>
2012-07-10 11:56:13 GMT
2012-07-10 11:56:13 GMT
Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags so that the driver can negotiate with the attached sensor whether the mbus format needs convertion from UYUV to YUYV or not. --- Changes since v3: - Remove conversion from UYVY to YUYV. - Add 'csicr1' to emma-PrP format structure. --- arch/arm/plat-mxc/include/mach/mx2_cam.h | 2 -- drivers/media/video/mx2_camera.c | 27 ++++++++++++++++++++++----- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mx2_cam.h b/arch/arm/plat-mxc/include/mach/mx2_cam.h index 3c080a3..7ded6f1 100644 --- a/arch/arm/plat-mxc/include/mach/mx2_cam.h +++ b/arch/arm/plat-mxc/include/mach/mx2_cam.h <at> <at> -23,7 +23,6 <at> <at> #ifndef __MACH_MX2_CAM_H_ #define __MACH_MX2_CAM_H_ -#define MX2_CAMERA_SWAP16 (1 << 0) #define MX2_CAMERA_EXT_VSYNC (1 << 1) #define MX2_CAMERA_CCIR (1 << 2) #define MX2_CAMERA_CCIR_INTERLACE (1 << 3) <at> <at> -31,7 +30,6 <at> <at> #define MX2_CAMERA_GATED_CLOCK (1 << 5) #define MX2_CAMERA_INV_DATA (1 << 6) #define MX2_CAMERA_PCLK_SAMPLE_RISING (1 << 7)(Continue reading)
RSS Feed