Re: [PATCH v2 1/8] drm: drv: implement __drm_dev_alloc()

2025-04-18 Thread Lyude Paul
(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

Re: [PATCH v2 1/8] drm: drv: implement __drm_dev_alloc()

2025-04-14 Thread Alyssa Rosenzweig
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