drm: panthor-rs: Hook-up ioctls to C code
All but bo_mmap_offset hooked up.
Also need to figure out these warnings:
warning: `extern` block uses type `kernel::bindings::lockdep_map`, which is not FFI-safe
--> ../drivers/gpu/drm/panthor-rs/file.rs:54:16
|
54 | pfile: *mut bindings::panthor_file,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
|
= help: consider adding a member to this struct
= note: this struct has no fields
Signed-off-by:
Rob Herring (Arm) <robh@kernel.org>
Showing
- drivers/gpu/drm/panthor-rs/Makefile 9 additions, 0 deletionsdrivers/gpu/drm/panthor-rs/Makefile
- drivers/gpu/drm/panthor-rs/file.rs 117 additions, 0 deletionsdrivers/gpu/drm/panthor-rs/file.rs
- drivers/gpu/drm/panthor-rs/panthor_drv.c 14 additions, 46 deletionsdrivers/gpu/drm/panthor-rs/panthor_drv.c
- rust/bindings/bindings_helper.h 3 additions, 0 deletionsrust/bindings/bindings_helper.h
Loading
Please register or sign in to comment