From patchwork Thu Jun 13 15:59:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 20301 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 0AB25C3237 for ; Thu, 13 Jun 2024 16:00:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 097C665494; Thu, 13 Jun 2024 18:00:02 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vrib421Y"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 693AD65462 for ; Thu, 13 Jun 2024 17:59:58 +0200 (CEST) Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 000BF4CC; Thu, 13 Jun 2024 17:59:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1718294384; bh=yeUuf5IYyCE7D8EiTdg/L/jjYfPFJH2uGRcxG3kuR4A=; h=From:To:Cc:Subject:Date:From; b=vrib421Yz5P+vOA53jmbYZ6nZEYppjhgwNoDrcFln+D2IEJlIia9R62RFzfgVDSXN QtF4lHi10N58cz1CCpWzohIOR005aayWNZj3W9Ijg5tJ/76zcKIDri9SezggTOWU4W sGDlNv76D80iZP+tNEOgoqC7WU6SBtqi/Frkl6dY= From: Daniel Scally To: libcamera-devel@lists.libcamera.org Cc: Daniel Scally Subject: [PATCH 0/7] Miscellaneous Mali-C55 Pipeline Fixes Date: Thu, 13 Jun 2024 16:59:42 +0100 Message-Id: <20240613155949.1041061-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 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" 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 Dan Daniel Scally (4): libcamera: mali-c55: Init camera properties libcamera: mali-c55: Simplify bufferReady() libcamera: mali-c55: Remove MaliC55CameraData::mbusCodes() libcamera: mali-c55: Record stride in rawConfig Jacopo Mondi (3): libcamera: mali-c55: Limit max size to sensor resolution libcamera: mali-c55: Enable usage of scaler mali-c55: implement support for ScalerCrop src/libcamera/pipeline/mali-c55/mali-c55.cpp | 177 ++++++++++++++++--- 1 file changed, 157 insertions(+), 20 deletions(-)