From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 499A91DB12E for ; Mon, 6 Oct 2025 20:27:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759782438; cv=none; b=O9GZ706W2Vpu1o/Cb+/fc9zaEC9rpXNTNwyYYjMMoLP6qgIpIdBg41o4vl84qxmp/RNzMs8KWLmEijixQEdM8A4SriVpZZez2SlCVO3JcWJCi6epg/J7ZPzOVWJxIBawK8C3bC4OIz8eZqkzmDKuAHSkhZF/fGvRRXLpTatA844= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759782438; c=relaxed/simple; bh=ERvHqLDNGOEaUGZCyJ3haiBB35X3X5xMUfWhSjsCzEk=; h=Mime-Version:Content-Type:Date:Message-Id:From:Subject:Cc:To: References:In-Reply-To; b=Vi26tXhss2Py5KjS/lXJTa3/p48c20/yssdgegIMoNF5Pl2I3200P+boN9d9Dw5J3JHWa1bCZ9ymj4XU80ziEKehbk1m8gv7e6trZRPBMXsDlsInauGvPlc3ym4Vnmcj1fqPOWl77uMtcJLQ6mZPmgj+R4zCCr9cmSt5er03G+Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=I95PoAHT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="I95PoAHT" 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== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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.