[PATCH v3 0/4] rust: drm: gem: More (and final) cleanup
Lyude Paul
lyude at redhat.com
Tue May 20 18:19:11 UTC 2025
Look mom, no generic soup!
Anyway - this is just the last of the cleanup stuff I ended up while
working on cleaning up the gem shmem patch series. It simplifies the use
of generics and also adds a type alias for some very long types
currently in use. Also, drop one unused constant I noticed.
Applies on top of nova/nova-next:
https://gitlab.freedesktop.org/drm/nova/-/tree/nova-next
Lyude Paul (4):
rust: drm: gem: Simplify use of generics
rust: drm: gem: Add DriverFile type alias
rust: drm: gem: Drop Object::SIZE
rust: drm: Use gem::BaseDriverObject in driver::Driver
drivers/gpu/drm/nova/driver.rs | 4 +-
drivers/gpu/drm/nova/gem.rs | 9 ++-
rust/kernel/drm/device.rs | 17 +++---
rust/kernel/drm/driver.rs | 5 +-
rust/kernel/drm/gem/mod.rs | 108 +++++++++++++++------------------
5 files changed, 70 insertions(+), 73 deletions(-)
base-commit: 276c53c66e032c8e7cc0da63555f2742eb1afd69
--
2.49.0
More information about the dri-devel
mailing list