From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757214AbcIGJYL (ORCPT ); Wed, 7 Sep 2016 05:24:11 -0400 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:54050 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756206AbcIGJYJ (ORCPT ); Wed, 7 Sep 2016 05:24:09 -0400 Subject: Re: [PATCH 2/4] docs-rst: Add compressed video formats used on MT8173 codec driver To: Tiffany Lin , Hans Verkuil , Laurent Pinchart , Mauro Carvalho Chehab , Matthias Brugger , Daniel Kurtz , Pawel Osciak References: <1473231403-14900-1-git-send-email-tiffany.lin@mediatek.com> <1473231403-14900-2-git-send-email-tiffany.lin@mediatek.com> <1473231403-14900-3-git-send-email-tiffany.lin@mediatek.com> Cc: Eddie Huang , Yingjoe Chen , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org From: Hans Verkuil Message-ID: <246f1aca-0b46-b2f1-edd0-158a2a07b1d9@xs4all.nl> Date: Wed, 7 Sep 2016 11:23:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1473231403-14900-3-git-send-email-tiffany.lin@mediatek.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/07/16 08:56, Tiffany Lin wrote: > Add V4L2_PIX_FMT_MT21C documentation > > Signed-off-by: Tiffany Lin > --- > Documentation/media/uapi/v4l/pixfmt-reserved.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/media/uapi/v4l/pixfmt-reserved.rst b/Documentation/media/uapi/v4l/pixfmt-reserved.rst > index 0dd2f7f..2e21fbc 100644 > --- a/Documentation/media/uapi/v4l/pixfmt-reserved.rst > +++ b/Documentation/media/uapi/v4l/pixfmt-reserved.rst > @@ -339,7 +339,13 @@ please make a proposal on the linux-media mailing list. > array. Anything what's in between the UYVY lines is JPEG data and > should be concatenated to form the JPEG stream. > > + - .. _V4L2-PIX-FMT-MT21C: > > + - ``V4L2_PIX_FMT_MT21C`` > + > + - 'MT21C' > + > + - Compressed two-planar YVU420 format used by Mediatek MT8173. This really needs to be expanded. Ideally this should reference the precise specification of this format if available. It certainly should explain which HW blocks of the mediatek SoC use this format, it should explain that is it meant as an opaque intermediate format between those blocks. If you have some characteristics (i.e. is it lossy or lossless compression, I presume it's lossless), then that will be useful to add as well. We like to have as much information about formats as possible. Regards, Hans > > .. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}| > >