From patchwork Mon Feb 28 13:22:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 15393 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 B15EEBE08A for ; Mon, 28 Feb 2022 13:23:01 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 84C3961166; Mon, 28 Feb 2022 14:23:00 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="WheHUXPY"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BE3E461101 for ; Mon, 28 Feb 2022 14:22:58 +0100 (CET) Received: from perceval.ideasonboard.com (unknown [103.251.226.77]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 50100478; Mon, 28 Feb 2022 14:22:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1646054578; bh=WPJ/ULIAyopyS7u/mTP5OBtqmlCbNeuthhQOpB9iZ94=; h=From:To:Cc:Subject:Date:From; b=WheHUXPY6m1CvORHLHQ21I7XsAdFSpSjW+VJj5wVD5F9dw/dKCB9YWyth7B6yD6TP J+ntRtcGKCWjiTK75zgxT/n1U+qqSlcOjhBuc8ARJasmjKHNh3SzyRQRvtjnm+xcK9 S3Qr0JWWssFL7kK1H7ydWaGtXXjSxJDuXbBeTuPg= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Mon, 28 Feb 2022 18:52:48 +0530 Message-Id: <20220228132250.116211-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] ipu3: Replace event-based ops with dedicated functions 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" The first patch replaces the event-based ops with dedicated functions from IPAIPU3 inteface. The second patch consolidates exposure/gain limits into a single place. Umang Jain (2): ipa: ipu3: Replace event-based operations with dedicated functions ipa: ipu3: Consolidate querying exposure and gain limits include/libcamera/ipa/ipu3.mojom | 36 ++---- src/ipa/ipu3/ipu3-ipa-design-guide.rst | 19 +-- src/ipa/ipu3/ipu3.cpp | 160 ++++++++++--------------- src/libcamera/pipeline/ipu3/ipu3.cpp | 123 ++++++++----------- 4 files changed, 136 insertions(+), 202 deletions(-)