From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:54026 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1161381AbdAEKbO (ORCPT ); Thu, 5 Jan 2017 05:31:14 -0500 Date: Thu, 5 Jan 2017 12:30:37 +0200 From: Sakari Ailus To: Randy Li Cc: dri-devel@lists.freedesktop.org, ville.syrjala@linux.intel.com, randy.li@rock-chips.com, linux-kernel@vger.kernel.org, daniel.vetter@intel.com, mchehab@kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats Message-ID: <20170105103037.GT3958@valkosipuli.retiisi.org.uk> References: <1483547351-5792-1-git-send-email-ayaka@soulik.info> <1483547351-5792-3-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483547351-5792-3-git-send-email-ayaka@soulik.info> Sender: linux-media-owner@vger.kernel.org List-ID: Hi Randy, Thanks for the update. On Thu, Jan 05, 2017 at 12:29:11AM +0800, Randy Li wrote: > The formats added by this patch are: > V4L2_PIX_FMT_P010 > V4L2_PIX_FMT_P010M > V4L2_PIX_FMT_P016 > V4L2_PIX_FMT_P016M > Currently, none of driver uses those format, but some video device > has been confirmed with could as those format for video output. > The Rockchip's new decoder has supported those 10 bits format for > profile_10 HEVC/AVC video. > > Signed-off-by: Randy Li > > v4l2 > --- > Documentation/media/uapi/v4l/pixfmt-p010.rst | 86 ++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p010m.rst | 94 ++++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p016.rst | 126 ++++++++++++++++++++++++ > Documentation/media/uapi/v4l/pixfmt-p016m.rst | 136 ++++++++++++++++++++++++++ You need to include the formats in pixfmt.rst in order to compile the documentation. $ make htmldocs And you'll find it in Documentation/output/media/uapi/v4l/v4l2.html . In Debian you'll need to install sphinx-common and python3-sphinx-rtd-theme . Regarding P010 and the rest --- I'm fine with that, considering also that NV12 was never a great name for a format... -- Kind regards, Sakari Ailus e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk