Re: [PATCH v2 0/8] DRM Rust abstractions

2025-04-24 Thread Danilo Krummrich
On 4/11/25 1:55 AM, Danilo Krummrich wrote: This is the series for the initial DRM Rust abstractions, including DRM device / driver, IOCTL, File and GEM object abstractions. With the changes requested by Alyssa and Lyude, applied to nova-next, thanks!

Re: [PATCH v2 0/8] DRM Rust abstractions

2025-04-18 Thread Lyude Paul
Left a few tiny comments to address before pushing upstream, mostly just style stuff. With those addressed, for the whole series: Reviewed-by: Lyude Paul On Fri, 2025-04-11 at 01:55 +0200, Danilo Krummrich wrote: > This is the series for the initial DRM Rust abstractions, including DRM > devic

[PATCH v2 0/8] DRM Rust abstractions

2025-04-10 Thread Danilo Krummrich
This is the series for the initial DRM Rust abstractions, including DRM device / driver, IOCTL, File and GEM object abstractions. Compared to the original work from Lina, the patches in this series contain the following modifications. - "rust: drm: ioctl: Add DRM ioctl abstraction" * wrap

Re: [PATCH v2 0/8] DRM Rust abstractions and Nova

2024-09-03 Thread Simona Vetter
On Mon, Sep 02, 2024 at 06:40:00PM +0200, Daniel Vetter wrote: > On Wed, Jun 19, 2024 at 01:31:36AM +0200, Danilo Krummrich wrote: > > This patch series implements some basic DRM Rust abstractions and a stub > > implementation of the Nova GPU driver. > > > > Nova is intended to be developed upstre

Re: [PATCH v2 0/8] DRM Rust abstractions and Nova

2024-09-02 Thread Daniel Vetter
On Wed, Jun 19, 2024 at 01:31:36AM +0200, Danilo Krummrich wrote: > This patch series implements some basic DRM Rust abstractions and a stub > implementation of the Nova GPU driver. > > Nova is intended to be developed upstream, starting out with just a stub > driver > to lift some initial requir

[PATCH v2 0/8] DRM Rust abstractions and Nova

2024-06-18 Thread Danilo Krummrich
This patch series implements some basic DRM Rust abstractions and a stub implementation of the Nova GPU driver. Nova is intended to be developed upstream, starting out with just a stub driver to lift some initial required infrastructure upstream. A more detailed explanation can be found in [1]. T