Re: [PATCH v5 5/5] gpu: nova-core: add initial documentation

2025-03-11 Thread FUJITA Tomonori
On Thu, 6 Mar 2025 14:45:05 +0100 Danilo Krummrich wrote: > On Thu, Mar 06, 2025 at 09:56:38PM +0900, FUJITA Tomonori wrote: >> On Tue, 4 Mar 2025 18:34:52 +0100 >> Danilo Krummrich wrote: >> >> > +Delay / Sleep abstractions >> > +-- >> > + >> > +Rust abstractions for t

Re: [PATCH v5 5/5] gpu: nova-core: add initial documentation

2025-03-11 Thread Danilo Krummrich
On Thu, Mar 06, 2025 at 09:56:38PM +0900, FUJITA Tomonori wrote: > On Tue, 4 Mar 2025 18:34:52 +0100 > Danilo Krummrich wrote: > > > +Delay / Sleep abstractions > > +-- > > + > > +Rust abstractions for the kernel's delay() and sleep() functions. > > + > > +There is some o

Re: [PATCH v5 5/5] gpu: nova-core: add initial documentation

2025-03-07 Thread FUJITA Tomonori
On Tue, 4 Mar 2025 18:34:52 +0100 Danilo Krummrich wrote: > +Delay / Sleep abstractions > +-- > + > +Rust abstractions for the kernel's delay() and sleep() functions. > + > +There is some ongoing work from FUJITA Tomonori [1], which has not seen any > updates > +since Oc

Re: [PATCH v5 5/5] gpu: nova-core: add initial documentation

2025-03-06 Thread Alexandre Courbot
On Wed Mar 5, 2025 at 2:34 AM JST, 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 for nova-c