From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:42779 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932855AbcFTPNh (ORCPT ); Mon, 20 Jun 2016 11:13:37 -0400 Subject: Re: [PATCH 2/6] v4l: Fix number of zeroed high order bits in 12-bit raw format defs To: Sakari Ailus , linux-media@vger.kernel.org References: <1464353080-18300-1-git-send-email-sakari.ailus@linux.intel.com> <1464353080-18300-3-git-send-email-sakari.ailus@linux.intel.com> Cc: g.liakhovetski@gmx.de From: Hans Verkuil Message-ID: <57680809.3080609@xs4all.nl> Date: Mon, 20 Jun 2016 17:13:13 +0200 MIME-Version: 1.0 In-Reply-To: <1464353080-18300-3-git-send-email-sakari.ailus@linux.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 05/27/2016 02:44 PM, Sakari Ailus wrote: > The number of high order bits in samples was documented to be 6 for 12-bit > data. This is clearly wrong, fix it. > > Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil Thanks, Hans > --- > Documentation/DocBook/media/v4l/pixfmt-srggb12.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > index 0c8e4ad..4394101 100644 > --- a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > +++ b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > @@ -31,7 +31,7 @@ pixel image > > > Byte Order. > - Each cell is one byte, high 6 bits in high bytes are 0. > + Each cell is one byte, high 4 bits in high bytes are 0. > > > >