{"id":24994,"url":"https://patchwork.libcamera.org/api/1.1/patches/24994/?format=json","web_url":"https://patchwork.libcamera.org/patch/24994/","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":"<20251111141152.1179099-1-rui.wang@ideasonboard.com>","date":"2025-11-11T14:11:34","name":"[v1] ipa: rkisp1: dpf: Enable strength after enable Dpf","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"d9d9bed3da4a5aa9a3e04ed22a68cadd08e3b227","submitter":{"id":241,"url":"https://patchwork.libcamera.org/api/1.1/people/241/?format=json","name":"Rui Wang","email":"rui.wang@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/24994/mbox/","series":[{"id":5578,"url":"https://patchwork.libcamera.org/api/1.1/series/5578/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5578","date":"2025-11-11T14:11:34","name":"[v1] ipa: rkisp1: dpf: Enable strength after enable Dpf","version":1,"mbox":"https://patchwork.libcamera.org/series/5578/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/24994/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/24994/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 321A7C3241\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 11 Nov 2025 14:11:58 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 82C60606D5;\n\tTue, 11 Nov 2025 15:11:57 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 17387606A0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 11 Nov 2025 15:11:56 +0100 (CET)","from rui-Precision-7560.local (unknown [209.216.122.90])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 21E6143;\n\tTue, 11 Nov 2025 15:09:57 +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=\"BxeAX4VW\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1762870197;\n\tbh=x9u3ebRjXYSB1DDO701/+1EJqBqK/snOiGp6Mn+GN9o=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=BxeAX4VW7+NxKHP0vxprETYVgWyUQ0b7xCwOC2Tb1G6aC4ysNHNdJdx0heHUhm+pj\n\tR9CWqbn7LptGAt+bsLiuYPFfNiNAE4p+e5FJpqiRpsin+0wcpmDIamtQnRhuIBi1fg\n\ti7cD0IbLeh+w7u8+IZWZk6huPtKhgK4L/5xVpioA=","From":"Rui Wang <rui.wang@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Rui Wang <rui.wang@ideasonboard.com>","Subject":"[PATCH v1] ipa: rkisp1: dpf: Enable strength after enable Dpf","Date":"Tue, 11 Nov 2025 09:11:34 -0500","Message-ID":"<20251111141152.1179099-1-rui.wang@ideasonboard.com>","X-Mailer":"git-send-email 2.43.0","In-Reply-To":"<20251024120107.681968-1-rui.wang@ideasonboard.com>","References":"<20251024120107.681968-1-rui.wang@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 filter strength configuration block was previously only enabled on the\nfirst frame (frame == 0). Apply the strength values when denoise is active.\nThis prevents the strength config from being disabled on subsequent frames.\n\nSigned-off-by: Rui Wang <rui.wang@ideasonboard.com>\n---\n src/ipa/rkisp1/algorithms/dpf.cpp | 7 ++++---\n 1 file changed, 4 insertions(+), 3 deletions(-)","diff":"diff --git a/src/ipa/rkisp1/algorithms/dpf.cpp b/src/ipa/rkisp1/algorithms/dpf.cpp\nindex cb6095da..e95fb95d 100644\n--- a/src/ipa/rkisp1/algorithms/dpf.cpp\n+++ b/src/ipa/rkisp1/algorithms/dpf.cpp\n@@ -251,9 +251,10 @@ void Dpf::prepare(IPAContext &context, const uint32_t frame,\n \t\t\tmode = RKISP1_CIF_ISP_DPF_GAIN_USAGE_DISABLED;\n \t}\n \n-\tif (frame == 0) {\n-\t\tauto strengthConfig = params->block<BlockType::DpfStrength>();\n-\t\tstrengthConfig.setEnabled(true);\n+\tauto strengthConfig = params->block<BlockType::DpfStrength>();\n+\tstrengthConfig.setEnabled(frameContext.dpf.denoise);\n+\n+\tif (frameContext.dpf.denoise) {\n \t\t*strengthConfig = strengthConfig_;\n \t}\n }\n","prefixes":["v1"]}