mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
media: Add MIPI CSI-2 28 bits per pixel raw data type
Add CSI-2 data type for 28 bits per pixel data. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
8429b35897
commit
e74e476834
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#define MIPI_CSI2_DT_RGB565 0x22
|
||||
#define MIPI_CSI2_DT_RGB666 0x23
|
||||
#define MIPI_CSI2_DT_RGB888 0x24
|
||||
#define MIPI_CSI2_DT_RAW28 0x26
|
||||
#define MIPI_CSI2_DT_RAW24 0x27
|
||||
#define MIPI_CSI2_DT_RAW6 0x28
|
||||
#define MIPI_CSI2_DT_RAW7 0x29
|
||||
|
|
Loading…
Add table
Reference in a new issue