Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Add MIPI CSI-2 generic long packet type definition

Add a definition for MIPI CSI-2 generic long packet types. The generic
long packet types are numbered from 1 to 4.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Sakari Ailus and committed by
Hans Verkuil
2d21fef5 deb866f9

+1
+1
include/media/mipi-csi2.h
··· 19 19 #define MIPI_CSI2_DT_NULL 0x10 20 20 #define MIPI_CSI2_DT_BLANKING 0x11 21 21 #define MIPI_CSI2_DT_EMBEDDED_8B 0x12 22 + #define MIPI_CSI2_DT_GENERIC_LONG(n) (0x13 + (n) - 1) /* 1..4 */ 22 23 #define MIPI_CSI2_DT_YUV420_8B 0x18 23 24 #define MIPI_CSI2_DT_YUV420_10B 0x19 24 25 #define MIPI_CSI2_DT_YUV420_8B_LEGACY 0x1a