linux/rust/kernel/drm
Lyude Paul 0023a1e8d0 rust/drm/gem: Use DeviceContext with GEM objects
Now that we have the ability to represent the context in which a DRM device
is in at compile-time, we can start carrying around this context with GEM
object types in order to allow a driver to safely create GEM objects before
a DRM device has registered with userspace.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Link: https://patch.msgid.link/20260507220044.3204919-4-lyude@redhat.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2026-06-02 22:51:16 +02:00
..
gem rust/drm/gem: Use DeviceContext with GEM objects 2026-06-02 22:51:16 +02:00
gpuvm drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig 2026-05-05 12:59:41 +02:00
device.rs rust/drm/gem: Use DeviceContext with GEM objects 2026-06-02 22:51:16 +02:00
driver.rs rust/drm/gem: Use DeviceContext with GEM objects 2026-06-02 22:51:16 +02:00
file.rs rust/drm: Remove imports covered by prelude::* 2026-02-24 16:11:41 +01:00
ioctl.rs rust: replace CStr with core::ffi::CStr 2025-10-22 07:47:27 +02:00
mod.rs rust/drm: Introduce DeviceContext 2026-06-02 21:35:25 +02:00