NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
From: John Hubbard <jhubbard@nvidia.com>
To: Gary Guo <gary@garyguo.net>, Danilo Krummrich <dakr@kernel.org>,
	Alexandre Courbot <acourbot@nvidia.com>
Cc: "Timur Tabi" <ttabi@nvidia.com>,
	"Alistair Popple" <apopple@nvidia.com>,
	"Eliot Courtney" <ecourtney@nvidia.com>,
	"Zhi Wang" <zhiw@nvidia.com>, "David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Miguel Ojeda" <ojeda@kernel.org>,
	"Alex Gaynor" <alex.gaynor@gmail.com>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
	"Benno Lossin" <lossin@kernel.org>,
	"Andreas Hindborg" <a.hindborg@kernel.org>,
	"Alice Ryhl" <aliceryhl@google.com>,
	"Trevor Gross" <tmgross@umich.edu>,
	nova-gpu@lists.linux.dev, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/3] gpu: nova-core: extract radix3 page table into its own module
Date: Sun, 13 Sep 2026 13:56:57 -0700	[thread overview]
Message-ID: <edc3647d-62b2-4172-99be-7bce01eb3ac7@nvidia.com> (raw)
In-Reply-To: <DLEH6H1Q3IPA.2WVRSLX0LL2F6@garyguo.net>

On 9/13/26 1:36 PM, Gary Guo wrote:
> On Sun Sep 13, 2026 at 8:54 PM BST, John Hubbard wrote:
>> In order to boot the GSP, nova-core loads the GSP firmware image into
>> system memory, and the GPU copies it into the framebuffer, the GPU's own
>> memory. The GPU finds the GSP firmware image's pages via "radix3", a
>> three-level page table of 4 KiB pages that the driver builds. Today the
>> table exists as fields within the GSP firmware wrapper, which is fine
>> because there is only one radix3 consumer.
>>
>> The upcoming r000 series[1], however, introduces a second radix3 caller:
>> the ucodes firmware image. That is because the GSP has been changed, so
>> that it automatically fetches the subset of ucodes that it requires,
>> thus reducing the size of the GSP image. This is a helpful change for
>> the firmware situation overall, but it will require nova-core to load
>> and provide ucodes, in much the same way that it was loading and
>> providing the GSP firmware image.
>>
>> Therefore, split out radix3 into its own module.
> 
> I find the name itself confusing if I don't read the docs. The radix in "radix3"
> is actually 512 (given 4 KiB page and 64-bit entry) and definitely not 3.
> 
> Perhaps name this "radixlv3" or something similar instead? Or perhaps call it
> GspPageTable?
Right, it's all about the number of levels, not the radix value, that's
true. Open RM loves "radix3" so much that I've become tone-deaf to the
name. :)

three_level_radix works, but is silly long for this.

Do we really care enough to insist on this, though? I'd be inclined
to ask to just leave it alone.

thanks,
-- 
John Hubbard


  reply	other threads:[~2026-09-13 20:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-13 19:54 [PATCH 0/3] radix3 and ELF cleanup, pre-r000 John Hubbard
2026-09-13 19:54 ` [PATCH 1/3] gpu: nova-core: extract radix3 page table into its own module John Hubbard
2026-09-13 20:36   ` Gary Guo
2026-09-13 20:56     ` John Hubbard [this message]
2026-09-13 19:54 ` [PATCH 2/3] gpu: nova-core: zero-pad radix3 page table levels to page boundary John Hubbard
2026-09-13 19:54 ` [PATCH 3/3] gpu: nova-core: rename the FbRanges elf field to fw_image John Hubbard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=edc3647d-62b2-4172-99be-7bce01eb3ac7@nvidia.com \
    --to=jhubbard@nvidia.com \
    --cc=a.hindborg@kernel.org \
    --cc=acourbot@nvidia.com \
    --cc=airlied@gmail.com \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=apopple@nvidia.com \
    --cc=bhelgaas@google.com \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dakr@kernel.org \
    --cc=ecourtney@nvidia.com \
    --cc=gary@garyguo.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lossin@kernel.org \
    --cc=nova-gpu@lists.linux.dev \
    --cc=ojeda@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tmgross@umich.edu \
    --cc=ttabi@nvidia.com \
    --cc=zhiw@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox