[PATCH v2 0/2] Drop Opaque from IOCTL args
Beata Michalska
beata.michalska at arm.com
Tue Jun 24 09:31:58 UTC 2025
Hi All,
This patch series removes the use of `Opaque<T>` for ioctl
arguments in the DRM Rust interface and updates the Nova
code accordingly.
v2:
- Missing Nova changes now included
- Fixed formatting and added comment on safety guarantees
Beata Michalska (1):
rust: drm: Drop the use of Opaque for ioctl arguments
Danilo Krummrich (1):
drm: nova-drm: Update ioctl handlers to drop Opaque usage
drivers/gpu/drm/nova/file.rs | 23 ++++++--------
drivers/gpu/drm/nova/nova.rs | 1 -
drivers/gpu/drm/nova/uapi.rs | 61 ------------------------------------
rust/kernel/drm/ioctl.rs | 11 ++++---
4 files changed, 16 insertions(+), 80 deletions(-)
delete mode 100644 drivers/gpu/drm/nova/uapi.rs
--
2.25.1
More information about the dri-devel
mailing list