diff options
author | Benoit Parrot <bparrot@ti.com> | 2016-01-06 21:37:26 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-01 08:45:26 -0200 |
commit | 343e89a792a571b28b9c02850db7af2ef25ffb20 (patch) | |
tree | fd18f178f35448e7178872342393c2892d5d85e6 /drivers/media/platform/ti-vpe/Makefile | |
parent | ccf963d3276e318fb952fffd1829ed47876bbec9 (diff) | |
download | blackbird-obmc-linux-343e89a792a571b28b9c02850db7af2ef25ffb20.tar.gz blackbird-obmc-linux-343e89a792a571b28b9c02850db7af2ef25ffb20.zip |
[media] media: ti-vpe: Add CAL v4l2 camera capture driver
The Camera Adaptation Layer (CAL) is a block which consists of a dual
port CSI2/MIPI camera capture engine.
Port #0 can handle CSI2 camera connected to up to 4 data lanes.
Port #1 can handle CSI2 camera connected to up to 2 data lanes.
The driver implements the required API/ioctls to be V4L2 compliant.
Driver supports the following:
- V4L2 API using DMABUF/MMAP buffer access based on videobuf2 api
- Asynchronous sensor sub device registration
- DT support
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/ti-vpe/Makefile')
-rw-r--r-- | drivers/media/platform/ti-vpe/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/platform/ti-vpe/Makefile b/drivers/media/platform/ti-vpe/Makefile index be680f839e77..e236059a60ad 100644 --- a/drivers/media/platform/ti-vpe/Makefile +++ b/drivers/media/platform/ti-vpe/Makefile @@ -3,3 +3,7 @@ obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o ti-vpe-y := vpe.o sc.o csc.o vpdma.o ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG + +obj-$(CONFIG_VIDEO_TI_CAL) += ti-cal.o + +ti-cal-y := cal.o |