From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8F624C54798 for ; Tue, 27 Feb 2024 07:11:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8868910EE96; Tue, 27 Feb 2024 07:11:20 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="R0mQSrA9"; dkim-atps=neutral Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id C278410EE96 for ; Tue, 27 Feb 2024 07:11:18 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 407A7CE1A6C; Tue, 27 Feb 2024 07:11:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02E0EC433F1; Tue, 27 Feb 2024 07:11:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709017874; bh=sdiSy1oVUFYAdoH88q1Tjo0+KMxfxx4T0j6prMh1jRA=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=R0mQSrA9pxKwA3mF8j7kJptkp8uokIP7wf4ewwJX9mXPPtLWRCHAan/O8VMOd0VD3 Vk8wPC+ep7aT44+I43NeDeRVvxfnruh8YtAxZuvZx+ttuTSn1luVpeKLXHhqMUGdnC QFnfuk7OGPOzb9F+nAzpqVyW8K30frOOxSToPndHMCZbzGWQEkBxa7508aQxLO2P9E XRtg82ekFdGQPF34aAuSvmo41Tq0IUkKN1kURvfeWljY2aBaW2AklpmfbtP7nAg+hx 3IT+Y7jQzFfCVaJk/tHOL7kmQZo1S/mxoty5z7eRFMwjBv64Uwp5NeQ7pdKkOVHydG qaM7hQPgjRDfg== Message-ID: <01960be376e86730100fe2e95c0e8417@kernel.org> Date: Tue, 27 Feb 2024 07:11:11 +0000 From: "Maxime Ripard" To: "Boris Brezillon" Subject: Re: [PATCH v5 00/14] drm: Add a driver for CSF-based Mali GPUs In-Reply-To: <20240218214131.3035480-1-boris.brezillon@collabora.com> References: <20240218214131.3035480-1-boris.brezillon@collabora.com> Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com, "Chris Diamand" , =?utf-8?b?Q2zDqW1lbnQgUMOpcm9u?= , "Daniel Stone" , "Daniel Vetter" , "Faith Ekstrand" , "Heiko Stuebner" , "Ketil Johnsen" , "Liviu Dudau" , "\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Marty E . Plummer\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\"\\\"\"" , "Maxime Ripard" , "Neil Armstrong" , "Nicolas Boichat" , "Rob Herring" , "Robin Murphy" , "Steven Price" , "Tatsuyuki Ishi" Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 18 Feb 2024 22:41:14 +0100, Boris Brezillon wrote: > Hello, > > This is the 5th version of the kernel driver for Mali CSF-based GPUs, > and, unless someone has good reasons to block the merging of this > driver, I expect it to be the last one (the gallium driver is now > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime