Skip to content

Commit 75e2859

Browse files
Michael RieschHans Verkuil
authored andcommitted
media: rockchip: rkcif: add support for px30 vip dvp capture
The PX30 Video Input Processor (VIP) unit features a Digital Video Port (DVP). Add support for the DVP in general and for the PX30 VIP DVP in particular. Tested-by: Gerald Loacker <gerald.loacker@wolfvision.net> Reviewed-by: Gerald Loacker <gerald.loacker@wolfvision.net> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com> Signed-off-by: Michael Riesch <michael.riesch@collabora.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
1 parent 501802e commit 75e2859

6 files changed

Lines changed: 788 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_VIDEO_ROCKCHIP_CIF) += rockchip-cif.o
33

4+
rockchip-cif-objs += rkcif-capture-dvp.o
45
rockchip-cif-objs += rkcif-dev.o
56
rockchip-cif-objs += rkcif-interface.o
67
rockchip-cif-objs += rkcif-stream.o

0 commit comments

Comments
 (0)