linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [yavta PATCH v2 3/3] yavta: Add support for 10-bit packed raw bayer formats
Date: Mon, 15 Dec 2014 19:57:44 +0200	[thread overview]
Message-ID: <7095536.9mhnFqSS07@avalon> (raw)
In-Reply-To: <1418660809-30548-4-git-send-email-sakari.ailus@linux.intel.com>

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@linux.intel.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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


      reply	other threads:[~2014-12-15 17:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 16:26 [yavta PATCH v2 0/3] Support data_offset and 10-bit packed raw bayer formats Sakari Ailus
2014-12-15 16:26 ` [yavta PATCH v2 1/3] yavta: Implement data_offset support for multi plane buffers Sakari Ailus
2014-12-15 18:33   ` Laurent Pinchart
2014-12-15 16:26 ` [yavta PATCH v2 2/3] yavta: Update headers from upstream kernel Sakari Ailus
2014-12-15 17:56   ` Laurent Pinchart
2014-12-15 16:26 ` [yavta PATCH v2 3/3] yavta: Add support for 10-bit packed raw bayer formats Sakari Ailus
2014-12-15 17:57   ` Laurent Pinchart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7095536.9mhnFqSS07@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).