Re: [PATCH v4 5/6] gpu: nova-core: add initial driver stub

2025-03-04 Thread Danilo Krummrich
On Tue, Mar 04, 2025 at 11:19:49PM +0900, Alexandre Courbot wrote: > On Thu Feb 27, 2025 at 2:55 AM JST, Danilo Krummrich wrote: > > > +// TODO replace with something like derive(FromPrimitive) > > +impl TryFrom for Chipset { > > +type Error = kernel::error::Error; > > + > > +fn try_from(v

Re: [PATCH v4 5/6] gpu: nova-core: add initial driver stub

2025-03-04 Thread Alexandre Courbot
Hi Danilo, On Thu Feb 27, 2025 at 2:55 AM JST, Danilo Krummrich wrote: > Add the initial nova-core driver stub. > > nova-core is intended to serve as a common base for nova-drm (the > corresponding DRM driver) and the vGPU manager VFIO driver, serving as a > hard- and firmware abstraction layer fo