]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00261293-1 mx6sl: csi/v4l2: resize function not work for v4l2 capture
authorRobby Cai <R63905@freescale.com>
Mon, 1 Jul 2013 06:28:22 +0000 (14:28 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:12 +0000 (14:14 +0200)
commit947c687a301b1163531cc74279988b38540da8b1
treef21355d5698a63dc442e768610aee26d00241014
parent3c8020f3160d5d82d0154b315a2fd5e35b0a2b15
ENGR00261293-1 mx6sl: csi/v4l2: resize function not work for v4l2 capture

- the root cause is pxp input/output buffer for csi post-processing is
  same one, some part of content is overridded.
- use S_CROP ioctl to control crop, S_FMT to control output size.

Signed-off-by: Robby Cai <R63905@freescale.com>
(cherry picked from commit 9f3685ea1cd4e56b5d89bfbaf48920ba862edb49)
drivers/media/video/mxc/capture/csi_v4l2_capture.c