]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00155135-1 ipuv3 dev: add processing driver support
authorJason Chen <b02280@freescale.com>
Mon, 22 Aug 2011 02:24:49 +0000 (10:24 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:12 +0000 (08:33 +0200)
commit2f754dedd527d7e689976f1483b99f18dc86e0e5
tree764e4d0cb14abb1733bc641c6224a9ac691257d0
parentd05c1367dd826ab1359afa9407ca13dea339dbef
ENGR00155135-1 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 header file change.

Signed-off-by: Jason Chen <b02280@freescale.com>
include/linux/ipu.h