From patchwork Tue Apr 6 18:23:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= X-Patchwork-Id: 11851 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 5CFF6C0DA3 for ; Tue, 6 Apr 2021 18:24:20 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9B9F9687A1; Tue, 6 Apr 2021 20:24:19 +0200 (CEST) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BBEE36084F for ; Tue, 6 Apr 2021 20:24:18 +0200 (CEST) Received: from localhost.localdomain (unknown [IPv6:2804:14c:1a0:2f63:ddd7:19a9:2dbb:5548]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: nfraprado) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id C4B7C1F445E8; Tue, 6 Apr 2021 19:24:15 +0100 (BST) From: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= To: libcamera-devel@lists.libcamera.org Date: Tue, 6 Apr 2021 15:23:32 -0300 Message-Id: <20210406182335.85847-1-nfraprado@collabora.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: pipeline: rkisp1: Fix issues exposed by lc-compliance 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: , Cc: Collabora Kernel ML Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" This patch series fixes the issues on the rkisp1 pipeline that were exposed by lc-compliance. With this series applied on top of the lc-compliance series, and with the raw video format commented out of lc-compliance [1] since it isn't currently supported by rkisp1, lc-compliance runs succesfully using the rkisp1 pipeline (tested on the Rock Pi 4 with a imx219 camera sensor): 90 tests executed, 72 tests passed, 18 tests skipped and 0 tests failed [1] https://gitlab.collabora.com/nfraprado/libcamera/-/commit/7a7e78b95e7fd59456eb04ec5e751bf2b9bfab86 NĂ­colas F. R. A. Prado (3): libcamera: pipeline: rkisp1: Stop IPA before streams libcamera: pipeline: rkisp1: Assert empty queuedRequests before clearing frameInfo libcamera: pipeline: rkisp1: Allow requests to be cancelled src/libcamera/pipeline/rkisp1/rkisp1.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)