[{"id":26411,"web_url":"https://patchwork.libcamera.org/comment/26411/","msgid":"<20230206175317.uvylxrnye2pehipo@uno.localdomain>","date":"2023-02-06T17:53:17","subject":"Re: [libcamera-devel] [PATCH v1 0/4] Misc fixes for transformation\n\thandling","submitter":{"id":143,"url":"https://patchwork.libcamera.org/api/people/143/","name":"Jacopo Mondi","email":"jacopo.mondi@ideasonboard.com"},"content":"Hi Laurent\n\nOn Mon, Feb 06, 2023 at 07:03:52PM +0200, Laurent Pinchart via libcamera-devel wrote:\n> Hello,\n>\n> This small series include misc fixes for the transformation handling\n> patches that have been merged recently. Please see individual patches\n> for details.\n>\n\nThanks for fixing the leftovers!\n\nReviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>\n\nI'll send a patch for the V4L2SubdeviceFormat based on thi series\n\n> Laurent Pinchart (4):\n>   libcamera: camera_sensor: Demote flip support message to Debug\n>   libcamera: camera_sensor: Fix typo in comment\n>   pipeline: ipu3: Drop unused code\n>   pipeline: raspberrypi: Drop unused code\n>\n>  src/libcamera/camera_sensor.cpp               |  6 +++---\n>  src/libcamera/pipeline/ipu3/ipu3.cpp          |  8 -------\n>  .../pipeline/raspberrypi/raspberrypi.cpp      | 21 +++++++------------\n>  3 files changed, 11 insertions(+), 24 deletions(-)\n>\n>\n> base-commit: 6cf637eb253a68edebe59505bea55435fafb00cd\n> --\n> Regards,\n>\n> Laurent Pinchart\n>","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 DE678BEFBE\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon,  6 Feb 2023 17:53:34 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 1F86F61EF4;\n\tMon,  6 Feb 2023 18:53:34 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3611A603B8\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  6 Feb 2023 18:53:32 +0100 (CET)","from ideasonboard.com (host-79-35-57-126.retail.telecomitalia.it\n\t[79.35.57.126])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 7083C4DA;\n\tMon,  6 Feb 2023 18:53:28 +0100 (CET)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1675706014;\n\tbh=J34cxZ9bLXtzXyctR0M4/jRUEb7c+ZrUMczlNU9q8Nw=;\n\th=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=UCOKBBqsdH48PEIE5DDYqpFjoPeJoT+Gh8CnfN2zWe/E8M4kw2bWpi1h7Z0NI12Cp\n\t1LdXl2WMjjerqK484IcgJ6h6d74MrmRnBJO5ScItQJcZddahjrOe6wtnhwDKON37Oe\n\tW2VopMJBDApMUGOuOANk2oQJxNA727/eYtOqx9YgFJAKGiSMzwrFxVWSjdqOGmy4Pf\n\tU1sJVTO9yhJw2AtWCD66YLjAvb4N2OUXja5mv4CK1GjxX21IUOI+I/dgU9K1ERHTKn\n\tjus7NOsmaoIfbDsZtKBcKeVXsqz/jKKQwP3GPFBD0dCxj2H4QSLDxDTFnr/w7hcjVA\n\t9E9vk4MRLV/Qw==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1675706011;\n\tbh=J34cxZ9bLXtzXyctR0M4/jRUEb7c+ZrUMczlNU9q8Nw=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=VfSUl+SOW8uCJTJXMFhj5i/26VTkLoeqL69Sji/X4gO/hvNfS2W4YqBqlG8LZsE3A\n\tL6vo1ubrH5ovZdJze2V5TdGUZap/Rc3etDysqgP10QWakSAWURF+Mpg7qTdgZAKZxT\n\tw1s2miE7F3ndgyRNALMrogaBmYf7OB8AW1tJK6OY="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"VfSUl+SO\"; dkim-atps=neutral","Date":"Mon, 6 Feb 2023 18:53:17 +0100","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","Message-ID":"<20230206175317.uvylxrnye2pehipo@uno.localdomain>","References":"<20230206170356.20340-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<20230206170356.20340-1-laurent.pinchart@ideasonboard.com>","Subject":"Re: [libcamera-devel] [PATCH v1 0/4] Misc fixes for transformation\n\thandling","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>","From":"Jacopo Mondi via libcamera-devel <libcamera-devel@lists.libcamera.org>","Reply-To":"Jacopo Mondi <jacopo.mondi@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]