mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
1aa8ea0d2b
Adds the Image Converter (IC) unit. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Condensed the three CSC setup functions into a single one that uses static tables to set up the CSC task parameters. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
5 lines
162 B
Makefile
5 lines
162 B
Makefile
obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o
|
|
|
|
imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-csi.o ipu-dc.o ipu-di.o \
|
|
ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-smfc.o
|