Skip to content

Commit e07aa1a

Browse files
committed
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
1 parent f96b874 commit e07aa1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/mmu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl VmInner {
399399
.lock()
400400
.bind_token
401401
.as_ref()
402-
.map(|token| (token.last_slot() + UAT_USER_CTX_START as u32))
402+
.map(|token| token.last_slot() + UAT_USER_CTX_START as u32)
403403
}
404404
}
405405

0 commit comments

Comments
 (0)