]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: v4l2-common: Add YUV24 format info
authorNas Chung <nas.chung@chipsnmedia.com>
Wed, 15 Apr 2026 09:25:21 +0000 (18:25 +0900)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 4 May 2026 07:31:04 +0000 (09:31 +0200)
commit968b741872914a15363af0daf24ed2e82ec355f3
treeda131480a25ad86f6287801b044554a24e477bb2
parent94826832483708d4386226e6d966dd946f37a2bf
media: v4l2-common: Add YUV24 format info

The YUV24 format is missing an entry in the v4l2_format_info().
The YUV24 format is the packed YUV 4:4:4 formats with 8 bits
per component.

Fixes: 0376a51fbe5e ("media: v4l: Add packed YUV444 24bpp pixel format")
Signed-off-by: Nas Chung <nas.chung@chipsnmedia.com>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/v4l2-core/v4l2-common.c