[PATCH 4/8] rust: drm: add device abstraction

Maxime Ripard mripard at kernel.org
Wed Mar 26 09:12:02 UTC 2025


On Wed, 26 Mar 2025 00:54:31 +0100, Danilo Krummrich wrote:
> Implement the abstraction for a `struct drm_device`.
> 
> A `drm::device::Device` creates a static const `struct drm_driver` filled
> with the data from the `drm::drv::Driver` trait implementation of the
> actual driver creating the `drm::device::Device`.
> 
> [ ... ]

Reviewed-by: Maxime Ripard <mripard at kernel.org>

Thanks!
Maxime


More information about the dri-devel mailing list