Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Adds the following new IPU units: - Camera Sensor Interface (csi) - Image Converter (ic) This patch should be split in two parts, IC and CSI. [...] +/* + * Enable error detection and correction for CCIR interlaced mode. +

Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Sorry about the near full-quote, this mail was sent prematurely as I just learned Evolution does send mail on Ctrl+Enter. I'll continue this later. regards Philipp -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Am Donnerstag, den 31.07.2014, 17:27 +0200 schrieb Philipp Zabel: +static void init_csc_rgb2ycbcr(u32 __iomem *base) +{ + /* +* Y = R * .299 + G * .587 + B * .114; +* U = R * -.169 + G * -.332 + B * .500 + 128.; +* V = R * .500 + G * -.419 + B * -.0813 + 128.; +

[PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-06-25 Thread Steve Longerbeam
Adds the following new IPU units: - Camera Sensor Interface (csi) - Image Converter (ic) Signed-off-by: Steve Longerbeam steve_longerb...@mentor.com --- drivers/gpu/ipu-v3/Makefile |3 +- drivers/gpu/ipu-v3/ipu-common.c | 63 ++- drivers/gpu/ipu-v3/ipu-csi.c| 701