[{"id":11283,"web_url":"https://patchwork.libcamera.org/comment/11283/","msgid":"<20200709131945.GK3875643@oden.dyn.berto.se>","date":"2020-07-09T13:19:45","subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","submitter":{"id":5,"url":"https://patchwork.libcamera.org/api/people/5/","name":"Niklas Söderlund","email":"niklas.soderlund@ragnatech.se"},"content":"Hi Jacopo,\n\nThanks for your work.\n\nOn 2020-07-09 10:41:16 +0200, Jacopo Mondi wrote:\n> The IPU3 pipeline handler supports 2 processed RGB/YUV streams\n> and one RAW stream. Validate that the requested stream combination is\n> supported in the pipeline handler validate() implementation and return\n> an error in case it's not.\n> \n> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> ---\n>  src/libcamera/pipeline/ipu3/ipu3.cpp | 26 ++++++++++++++++++++++----\n>  1 file changed, 22 insertions(+), 4 deletions(-)\n> \n> diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> index 05e10ebb1a7d..9128e42d42ed 100644\n> --- a/src/libcamera/pipeline/ipu3/ipu3.cpp\n> +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> @@ -240,19 +240,37 @@ CameraConfiguration::Status IPU3CameraConfiguration::validate()\n>  \t}\n>  \n>  \t/*\n> -\t * Select the sensor format by collecting the maximum width and height\n> -\t * and picking the closest larger match, as the IPU3 can downscale\n> -\t * only. If no resolution is requested for any stream, or if no sensor\n> -\t * resolution is large enough, pick the largest one.\n> +\t * Validate the requested stream configuration and select the sensor\n> +\t * format by collecting the maximum width and height and picking the\n> +\t * closest larger match, as the IPU3 can downscale only. If no\n> +\t * resolution is requested for any stream, or if no sensor resolution is\n> +\t * large enough, pick the largest one.\n>  \t */\n> +\tunsigned int rawCount = 0;\n> +\tunsigned int outCount = 0;\n>  \tSize size;\n>  \n>  \tfor (const StreamConfiguration &cfg : config_) {\n> +\t\tconst PixelFormatInfo &info =\n> +\t\t\tPixelFormatInfo::info(cfg.pixelFormat);\n> +\n> +\t\tif (info.colourEncoding == PixelFormatInfo::ColourEncodingRAW)\n> +\t\t\trawCount++;\n> +\t\telse\n> +\t\t\toutCount++;\n> +\n>  \t\tif (cfg.size.width > size.width)\n>  \t\t\tsize.width = cfg.size.width;\n>  \t\tif (cfg.size.height > size.height)\n>  \t\t\tsize.height = cfg.size.height;\n>  \t}\n> +\tif (rawCount > 1 || outCount > 2) {\n> +\t\tLOG(IPU3, Error)\n> +\t\t\t<< \"Camera configuration not supported: \"\n> +\t\t\t<< \"the platform supports up to one raw stream and \"\n> +\t\t\t<< \"two processed ones.\";\n\nnit: I would not split the string literal here as it makes it harder to \ngrep for.\n\nReviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n\n> +\t\treturn Invalid;\n> +\t}\n>  \n>  \t/* Generate raw configuration from CIO2. */\n>  \tcio2Configuration_ = data_->cio2_.generateConfiguration(size);\n> -- \n> 2.27.0\n> \n> _______________________________________________\n> libcamera-devel mailing list\n> libcamera-devel@lists.libcamera.org\n> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id A5947BD790\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu,  9 Jul 2020 13:19:48 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 32E2461214;\n\tThu,  9 Jul 2020 15:19:48 +0200 (CEST)","from mail-lj1-x241.google.com (mail-lj1-x241.google.com\n\t[IPv6:2a00:1450:4864:20::241])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B3A0461184\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  9 Jul 2020 15:19:46 +0200 (CEST)","by mail-lj1-x241.google.com with SMTP id b25so2352683ljp.6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 09 Jul 2020 06:19:46 -0700 (PDT)","from localhost (h-209-203.A463.priv.bahnhof.se. [155.4.209.203])\n\tby smtp.gmail.com with ESMTPSA id\n\t11sm793660ljw.69.2020.07.09.06.19.45\n\t(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n\tThu, 09 Jul 2020 06:19:45 -0700 (PDT)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=ragnatech-se.20150623.gappssmtp.com\n\theader.i=@ragnatech-se.20150623.gappssmtp.com\n\theader.b=\"aI7SeFP7\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=ragnatech-se.20150623.gappssmtp.com; s=20150623;\n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:content-transfer-encoding:in-reply-to;\n\tbh=y/6Dl55wUZYGSCwmYl67p0HksfN4usyxpdyxNg5F28U=;\n\tb=aI7SeFP7ij6Twu32TFLDG2B0Ph1ZqmyXqU5MQDA20tVurh/jI/vICD4jjxDQd3gtZM\n\tB4+YyGCVTk2zWfa6TGtmL2EksBuvKTjCGyaTrIaM08IJ33zDkmsSOLGw0jWKBi9BcPKx\n\tcyX25+BBW+xIVYmGAjKAwkUstnrwIBLgko8RhHIty/snslDDMIbTGSZl/BAK2I5oOBT8\n\tNWI1DeOxflNDVMT0X/2gF2JOD19QOdAUznesvLjZmN9TB3IsQJkpcHL7zy/QIAv8t/LM\n\tdWJhudqgzQyqjPDvYNS05BkyFcGqp467BDI2wshKHLWLEtcdKGzu4lT4tF1j7HqpDKG2\n\twW/w==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:content-transfer-encoding\n\t:in-reply-to;\n\tbh=y/6Dl55wUZYGSCwmYl67p0HksfN4usyxpdyxNg5F28U=;\n\tb=FZ/jWtzX0ke6m+Tb4ijGJpLqEUu0aXLcK6NJYqUvT1/7nLJWl15mjRYJp9M8hX9PH+\n\tDLKQF2sKM5kgD8wu+xmAtM331JzELCVRgOJgk+3VcwpBvmFehnMg1nKhneI7ErsvPEJ9\n\tGjMCpWejO7gZEv9aeZ4H+VZT867x64EdWuZYm/sJDrqaFU7qHV2oMNZjMBPc8z19iA2x\n\tdhmrSjdqLTX+BNIdnQ5Lqs9KvKoLs0rJcRR/YzMOQVxblw/bG7ysdlre4XRO1prijEJJ\n\tcGA+OoOpdlDZoWmE9wCBjnxwruhp+h+CDDH/nLMHrU6flB+A1uR8FuGzQz7Fntb2MgKG\n\t/3yQ==","X-Gm-Message-State":"AOAM530tcz66vxV0GlXoAc1/wSnQkYGh0rHCWat6yxdUNnfRSkLRQC7L\n\trOnz75+Qjiig7CAnatxrY4yujLw9WdA=","X-Google-Smtp-Source":"ABdhPJzJa2Mu4xBsdAuyJj1bxVfnmkLXSiYvNwtGmJLFwZBS9DW1zc1aHJfYjWYIJw2BNnk2400HEg==","X-Received":"by 2002:a2e:9594:: with SMTP id\n\tw20mr34775330ljh.26.1594300786088; \n\tThu, 09 Jul 2020 06:19:46 -0700 (PDT)","Date":"Thu, 9 Jul 2020 15:19:45 +0200","From":"Niklas =?iso-8859-1?q?S=F6derlund?= <niklas.soderlund@ragnatech.se>","To":"Jacopo Mondi <jacopo@jmondi.org>","Message-ID":"<20200709131945.GK3875643@oden.dyn.berto.se>","References":"<20200709084128.5316-1-jacopo@jmondi.org>\n\t<20200709084128.5316-9-jacopo@jmondi.org>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20200709084128.5316-9-jacopo@jmondi.org>","Subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"iso-8859-1\"","Content-Transfer-Encoding":"quoted-printable","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":11306,"web_url":"https://patchwork.libcamera.org/comment/11306/","msgid":"<20200710070934.twqnmkbbearh3qyg@uno.localdomain>","date":"2020-07-10T07:09:34","subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"content":"Hi Niklas,\n\nOn Thu, Jul 09, 2020 at 03:19:45PM +0200, Niklas Söderlund wrote:\n> Hi Jacopo,\n>\n> Thanks for your work.\n>\n> On 2020-07-09 10:41:16 +0200, Jacopo Mondi wrote:\n> > The IPU3 pipeline handler supports 2 processed RGB/YUV streams\n> > and one RAW stream. Validate that the requested stream combination is\n> > supported in the pipeline handler validate() implementation and return\n> > an error in case it's not.\n> >\n> > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> > ---\n> >  src/libcamera/pipeline/ipu3/ipu3.cpp | 26 ++++++++++++++++++++++----\n> >  1 file changed, 22 insertions(+), 4 deletions(-)\n> >\n> > diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > index 05e10ebb1a7d..9128e42d42ed 100644\n> > --- a/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > @@ -240,19 +240,37 @@ CameraConfiguration::Status IPU3CameraConfiguration::validate()\n> >  \t}\n> >\n> >  \t/*\n> > -\t * Select the sensor format by collecting the maximum width and height\n> > -\t * and picking the closest larger match, as the IPU3 can downscale\n> > -\t * only. If no resolution is requested for any stream, or if no sensor\n> > -\t * resolution is large enough, pick the largest one.\n> > +\t * Validate the requested stream configuration and select the sensor\n> > +\t * format by collecting the maximum width and height and picking the\n> > +\t * closest larger match, as the IPU3 can downscale only. If no\n> > +\t * resolution is requested for any stream, or if no sensor resolution is\n> > +\t * large enough, pick the largest one.\n> >  \t */\n> > +\tunsigned int rawCount = 0;\n> > +\tunsigned int outCount = 0;\n> >  \tSize size;\n> >\n> >  \tfor (const StreamConfiguration &cfg : config_) {\n> > +\t\tconst PixelFormatInfo &info =\n> > +\t\t\tPixelFormatInfo::info(cfg.pixelFormat);\n> > +\n> > +\t\tif (info.colourEncoding == PixelFormatInfo::ColourEncodingRAW)\n> > +\t\t\trawCount++;\n> > +\t\telse\n> > +\t\t\toutCount++;\n> > +\n> >  \t\tif (cfg.size.width > size.width)\n> >  \t\t\tsize.width = cfg.size.width;\n> >  \t\tif (cfg.size.height > size.height)\n> >  \t\t\tsize.height = cfg.size.height;\n> >  \t}\n> > +\tif (rawCount > 1 || outCount > 2) {\n> > +\t\tLOG(IPU3, Error)\n> > +\t\t\t<< \"Camera configuration not supported: \"\n> > +\t\t\t<< \"the platform supports up to one raw stream and \"\n> > +\t\t\t<< \"two processed ones.\";\n>\n> nit: I would not split the string literal here as it makes it harder to\n> grep for.\n\nYeah, we usually don't do that.\n\nI'll find a shorter message\n\n>\n> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n>\n> > +\t\treturn Invalid;\n> > +\t}\n> >\n> >  \t/* Generate raw configuration from CIO2. */\n> >  \tcio2Configuration_ = data_->cio2_.generateConfiguration(size);\n> > --\n> > 2.27.0\n> >\n> > _______________________________________________\n> > libcamera-devel mailing list\n> > libcamera-devel@lists.libcamera.org\n> > https://lists.libcamera.org/listinfo/libcamera-devel\n>\n> --\n> Regards,\n> Niklas Söderlund","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id E7523BD790\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 10 Jul 2020 07:06:02 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id C36CC6138F;\n\tFri, 10 Jul 2020 09:06:02 +0200 (CEST)","from relay12.mail.gandi.net (relay12.mail.gandi.net\n\t[217.70.178.232])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5D21161253\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 10 Jul 2020 09:06:01 +0200 (CEST)","from uno.localdomain (host-95-245-128-189.retail.telecomitalia.it\n\t[95.245.128.189]) (Authenticated sender: jacopo@jmondi.org)\n\tby relay12.mail.gandi.net (Postfix) with ESMTPSA id ABC8E200007;\n\tFri, 10 Jul 2020 07:06:00 +0000 (UTC)"],"Date":"Fri, 10 Jul 2020 09:09:34 +0200","From":"Jacopo Mondi <jacopo@jmondi.org>","To":"Niklas =?utf-8?q?S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>","Message-ID":"<20200710070934.twqnmkbbearh3qyg@uno.localdomain>","References":"<20200709084128.5316-1-jacopo@jmondi.org>\n\t<20200709084128.5316-9-jacopo@jmondi.org>\n\t<20200709131945.GK3875643@oden.dyn.berto.se>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20200709131945.GK3875643@oden.dyn.berto.se>","Subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":11315,"web_url":"https://patchwork.libcamera.org/comment/11315/","msgid":"<20200710085642.GF5964@pendragon.ideasonboard.com>","date":"2020-07-10T08:56:42","subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Jacopo,\n\nThank you for the patch.\n\nOn Fri, Jul 10, 2020 at 09:09:34AM +0200, Jacopo Mondi wrote:\n> On Thu, Jul 09, 2020 at 03:19:45PM +0200, Niklas Söderlund wrote:\n> > On 2020-07-09 10:41:16 +0200, Jacopo Mondi wrote:\n> > > The IPU3 pipeline handler supports 2 processed RGB/YUV streams\n> > > and one RAW stream. Validate that the requested stream combination is\n> > > supported in the pipeline handler validate() implementation and return\n> > > an error in case it's not.\n> > >\n> > > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> > > ---\n> > >  src/libcamera/pipeline/ipu3/ipu3.cpp | 26 ++++++++++++++++++++++----\n> > >  1 file changed, 22 insertions(+), 4 deletions(-)\n> > >\n> > > diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > > index 05e10ebb1a7d..9128e42d42ed 100644\n> > > --- a/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > > +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp\n> > > @@ -240,19 +240,37 @@ CameraConfiguration::Status IPU3CameraConfiguration::validate()\n> > >  \t}\n> > >\n> > >  \t/*\n> > > -\t * Select the sensor format by collecting the maximum width and height\n> > > -\t * and picking the closest larger match, as the IPU3 can downscale\n> > > -\t * only. If no resolution is requested for any stream, or if no sensor\n> > > -\t * resolution is large enough, pick the largest one.\n> > > +\t * Validate the requested stream configuration and select the sensor\n> > > +\t * format by collecting the maximum width and height and picking the\n> > > +\t * closest larger match, as the IPU3 can downscale only. If no\n> > > +\t * resolution is requested for any stream, or if no sensor resolution is\n> > > +\t * large enough, pick the largest one.\n> > >  \t */\n> > > +\tunsigned int rawCount = 0;\n> > > +\tunsigned int outCount = 0;\n> > >  \tSize size;\n> > >\n> > >  \tfor (const StreamConfiguration &cfg : config_) {\n> > > +\t\tconst PixelFormatInfo &info =\n> > > +\t\t\tPixelFormatInfo::info(cfg.pixelFormat);\n> > > +\n> > > +\t\tif (info.colourEncoding == PixelFormatInfo::ColourEncodingRAW)\n> > > +\t\t\trawCount++;\n> > > +\t\telse\n> > > +\t\t\toutCount++;\n> > > +\n> > >  \t\tif (cfg.size.width > size.width)\n> > >  \t\t\tsize.width = cfg.size.width;\n> > >  \t\tif (cfg.size.height > size.height)\n> > >  \t\t\tsize.height = cfg.size.height;\n> > >  \t}\n> > > +\tif (rawCount > 1 || outCount > 2) {\n> > > +\t\tLOG(IPU3, Error)\n> > > +\t\t\t<< \"Camera configuration not supported: \"\n> > > +\t\t\t<< \"the platform supports up to one raw stream and \"\n> > > +\t\t\t<< \"two processed ones.\";\n> >\n> > nit: I would not split the string literal here as it makes it harder to\n> > grep for.\n> \n> Yeah, we usually don't do that.\n> \n> I'll find a shorter message\n\nI would also make it a Debug message. It can occur during normal\noperation.\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n> > Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n> >\n> > > +\t\treturn Invalid;\n> > > +\t}\n> > >\n> > >  \t/* Generate raw configuration from CIO2. */\n> > >  \tcio2Configuration_ = data_->cio2_.generateConfiguration(size);","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id C11C2BD790\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 10 Jul 2020 08:56:50 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 53382613B3;\n\tFri, 10 Jul 2020 10:56:50 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id AD91661396\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 10 Jul 2020 10:56:49 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2DDA42C0;\n\tFri, 10 Jul 2020 10:56:49 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"YKNMM2ki\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1594371409;\n\tbh=SGUlqHLDLeWZLoCh57Xy6thW5O2e6qIgEuezKxUxjyw=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=YKNMM2ki3OlMSxEAcgW9aory457eM/MBRwZJMpAmFu6Fu8+nAvHbYm6+2c6qlraBX\n\tpPPiqmu5GA+uAhL/k+tpJuyJYb1CS6NM8vao+F7Cd1g9zMtMoFU9MNTLeOEDZYp707\n\tslDUjOwoR7IS9iHuKw2y9JbbOoZrUUUbvwwf8D7A=","Date":"Fri, 10 Jul 2020 11:56:42 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Jacopo Mondi <jacopo@jmondi.org>","Message-ID":"<20200710085642.GF5964@pendragon.ideasonboard.com>","References":"<20200709084128.5316-1-jacopo@jmondi.org>\n\t<20200709084128.5316-9-jacopo@jmondi.org>\n\t<20200709131945.GK3875643@oden.dyn.berto.se>\n\t<20200710070934.twqnmkbbearh3qyg@uno.localdomain>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20200710070934.twqnmkbbearh3qyg@uno.localdomain>","Subject":"Re: [libcamera-devel] [PATCH v2 08/20] libcamera: ipu3: Validate\n\tthe stream combination","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]