]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drivers: gpu: Update ARef imports from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Sun, 23 Nov 2025 09:24:30 +0000 (14:54 +0530)
committerAlice Ryhl <aliceryhl@google.com>
Thu, 18 Dec 2025 07:51:07 +0000 (07:51 +0000)
commit8592764933edc9c176e1904527e2190273b41bde
treef9f5060233a0ed70fd2be8201876ce8e55cd6ac8
parent60c7398bded2e11f0db40a409a241b8be5910ee2
drivers: gpu: Update ARef imports from sync::aref

Update call sites to import `ARef` from `sync::aref`
instead of `types`.

This aligns with the ongoing effort to move `ARef` and
`AlwaysRefCounted` to sync.

Suggested-by: Benno Lossin <lossin@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1173
Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20251123092438.182251-3-shankari.ak0208@gmail.com
[aliceryhl: keep trailing // at last import]
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
drivers/gpu/drm/tyr/driver.rs
drivers/gpu/nova-core/gsp/sequencer.rs
drivers/gpu/nova-core/vbios.rs