summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ipu-v3/Makefile
diff options
context:
space:
mode:
authorSteve Longerbeam2016-08-18 02:50:16 +0200
committerPhilipp Zabel2016-08-29 16:30:11 +0200
commit2d2ead4530771de0c5f2f7f0a7924deb045c4cce (patch)
tree8ed28496b6ba9aeb4456b25571e6db49c684b0e5 /drivers/gpu/ipu-v3/Makefile
parentdrm/imx: add exclusive fence to plane state (diff)
downloadkernel-qcow2-linux-2d2ead4530771de0c5f2f7f0a7924deb045c4cce.tar.gz
kernel-qcow2-linux-2d2ead4530771de0c5f2f7f0a7924deb045c4cce.tar.xz
kernel-qcow2-linux-2d2ead4530771de0c5f2f7f0a7924deb045c4cce.zip
gpu: ipu-v3: Add Video Deinterlacer unit
Adds the Video Deinterlacer (VDIC) unit. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/ipu-v3/Makefile')
-rw-r--r--drivers/gpu/ipu-v3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/ipu-v3/Makefile b/drivers/gpu/ipu-v3/Makefile
index 107ec236a4a6..aeba9dccb0af 100644
--- a/drivers/gpu/ipu-v3/Makefile
+++ b/drivers/gpu/ipu-v3/Makefile
@@ -1,4 +1,4 @@
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
+ ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-smfc.o ipu-vdi.o