Re: [PATCH v3 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
"Alexandre Courbot" <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Wed Jun 17, 2026 at 10:24 PM JST, Alexandre Courbot wrote: > From: Joel Fernandes <[email protected]> > > Add usable_fb_regions() to GspStaticConfigInfo to extract the usable FB > regions from GSP's fbRegionInfoParams. Usable regions are those that are > not reserved or protected. > > The extracted regions are stored in GetGspStaticInfoReply and exposed > for use by the memory subsystem. > > Display the regions and their total size upon device probe. > > Signed-off-by: Joel Fernandes <[email protected]> > [acourbot: expose all regions as a KVec, display usable regions and > total usable VRAM.] > Signed-off-by: Alexandre Courbot <[email protected]> Pushed to drm-rust-next, thanks for the reviews! [acourbot: replace dev_info!() with dev_dbg!().]