+4
−4
Loading
These methods just read the values stored in the op pointers without modifying them, so it is appropriate to use const ptrs here. This allows us to avoid const -> mut pointer casts in Rust. Reviewed-by:Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by:
Alice Ryhl <aliceryhl@google.com> Link: https://patch.msgid.link/20260108-gpuvm-rust-v2-3-dbd014005a0b@google.com Signed-off-by:
Danilo Krummrich <dakr@kernel.org>