Commit dd6aa1e1 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Hans Verkuil
Browse files

media: uapi: pixfmt-luma: Document MIPI CSI-2 packing



The Y10P, Y12P and Y14P format variants are packed according to
the RAW10, RAW12 and RAW14 formats as defined by the MIPI CSI-2
specification. Document it.

Signed-off-by: default avatarJacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarNaushir Patuck <naush@raspberrypi.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 23558d80
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -209,3 +209,7 @@ are often referred to as greyscale formats.
    For Y012 and Y12 formats, Y012 places its data in the 12 high bits, with
    padding zeros in the 4 low bits, in contrast to the Y12 format, which has
    its padding located in the most significant bits of the 16 bit word.

    The 'P' variations of the Y10, Y12 and Y14 formats are packed according to
    the RAW10, RAW12 and RAW14 packing scheme as defined by the MIPI CSI-2
    specification.