]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm: nova: update ARef import from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Wed, 16 Jul 2025 09:09:41 +0000 (14:39 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 13 Aug 2025 16:35:33 +0000 (18:35 +0200)
commit46ab4278e9bbb16e3dc8cec52fcdcadc95936a89
tree914d29a0b7a48379292cec48d76ae4fe48acbc50
parent3b51739fa2001b047359e11afd755ae5e189b7db
drm: nova: update ARef import from sync::aref

Update nova 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>
Link: https://lore.kernel.org/r/20250716090941.811418-1-shankari.ak0208@gmail.com
[ Alter subject and commit message to be nova specific. - Danilo ]
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/nova/driver.rs
drivers/gpu/drm/nova/gem.rs