summaryrefslogtreecommitdiff
path: root/drivers/staging/media/hantro/Makefile
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@collabora.com>2019-12-05 17:24:43 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2019-12-16 12:28:39 +0300
commit8c2d66b036c778480787e395097e0d04bc383db4 (patch)
tree0b6163ffa2b3182be77a3b30dc56a5a0470b05ed /drivers/staging/media/hantro/Makefile
parent3143f8a123dc6ecbe1f39e92fb1081e49a1c7bf1 (diff)
downloadlinux-8c2d66b036c778480787e395097e0d04bc383db4.tar.xz
media: hantro: Support color conversion via post-processing
The Hantro G1 decoder is able to enable a post-processor on the decoding pipeline, which can be used to perform scaling and color conversion. The post-processor is integrated to the decoder, and it's possible to use it in a way that is completely transparent to the user. This commit enables color conversion via post-processing, which means the driver now exposes YUV packed, in addition to NV12. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/hantro/Makefile')
-rw-r--r--drivers/staging/media/hantro/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/hantro/Makefile b/drivers/staging/media/hantro/Makefile
index 5d6b0383d280..496b30c3c396 100644
--- a/drivers/staging/media/hantro/Makefile
+++ b/drivers/staging/media/hantro/Makefile
@@ -3,6 +3,7 @@ obj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
hantro-vpu-y += \
hantro_drv.o \
hantro_v4l2.o \
+ hantro_postproc.o \
hantro_h1_jpeg_enc.o \
hantro_g1_h264_dec.o \
hantro_g1_mpeg2_dec.o \