Hi Sakari, Thank you for the patch. On Monday 15 December 2014 18:26:49 Sakari Ailus wrote: > Add support for these pixel formats: > > V4L2_PIX_FMT_SBGGR10P > V4L2_PIX_FMT_SGBRG10P > V4L2_PIX_FMT_SGRBG10P > V4L2_PIX_FMT_SRGGB10P > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > yavta.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/yavta.c b/yavta.c > index 003d6ba..f40562a 100644 > --- a/yavta.c > +++ b/yavta.c > @@ -202,6 +202,10 @@ static struct v4l2_format_info { > { "SGBRG10", V4L2_PIX_FMT_SGBRG10, 1 }, > { "SGRBG10", V4L2_PIX_FMT_SGRBG10, 1 }, > { "SRGGB10", V4L2_PIX_FMT_SRGGB10, 1 }, > + { "SBGGR10P", V4L2_PIX_FMT_SBGGR10P, 1 }, > + { "SGBRG10P", V4L2_PIX_FMT_SGBRG10P, 1 }, > + { "SGRBG10P", V4L2_PIX_FMT_SGRBG10P, 1 }, > + { "SRGGB10P", V4L2_PIX_FMT_SRGGB10P, 1 }, > { "SBGGR12", V4L2_PIX_FMT_SBGGR12, 1 }, > { "SGBRG12", V4L2_PIX_FMT_SGBRG12, 1 }, > { "SGRBG12", V4L2_PIX_FMT_SGRBG12, 1 }, -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html