From patchwork Mon Mar 28 17:36:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 15577 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 3DD06C0F1B for ; Mon, 28 Mar 2022 17:36:26 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8526F65633; Mon, 28 Mar 2022 19:36:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1648488982; bh=CdE/HrcKSPfM7sjg98hMK/gqhAgbhAY+QfmYg+qD3E4=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=3yPXg0zUGZxTegvYIqJwZKUL8VlI/3h9AJXCjupKK/vTx5jJYS2nYQvlIq7HC5RqU f0EYL18h6DIRRFUIBHr7WOBCkN1nLx0u0vAKzuV9n222ffvKfr12lTMh0rrfjIT91A hqjpNQKNJF/5i/Nw0u6Ha3FOvjrSxKXcaoBrRka+tpIeKcOaCumm7qgeLsn3+f9xA1 HCazERhiXd0ynv/s6ekXXC2y5HzpbIlFGkl86pwobJ4xsABhG6GgEFPzi5EY6yesmo OPjvd2Em3+/z4zU9WkwjALWEvISDV8cOpicapAU3IZ334NHmcGtDIvBhommUApr17K k16sH1uwv1Q/g== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 91C8A604C0 for ; Mon, 28 Mar 2022 19:36:21 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Ge32BzQg"; dkim-atps=neutral Received: from perceval.ideasonboard.com (unknown [IPv6:2401:4900:1f3e:6e7e:1ff:a5c2:a86e:ae1b]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 42C602F7; Mon, 28 Mar 2022 19:36:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1648488981; bh=CdE/HrcKSPfM7sjg98hMK/gqhAgbhAY+QfmYg+qD3E4=; h=From:To:Cc:Subject:Date:From; b=Ge32BzQgC4b1a9M4acLmjRIp3Pswlkjb2uuwMlgqEH15lyI/CVaClRn4fPytj9+Kv aPScfG6zqFASXaNNXcx+k6dW1mkU6QHao7iXtvsagbIhh3LeKFT2Ppf9wHCV5KZvNl I9LijlENdotPhycalXX6EFbWGOAM9z0xwbYfX3Ck= To: libcamera-devel@lists.libcamera.org Date: Mon, 28 Mar 2022 23:06:10 +0530 Message-Id: <20220328173612.138332-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/2] ipa: 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: , X-Patchwork-Original-From: Umang Jain via libcamera-devel From: Umang Jain Reply-To: Umang Jain Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Changes in v3: (v2 went un-reviewed so next attempt) - rebase over latest master, resolve merge conflicts - rename `statsBufferReady` to `metadataReady` signal (feedback given in rkisp1 ipa interface change series) Changes in v2 : - Provide a coherent naming scheme of operations/actions - Fix a crash when using the new interface in isolation mode - Include closed source IPAIPU3 changes (2/2) Umang Jain via libcamera-devel (2): ipa: ipu3: Replace event-based ops with dedicated functions [IPAIPU3] ipu3: Use the new IPAIPU3 interface