From patchwork Tue Jun 11 21:20:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20264 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 07B12C3237 for ; Tue, 11 Jun 2024 21:21:25 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 08E5565463; Tue, 11 Jun 2024 23:21:24 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="cbdo4TuS"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6135E61A26 for ; Tue, 11 Jun 2024 23:21:21 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 21E7DA9A; Tue, 11 Jun 2024 23:21:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1718140868; bh=Sc2Q0aVWOJI4ySHIATI87BhhYwebKUFAnRJjjvsk20g=; h=From:To:Cc:Subject:Date:From; b=cbdo4TuSwQE+v7EMOU2Jca+dkA/4abo7CVLmA20CYNYVwzwfaPVpv/x5UE7IUmqzS hTdfbvYRtLT7A4A86gBANXSG/WDmhsvJP2hv9RCmNfA+cZ0mjNXwfhfv5WH9ydCyFG YZuK98DavMZzKUAyR67jwtMb/smDUzaA9Qj56zGo= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH 0/6] ipa: rksip1: goc: Assorted fixes Date: Wed, 12 Jun 2024 00:20:55 +0300 Message-ID: <20240611212101.14313-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 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" Hello, This small patch series fixes miscellaneous small issues in the rkisp1 goc algorithm. There's not much else to be told here, please see individual patches for details. Laurent Pinchart (6): ipa: rkisp1: goc: Fix typographical issues in documentation. ipa: rkisp1: goc: Drop incorrect [[maybe_unused]] ipa: rkisp1: goc: Use copydoc ipa: rkisp1: goc: Mark default gamma table as static constexpr ipa: rkisp1: goc: Avoid use of auto for short type libcamera: controls: Add missing period at end of Gamma description src/ipa/rkisp1/algorithms/goc.cpp | 29 ++++++++++++----------------- src/libcamera/control_ids_core.yaml | 2 +- 2 files changed, 13 insertions(+), 18 deletions(-) base-commit: d2a5508d0aa17304daf273991de08828e57c82fb Reviewed-by: Kieran Bingham