{"id":22827,"url":"https://patchwork.libcamera.org/api/1.1/patches/22827/?format=json","web_url":"https://patchwork.libcamera.org/patch/22827/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250223230403.1226-6-laurent.pinchart@ideasonboard.com>","date":"2025-02-23T23:03:53","name":"[05/15] libipa: awb: Replace reference to pipeline handle with IPA module","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"d4134f94853e61bd943ed1827dc2f80d48fae2e0","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/22827/mbox/","series":[{"id":5012,"url":"https://patchwork.libcamera.org/api/1.1/series/5012/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5012","date":"2025-02-23T23:03:48","name":"libipa: awb: Drive-by fixes","version":1,"mbox":"https://patchwork.libcamera.org/series/5012/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22827/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22827/checks/","tags":{},"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 41CE4BDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 23 Feb 2025 23:04:39 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id A648F686BC;\n\tMon, 24 Feb 2025 00:04:37 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4EDA4686C3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 24 Feb 2025 00:04:27 +0100 (CET)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 43A0D82A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 24 Feb 2025 00:03:01 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"ZD/h/icM\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1740351781;\n\tbh=R6MZa8ChG9gltIIyFBXjsSWspkZFu8b1fIHLuIldtdw=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=ZD/h/icMQM2nfqrg+N2PVu2i2A5l4ygjBCIxuuT7fLaJeae8JIwqp08swtWpGLVNy\n\tCzdjCy68XLUDO3BdGYAYxVOeTlRZLzNk2CWAkhzFtGh9zJUzjQYgLFL66Sg/nAih95\n\t4GMVgSwPI8PqEX47ByGsy/YaXyV08Ncsd+6J0BUE=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH 05/15] libipa: awb: Replace reference to pipeline handle with\n\tIPA module","Date":"Mon, 24 Feb 2025 01:03:53 +0200","Message-ID":"<20250223230403.1226-6-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.45.3","In-Reply-To":"<20250223230403.1226-1-laurent.pinchart@ideasonboard.com>","References":"<20250223230403.1226-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","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>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The AwbStats documentation incorrectly references pipeline handlers when\nit means IPA modules. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/ipa/libipa/awb.cpp | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)","diff":"diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp\nindex b5aeb472f1f1..1c4f2330ec6c 100644\n--- a/src/ipa/libipa/awb.cpp\n+++ b/src/ipa/libipa/awb.cpp\n@@ -43,8 +43,8 @@ namespace ipa {\n  * \\class AwbStats\n  * \\brief An abstraction class wrapping hardware-specific AWB statistics\n  *\n- * Pipeline handlers using an AWB algorithm based on the AwbAlgorithm class need\n- * to implement this class to give the algorithm access to the hardware-specific\n+ * IPA modules using an AWB algorithm based on the AwbAlgorithm class need to\n+ * implement this class to give the algorithm access to the hardware-specific\n  * statistics data.\n  */\n \n","prefixes":["05/15"]}