(JFYI: I really like this and I think I'm going to use this approach in the
KMS bindings as well 👀)
On Fri, 2025-04-11 at 01:55 +0200, Danilo Krummrich wrote:
> In the Rust DRM device abstraction we need to allocate a struct
> drm_device.
>
> Currently, there are two options, the deprecated drm_d
Reviewed-by: Alyssa Rosenzweig
Le Fri , Apr 11, 2025 at 01:55:20AM +0200, Danilo Krummrich a écrit :
> In the Rust DRM device abstraction we need to allocate a struct
> drm_device.
>
> Currently, there are two options, the deprecated drm_dev_alloc() (which
> does not support subclassing) and dev