mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-28 06:39:50 -04:00
The i.MX6 Video Data Order Adapter's (VDOA) sole purpose is to convert from a custom macroblock tiled format produced by the CODA960 decoder into linear formats that can be used for scanout. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7 lines
175 B
Makefile
7 lines
175 B
Makefile
ccflags-y += -I$(src)
|
|
|
|
coda-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-jpeg.o
|
|
|
|
obj-$(CONFIG_VIDEO_CODA) += coda.o
|
|
obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|