]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00155135-3 ipuv3 dev: add processing driver support
authorJason Chen <b02280@freescale.com>
Mon, 22 Aug 2011 02:46:22 +0000 (10:46 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:38 +0000 (14:09 +0200)
commit13c854cb5c9781324a677aac384ff96bbcecf767
tree4c2373ab1d023dfc29458119f9a66cf699415f1c
parent74a079066d12c873ebac5db58434550e43ba405c
ENGR00155135-3 ipuv3 dev: add processing driver support

IPU's IC/IRT/VDI modules provide resizing/CSC/combination/de-interlacing
support, this patch make all these features into one processing driver.
A struct ipu_task is the interface between user and this driver, user
just need fill his task struct and queue it through ioctl, then wait
ipu hardware finish its job (now only support BLOCKING operation, not
support NO_BLOCK operation).
Pls refer to inlcude/linux/ipu.h for structure information and unit test
for usage.

This patch is for ipu driver changes.

Signed-off-by: Jason Chen <b02280@freescale.com>
drivers/mxc/ipu3/Makefile
drivers/mxc/ipu3/ipu_common.c
drivers/mxc/ipu3/ipu_device.c
drivers/mxc/ipu3/ipu_disp.c
drivers/mxc/ipu3/ipu_prv.h