On Wed, 26 Mar 2025 00:54:33 +0100, Danilo Krummrich wrote: > A DRM File is the DRM counterpart to a kernel file structure, > representing an open DRM file descriptor. > > Add a Rust abstraction to allow drivers to implement their own File types > that implement the DriverFile trait. > > [ ... ]
Reviewed-by: Maxime Ripard <mrip...@kernel.org> Thanks! Maxime