From patchwork Thu Sep 24 14:51:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 9791 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 4D221C3B5B for ; Thu, 24 Sep 2020 14:47:56 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2AB9F62FEB; Thu, 24 Sep 2020 16:47:56 +0200 (CEST) Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8C6B660363 for ; Thu, 24 Sep 2020 16:47:55 +0200 (CEST) Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 2AEA624000B; Thu, 24 Sep 2020 14:47:54 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Thu, 24 Sep 2020 16:51:40 +0200 Message-Id: <20200924145143.117733-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: ipu3: Fix RAW+YUV capture 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 bulk of this patch is fixing the RAW+YUV capture use case as explained in the commit message of the first patch. The other two patches on top are small improvements and clarifications. None of the existing issue we have on IPU3 (stalls when capturing with a 'wrong' CIO2 size and pipeline configuration parameter calculations mismatches) are solved by this series. CTS and cros_camera_test show no regressions Thanks j Jacopo Mondi (3): libcamera: ipu3: Fix RAW+YUV capture libcamera: ipu3: Remove dead code check libcamera: ipu3: Adjust comment on ImgU configuration src/libcamera/pipeline/ipu3/ipu3.cpp | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) --- 2.28.0