Re: [PATCH v2 00/19] gpu: nova-core: register!() macro improvements

2025-08-14 Thread Alexandre Courbot
On Fri Aug 15, 2025 at 7:52 AM JST, Lyude Paul wrote: > For the series: > > Reviewed-by: Lyude Paul Thanks! Pushed the series to nova-next.

Re: [PATCH v2 00/19] gpu: nova-core: register!() macro improvements

2025-08-14 Thread Lyude Paul
For the series: Reviewed-by: Lyude Paul On Fri, 2025-07-18 at 16:26 +0900, Alexandre Courbot wrote: > This patch series introduces a number of improvements to nova-core's > register!() macro in order to make it more useful to Nova itself, and to > bring it closer to graduation into the wider ker

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements

2025-07-18 Thread Alexandre Courbot
This patch series introduces a number of improvements to nova-core's register!() macro in order to make it more useful to Nova itself, and to bring it closer to graduation into the wider kernel crate. The first half is trivial fixes and code reorganization to let the following patches apply more c