]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: Add NV12_4L4 tiled format
authorEzequiel Garcia <ezequiel@collabora.com>
Thu, 5 Aug 2021 02:47:51 +0000 (04:47 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 6 Aug 2021 08:53:34 +0000 (10:53 +0200)
commita76d04bf70beda3319f357c49c74b80329b2ba93
tree41c010d186ae458569ba0900cdb7f26fc3e4b6ba
parent2c35735ee683d618223461bf53b6d270ced92dd7
media: Add NV12_4L4 tiled format

This format is produced by VeriSilicon Hantro G2 and VC8000D cores.
It is a simple 4x4 tiling layout in a linear way.

The pixel format was introduced by GStreamer using FourCC VT12,
so let's stick to it.

Link: https://gstreamer.freedesktop.org/documentation/video/video-format.html
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst
drivers/media/v4l2-core/v4l2-common.c
drivers/media/v4l2-core/v4l2-ioctl.c
include/uapi/linux/videodev2.h