]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: tc358746: add support for 8/10/12/14-bit RAW Bayer formats
authorMatthias Fend <matthias.fend@emfend.at>
Tue, 7 Jan 2025 16:07:00 +0000 (17:07 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 25 Feb 2025 08:07:25 +0000 (09:07 +0100)
commit44967f0933f6672e07e599c0bf229a78f1dbf203
treeb03118255566644d616ee7d40fd429c6b5e26467
parentc2b96a6818159fba8a3bcc38262da9e77f9b3ec7
media: tc358746: add support for 8/10/12/14-bit RAW Bayer formats

The TC358746 supports RAW formats with 8, 10, 12, and 14-bit depths. Since
pixel data is transported transparently without modifying the pixel
arrangement, all Bayer patterns (RGGB, BGGR, GRBG, GBRG) are supported.

Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/tc358746.c