From patchwork Wed May 26 13:10:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12429 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 32F7ABDB80 for ; Wed, 26 May 2021 13:10:36 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 858046891D; Wed, 26 May 2021 15:10:35 +0200 (CEST) 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="LfnKkekI"; 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 D6A2A602AB for ; Wed, 26 May 2021 15:10:33 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.203]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2DEC3908; Wed, 26 May 2021 15:10:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1622034633; bh=kxS0cWc+u7o4cUjZl9PPJQAfZ76ofEwZ/7cbIHqe7lw=; h=From:To:Cc:Subject:Date:From; b=LfnKkekIG38KFv1YIg0vd0NyVlfsYYPCkpYlFQmZClplsM8JWkuYmpwUhZ0BDSE0o MXLyBPyBpd80A7VeqP5jpZ56t5lm+8fMhTxyPe4gBfe22T1BDgkPhRkojzOzT4FYYD IWjVtTk/6/6meOuXjREwltd10Da0WzwdxsfRlvZ8= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Wed, 26 May 2021 18:40:23 +0530 Message-Id: <20210526131025.675024-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/2] ipa: ipu3: Provide frame timestamps through IPU3Event 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" Changes in v2: - Add Fixes: tag Umang Jain (2): pipeline: ipu3: Fix mis-aligned comment ipa: ipu3: Provide frame timestamps through IPU3Event include/libcamera/ipa/ipu3.mojom | 1 + src/ipa/ipu3/ipu3.cpp | 4 +++- src/libcamera/pipeline/ipu3/ipu3.cpp | 11 ++++++----- 3 files changed, 10 insertions(+), 6 deletions(-)