[PATCH 1/2] gpu: nova-core: add initial driver stub

Danilo Krummrich dakr at kernel.org
Tue Feb 4 18:56:49 UTC 2025


On Tue, Feb 04, 2025 at 06:42:46PM +0000, Timur Tabi wrote:
> On Fri, 2025-01-31 at 23:04 +0100, Danilo Krummrich wrote:
> > +/// Structure encapsulating the firmware blobs required for the GPU to operate.
> > +#[allow(dead_code)]
> > +pub(crate) struct Firmware {
> > +    booter_load: firmware::Firmware,
> > +    booter_unload: firmware::Firmware,
> > +    gsp: firmware::Firmware,
> 
> What about the bootloader?

Gonna add it.


More information about the dri-devel mailing list