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 7E287CAC5B8 for ; Mon, 6 Oct 2025 20:27:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3484C10E460; Mon, 6 Oct 2025 20:27:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="I95PoAHT"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5889510E460; Mon, 6 Oct 2025 20:27:18 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id E1B87438BD; Mon, 6 Oct 2025 20:27:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AA4AC4CEF5; Mon, 6 Oct 2025 20:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759782437; bh=ERvHqLDNGOEaUGZCyJ3haiBB35X3X5xMUfWhSjsCzEk=; h=Date:From:Subject:Cc:To:References:In-Reply-To:From; b=I95PoAHTTWY2sKahCIUX0LJ3Q8wmcRypWIbRKDG6SQ8Eupi2JsA++ELZOzuBBfPNh mNEjmv5klNUu/+uzIfxwN1BvMaWmn1PqpUGLo/oqFCKcuV3tH6hSKyTQEIWK0cEFs3 N7bBQC3OOcXbqrd2KuxRVlj2rgyOkiiLmcF4rwsfHA7dMq42oY9cfZ9xMIblmDelPj tXv0uhE0sUdqMHR4VLpW9NOWOtye4dAey8Bs8JElrGrZVPvkcPAG++ELPePHer7amp PZCc5tWxJRIpcHvnpIpt5JGGQ+WjY1PIseASh7jhmn11yolchrZzKZPBUZXz8KT49K 2Umv4wtZyON4Q== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 06 Oct 2025 22:27:13 +0200 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH 3/5] drm/nouveau/mmu/gp100: Remove unused/broken support for compression Cc: , , "Mary Guillemard" , "Faith Ekstrand" , "Ben Skeggs" , "Lyude Paul" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , To: "Mohamed Ahmed" References: <20251006191329.277485-1-mohamedahmedegypt2001@gmail.com> <20251006191329.277485-4-mohamedahmedegypt2001@gmail.com> In-Reply-To: <20251006191329.277485-4-mohamedahmedegypt2001@gmail.com> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Mon Oct 6, 2025 at 9:13 PM CEST, Mohamed Ahmed wrote: > From: Ben Skeggs > > From GP100 onwards it's not possible to initialise comptag RAM without > PMU firmware, which nouveau has no support for. > > As such, this code is essentially a no-op and will always revert to the > equivalent non-compressed kind due to comptag allocation failure. It's > also broken for the needs of VM_BIND/Vulkan. > > Remove the code entirely to make way for supporting compression on GPUs > that support GSM-RM. > > Signed-off-by: Ben Skeggs This patch is missing your SoB.