From patchwork Tue Jun 25 19:04:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 20386 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 04FC4BDB1D for ; Tue, 25 Jun 2024 19:04:39 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 97CBD654AE; Tue, 25 Jun 2024 21:04:37 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="NZli0lw5"; 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 0505E654A1 for ; Tue, 25 Jun 2024 21:04:35 +0200 (CEST) Received: from localhost.localdomain (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 19FE3512; Tue, 25 Jun 2024 21:04:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1719342253; bh=SlKYmyYhz5XT2V6AF90MUtoNHr1T11b/NjpF3wagORA=; h=From:To:Cc:Subject:Date:From; b=NZli0lw5LX1aiRxCEuWHC9N2AfMmECi/cHqBhc8XrfmvSqBUvs6f7acG0Rj41kpCr NOX9HDzfX+rR08EMjYx9s1p4HXR3Ku6Ru7RwG3adaSzFPVClN5yEowf9aL2oCwDRHF IxXmuwQ/ZunaI7Nro6jeachRnyBNRiGJcaICF/QI= From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Cc: Jacopo Mondi Subject: [PATCH v2 0/6] Miscellaneous Mali-C55 Pipeline Fixes Date: Tue, 25 Jun 2024 21:04:13 +0200 Message-ID: <20240625190423.291429-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 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" v1->v2 - Drop ScalerCrop and scaler handling - Limit ISP input size to 640x480 - Adjust the RAW configuration stride and image size to 4 bytes Hi all This set contains a number of fixes to the Mali-C55 pipeline handler that have been in our development tree whilst we worked on the IPA module - they weren't posted before because things have been in quite a lot of flux, but now that the IPA patchset is itself public it's time for these to go upstream too. Thanks Daniel Scally (4): libcamera: mali-c55: Init camera properties libcamera: mali-c55: Simplify bufferReady() libcamera: mali-c55: Remove MaliC55CameraData::mbusCodes() libcamera: mali-c55: Add stride and size to rawConfig Jacopo Mondi (2): libcamera: mali-c55: Limit max size to sensor resolution libcamera: mali-c55: Limit ISP input size src/libcamera/pipeline/mali-c55/mali-c55.cpp | 53 ++++++++++---------- 1 file changed, 27 insertions(+), 26 deletions(-) --- 2.45.2