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 C4F72338581; Wed, 11 Feb 2026 09:21:34 +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=1770801694; cv=none; b=FT/NYo3uc3WtQze4M0wVMU1pg+UyYzztjzFUbAkDct0gElHOnQVZUa0FbFbUADtW5xQj+vvjO2eOQmjS8FXlIYfuHsH3xNd3HK49YUafeQ1XgTMsFlht0h0bLu4aKB+u4Pg/YfFZF4whEDHmox2yJr7NJOv3e2vYjWlZcGag1+8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770801694; c=relaxed/simple; bh=bbT8L9yuhCkcKZIt2AwaX5L7rkxzlrBrldrxjRCY6Qc=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=i3ogM5Wpw53nP2KEg78SYBGKqL0tmlWzqqsWhJZJp1KX9lhA+QEdfxhC/cJb7OUQearI3uu4WxVHpUQHeH0H/ODfw59/6gxTs6uQYPBBc9w0B07GBloVMFhNq4ew9DzaafaNDIAmJcfyt2IF222pL6Alp5fuMwN6mn2YJa9OJ+4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WvQ3ewTX; 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="WvQ3ewTX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2F38C4CEF7; Wed, 11 Feb 2026 09:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770801694; bh=bbT8L9yuhCkcKZIt2AwaX5L7rkxzlrBrldrxjRCY6Qc=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=WvQ3ewTXZ2lQSqYQAAxvDxZIXx23sQMjCI9kZmySTxXf08I7vSWq2wMpO6JUEUGPl 84R832HYeYTEN0Sk2sDTMYgyZkGhgpKuuL7Gt2uee/ViV4W3er/rKoAd6jcx/tqQ19 OiCiuHd9MlBlEh9GPY3AlGmbqCZfyIWufwYIkkLGn7LojPEaoyHXlkqjdE3pLOOABq cEOz7Oqh37c+3cpcftV6Nhv8NFmzgTs1tkvuXcpbqOFtPCbG7YslH9I9XRCg0Rs5Bs AN7w3KKk1aPoNzeTaCrUukzHvsI39VzMEwYkAqejXLvG4xov+ipmcO0xKsgvmnwAFG aTpMU/ppeRiXA== 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: Wed, 11 Feb 2026 10:21:23 +0100 Message-Id: Cc: , "Maarten Lankhorst" , "Maxime Ripard" , "Simona Vetter" , "Jonathan Corbet" , "Alex Deucher" , =?utf-8?q?Christian_K=C3=B6nig?= , "Jani Nikula" , "Joonas Lahtinen" , "Rodrigo Vivi" , "Tvrtko Ursulin" , "Huang Rui" , "Matthew Auld" , "Matthew Brost" , "Lucas De Marchi" , =?utf-8?q?Thomas_Hellstr=C3=B6m?= , "Helge Deller" , "Alice Ryhl" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Alistair Popple" , "Alexandre Courbot" , "Andrea Righi" , "Zhi Wang" , "Philipp Stanner" , "Elle Rhumsaa" , "Daniel Almeida" , "David Airlie" , "Edwin Peer" , "John Hubbard" , "Andy Ritger" , "Balbir Singh" , "Timur Tabi" , , , , , , , , , To: "Joel Fernandes" From: "Danilo Krummrich" Subject: Re: [PATCH -next v9 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation References: <20260210233204.790524-1-joelagnelf@nvidia.com> <20260210233204.790524-4-joelagnelf@nvidia.com> In-Reply-To: <20260210233204.790524-4-joelagnelf@nvidia.com> On Wed Feb 11, 2026 at 12:32 AM CET, Joel Fernandes wrote: > nova-core will use the GPU buddy allocator for physical VRAM management. > Enable it in Kconfig. > > Signed-off-by: Joel Fernandes > --- > drivers/gpu/nova-core/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/nova-core/Kconfig b/drivers/gpu/nova-core/Kconfi= g > index 527920f9c4d3..6513007bf66f 100644 > --- a/drivers/gpu/nova-core/Kconfig > +++ b/drivers/gpu/nova-core/Kconfig > @@ -3,8 +3,9 @@ config NOVA_CORE > depends on 64BIT > depends on PCI > depends on RUST > - select RUST_FW_LOADER_ABSTRACTIONS I think moving this should be a separate patch. > select AUXILIARY_BUS > + select GPU_BUDDY > + select RUST_FW_LOADER_ABSTRACTIONS > default n > help > Choose this if you want to build the Nova Core driver for Nvidia > --=20 > 2.34.1