diff options
author | Danilo Krummrich <dakr@redhat.com> | 2024-06-15 02:27:08 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2024-08-13 15:54:19 +0200 |
commit | 6e4b9b99adaf68ec2c1b56b51b16115440e0723d (patch) | |
tree | 454a6ef7e903c22de623c1791594523fd370a8bb /Makefile | |
parent | da825f90b90e84817cc873ab24c7a4c2c39f1e9d (diff) |
rust: drm: add DRM driver registration
Implement the DRM driver `Registration`.
The `Registration` structure is responsible to register and unregister a
DRM driver. It makes use of the `Devres` container in order to allow the
`Registration` to be owned by devres, such that it is automatically
dropped (and the DRM driver unregistered) once the parent device is
unbound.
Co-developed-by: Asahi Lina <lina@asahilina.net>
Signed-off-by: Asahi Lina <lina@asahilina.net>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions