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!
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
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
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
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
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