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 <mrip...@kernel.org> Thanks! Maxime