From patchwork Thu Jun 13 08:33:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 20284 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 3E95CC3237 for ; Thu, 13 Jun 2024 08:36:24 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 461FC6548E; Thu, 13 Jun 2024 10:36:23 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="g3XYqd+J"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1945265458 for ; Thu, 13 Jun 2024 10:36:21 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:3fed:9d83:54f9:6b93]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 062A3BEB; Thu, 13 Jun 2024 10:36:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1718267767; bh=HPZ3xLnifNsGO0P9YNibimE7Vd/CiQKYZ+93IA5pS+A=; h=From:To:Cc:Subject:Date:From; b=g3XYqd+JKyvS/dGQ/Sc+KS8I4JNMZS9IaNWzN5Yb6+ByzZZ37w5t1SUddA0kp4dd6 NJHlQtCXsSlljp/1pxMh7Fmz2/Af6CjmGzLW61gxj3XBEr+NP1D5KYAnnvoMih2Jff tgUuEQC7/nyZQZQZ3nYYpVaRpoXBisr5XASTTTjM= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH 0/3] ipa: rkisp1: cproc: Small fixes Date: Thu, 13 Jun 2024 10:33:17 +0200 Message-ID: <20240613083533.855791-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi, this patch series fixes a few small issues that where discovered after the cproc series was meregd in. Please see the corresponding patches for details. Stefan Klug (3): ipa: rkisp1: cproc: Use anonymous namespace to limit symbol visibility ipa: rkisp1: cproc: Merge identical functions ipa: rkisp1: cproc: Drop incorrect [[maybe_unused]] src/ipa/rkisp1/algorithms/cproc.cpp | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-)