Re: [PATCH v3 2/2] gpu: nova-core: add initial documentation

2025-02-13 Thread Matthew Brost
On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote: > Add the initial documentation of the Nova project. > > The initial project documentation consists out of a brief introduction > of the project, as well as project guidelines both general and nova-core > specific and a task list fo

Re: [PATCH v3 2/2] gpu: nova-core: add initial documentation

2025-02-12 Thread Alistair Popple
On Thu, Feb 13, 2025 at 12:33:21AM +, Benno Lossin wrote: > On 13.02.25 00:27, Alistair Popple wrote: > > On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote: > > > > [...] > > > >> +FromPrimitive API > >> +- > >> + > >> +Sometimes the need arises to convert a num

Re: [PATCH v3 2/2] gpu: nova-core: add initial documentation

2025-02-12 Thread Benno Lossin
On 13.02.25 00:27, Alistair Popple wrote: > On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote: > > [...] > >> +FromPrimitive API >> +- >> + >> +Sometimes the need arises to convert a number to a value of an enum or a >> +structure. >> + >> +A good example from nova-

Re: [PATCH v3 2/2] gpu: nova-core: add initial documentation

2025-02-12 Thread Alistair Popple
On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote: [...] > +FromPrimitive API > +- > + > +Sometimes the need arises to convert a number to a value of an enum or a > +structure. > + > +A good example from nova-core would be the ``Chipset`` enum type, which > defines

[PATCH v3 2/2] gpu: nova-core: add initial documentation

2025-02-09 Thread Danilo Krummrich
Add the initial documentation of the Nova project. The initial project documentation consists out of a brief introduction of the project, as well as project guidelines both general and nova-core specific and a task list for nova-core specifically. The task list is divided into tasks for general R