Skip to content

Commit 9548079

Browse files
jannaujohn-cabaj
authored andcommitted
fixup! rust: drm: gem: Add GEM object abstraction
kernel API change: add optional drm_gem_object_funcs.rss function ptr Signed-off-by: Janne Grunau <j@jannau.net> (cherry picked from commit a0f94ad https://github.com/AsahiLinux/linux) Signed-off-by: John Cabaj <john.cabaj@canonical.com>
1 parent 36855e1 commit 9548079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/kernel/drm/gem/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ impl<T: DriverObject> Object<T> {
238238
vunmap: None,
239239
mmap: None,
240240
status: None,
241+
rss: None,
241242
vm_ops: core::ptr::null_mut(),
242243
evict: None,
243244
};

0 commit comments

Comments
 (0)