linux/drivers/media/v4l2-core
Marek Szyprowski f7546da1d6 media: v4l2: Add support for NV12M tiled variants to v4l2_format_info()
Commit 6f1466123d ("media: s5p-mfc: Add YV12 and I420 multiplanar
format support") added support for the new formats to s5p-mfc driver,
what in turn required some internal calls to the v4l2_format_info()
function while setting up formats. This in turn broke support for the
"old" tiled NV12MT* formats, which are not recognized by this function.
Fix this by adding those variants of NV12M pixel format to
v4l2_format_info() function database.

Fixes: 6f1466123d ("media: s5p-mfc: Add YV12 and I420 multiplanar format support")
Cc: stable@vger.kernel.org
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2025-07-12 08:34:48 +02:00
..
Kconfig
Makefile
tuner-core.c
v4l2-async.c media: v4l: add missing MODULE_DESCRIPTION() macros 2024-06-15 11:16:40 +02:00
v4l2-cci.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
v4l2-common.c media: v4l2: Add support for NV12M tiled variants to v4l2_format_info() 2025-07-12 08:34:48 +02:00
v4l2-compat-ioctl32.c
v4l2-ctrls-api.c media: v4l2-core: Introduce v4l2_query_ext_ctrl_to_v4l2_queryctrl 2025-03-05 10:43:26 +01:00
v4l2-ctrls-core.c media: v4l2-ctrls: Return the handler's error in v4l2_ctrl_handler_free() 2025-06-30 08:47:41 +02:00
v4l2-ctrls-defs.c media: v4l2-ctrls: Add average QP control 2024-06-10 10:24:30 +02:00
v4l2-ctrls-priv.h
v4l2-ctrls-request.c
v4l2-dev.c media: v4l2-dev: fix error handling in __video_register_device() 2025-05-09 11:55:06 +02:00
v4l2-device.c media: v4l: Set sub-device's owner field to the caller's module 2024-04-26 11:30:43 +01:00
v4l2-dv-timings.c media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf() 2025-03-06 17:28:27 +01:00
v4l2-event.c
v4l2-fh.c
v4l2-flash-led-class.c
v4l2-fwnode.c media: v4l: fwnode: Parse MiPI DisCo for C-PHY line-orders 2024-12-19 12:50:14 +01:00
v4l2-h264.c
v4l2-i2c.c media: v4l2-core: Replace the check for firmware registered I2C devices 2025-06-17 10:35:13 +02:00
v4l2-ioctl.c media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5 2025-07-11 19:27:30 +02:00
v4l2-jpeg.c media: v4l2-jpeg: Remove unused v4l2_jpeg_parse_* wrappers 2025-06-17 10:35:17 +02:00
v4l2-mc.c media: mc: fix endpoint iteration 2024-12-19 12:50:17 +01:00
v4l2-mem2mem.c media: v4l2: Add mem2mem helpers for REMOVE_BUFS ioctl 2024-03-25 12:00:44 +01:00
v4l2-spi.c media: v4l: Set sub-device's owner field to the caller's module 2024-04-26 11:30:43 +01:00
v4l2-subdev-priv.h
v4l2-subdev.c media: v4l2-subdev: Add debug prints to v4l2_subdev_collect_streams() 2025-07-10 11:32:23 +02:00
v4l2-trace.c
v4l2-vp9.c