diff options
author | Todor Tomov <todor.tomov@linaro.org> | 2018-07-25 18:38:12 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-08-02 12:07:05 +0200 |
commit | 6e15bec49f366511ec024a556505316222ef4ade (patch) | |
tree | 2f9575bb638a172d19410c67ec9b99a00c21734d /Documentation/media/uapi/v4l/yuv-formats.rst | |
parent | media: v4l: Add new 2X8 10-bit grayscale media bus code (diff) | |
download | linux-6e15bec49f366511ec024a556505316222ef4ade.tar.xz linux-6e15bec49f366511ec024a556505316222ef4ade.zip |
media: v4l: Add new 10-bit packed grayscale format
The new format will be called V4L2_PIX_FMT_Y10P.
It is similar to the V4L2_PIX_FMT_SBGGR10P family formats
but V4L2_PIX_FMT_Y10P is a grayscale format.
Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/v4l/yuv-formats.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/yuv-formats.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/media/uapi/v4l/yuv-formats.rst b/Documentation/media/uapi/v4l/yuv-formats.rst index 3334ea445657..9ab0592d08da 100644 --- a/Documentation/media/uapi/v4l/yuv-formats.rst +++ b/Documentation/media/uapi/v4l/yuv-formats.rst @@ -29,6 +29,7 @@ to brightness information. pixfmt-y10 pixfmt-y12 pixfmt-y10b + pixfmt-y10p pixfmt-y16 pixfmt-y16-be pixfmt-y8i |