media: v4l2-ioctl: add missing pixelformats
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 26 Jun 2019 11:07:45 +0000 (07:07 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Jul 2019 18:00:27 +0000 (14:00 -0400)
commit4747bd0f4179858d00498becc3b26c92c8e9724a
tree1a90f7f6677be858ac520726cf99f6786520dcf0
parent3f98538c7673e5306a126fd3cb7e0a84abc170ee
media: v4l2-ioctl: add missing pixelformats

The v4l_fill_fmtdesc() is supposed to be updated whenever a new pixelformat
is added, but a bunch of recently added pixelformats were forgotten.

Update the list.

Also change a few lower case words to upper case to keep the same style.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
[hverkuil-cisco@xs4all.nl: changed 1-5-5-5 to 5-5-5-1 as per Laurent's suggestion]
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/v4l2-core/v4l2-ioctl.c