From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D2FB130DD3A for ; Wed, 3 Sep 2025 14:25:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756909534; cv=none; b=meVgNHpcRcLflLuSUirs1QBumyXQo9aSYxs/j/9CXKQhZ1NkiD7QSV+//E/CgMqvbM8AsA/dXoWu4yp8C2kbYVuB8jcQn+Mqj7cfN+ybZRenWefZhm2VV/mDyycOFWbTgyVy/f7DjdvRH2/Rw3iMPxPDc2DLrsxG+ok9/WbqKm4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756909534; c=relaxed/simple; bh=HnOBAWDnn9u/oQCRwiaXOP1ENjMTBRo1ljPs9fneqZw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PzJ4juTpBn4CohidKET6w9aI6nPHENznaIklPfiWYd6QiwRJcOx2L5g8ERd9ZWJ2e7IkO6zNRF51ojj9LA9N3jnDNNab5udUpFmrgPW6ROPwsud2HI5MRBwBhv3S5YMO8CPtwLEjG8pHZ9wTGXBnh0/NWBpZ4Gq45pCH0kjNZ3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=LiKN5RGi; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="LiKN5RGi" Received: from pendragon.ideasonboard.com (230.215-178-91.adsl-dyn.isp.belgacom.be [91.178.215.230]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 6FBC08BF; Wed, 3 Sep 2025 16:24:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1756909461; bh=HnOBAWDnn9u/oQCRwiaXOP1ENjMTBRo1ljPs9fneqZw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LiKN5RGiyGaC2anH5p+KdFhvPlkwkWJPNnjwamceG9jfOUdDKAJjY2oHsn7+l3vzX jaYL63boTmrGaUr/M2ljQnTh9lEEHUK0B3Pp2JVyB6s/oTT7yGRpWpSZUziSnYRYqU qVtNIHQYQnL5Gc5m54yDorH7ve4LZwpkvL821Fw8= Date: Wed, 3 Sep 2025 16:25:09 +0200 From: Laurent Pinchart To: Jacopo Mondi Cc: Sakari Ailus , linux-media@vger.kernel.org, hans@jjverkuil.nl, Prabhakar , Kate Hsuan , Alexander Shiyan , Dave Stevenson , Tommaso Merciai , Umang Jain , Benjamin Mugnier , Sylvain Petinot , Christophe JAILLET , Julien Massot , Naushir Patuck , "Yan, Dongcheng" , "Cao, Bingbu" , "Qiu, Tian Shu" , "Wang, Hongju" , Stefan Klug , Mirela Rabulea , =?utf-8?B?QW5kcsOp?= Apitzsch , Heimir Thor Sverrisson , Kieran Bingham , Stanislaw Gruszka , Mehdi Djait , Ricardo Ribalda Delgado , Hans de Goede , Tomi Valkeinen Subject: Re: [PATCH v11 16/66] media: Documentation: Reference color pattern control in format docs Message-ID: <20250903142509.GK3648@pendragon.ideasonboard.com> References: <20250825095107.1332313-1-sakari.ailus@linux.intel.com> <20250825095107.1332313-17-sakari.ailus@linux.intel.com> <6ebtnjvazvjinprgp5ejdj5otknubr2lkdth7w72kybygwlowi@ejbr4ot7stum> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6ebtnjvazvjinprgp5ejdj5otknubr2lkdth7w72kybygwlowi@ejbr4ot7stum> On Mon, Sep 01, 2025 at 03:51:21PM +0200, Jacopo Mondi wrote: > On Mon, Aug 25, 2025 at 12:50:17PM +0300, Sakari Ailus wrote: > > Refer to the color pattern control in the generic raw pixelformat > > documentation. > > Either move this after patch #19 that introduces the control, or > squash it with #15 that introduce the generic RAW pixel format Agreed, this should go after the introduction of the control. Reviewed-by: Laurent Pinchart > Either ways > Reviewed-by: Jacopo Mondi > > > > > Signed-off-by: Sakari Ailus > > --- > > Documentation/userspace-api/media/v4l/pixfmt-raw-generic.rst | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/userspace-api/media/v4l/pixfmt-raw-generic.rst b/Documentation/userspace-api/media/v4l/pixfmt-raw-generic.rst > > index 9fda7a36cd3a..034d4f3e0499 100644 > > --- a/Documentation/userspace-api/media/v4l/pixfmt-raw-generic.rst > > +++ b/Documentation/userspace-api/media/v4l/pixfmt-raw-generic.rst > > @@ -13,7 +13,10 @@ Description > > > > These generic raw image data formats define the memory layout of the data > > without defining the order of the pixels in the format or even the CFA (Colour > > -Filter Array) itself. See also :ref:`source routes `. > > +Filter Array) itself. These formats may only be used with a Media Controller > > +pipeline where the more specific format is reported by the > > +:ref:`V4L2_CID_COLOR_PATTERN ` control on > > +the source sub-device. See also :ref:`source routes `. > > > > .. _v4l2-pix-fmt-raw-8: > > -- Regards, Laurent Pinchart