On Mon May 25, 2026 at 9:21 PM BST, Danilo Krummrich wrote: > Introduce NovaCoreDriver as the driver type implementing pci::Driver, > keeping NovaCore as the per-device data type. This prepares for making > NovaCore lifetime-parameterized once auxiliary::Registration requires a > lifetime for the binding scope. > > Reviewed-by: Greg Kroah-Hartman <[email protected]> > Reviewed-by: Alexandre Courbot <[email protected]> > Reviewed-by: Eliot Courtney <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > drivers/gpu/nova-core/driver.rs | 14 ++++++++------ > drivers/gpu/nova-core/nova_core.rs | 2 +- > 2 files changed, 9 insertions(+), 7 deletions(-)
