Skip to content

Commit 4d186e0

Browse files
committed
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 607b252 commit 4d186e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ impl File {
349349
dummy_obj.map_at(&vm, mmu::IOVA_UNK_PAGE, mmu::PROT_GPU_SHARED_RW, true)?;
350350

351351
mod_dev_dbg!(device, "[File {} VM {}]: VM created\n", file_id, id);
352-
resv.store(Box::try_new(Vm {
352+
resv.store(Box::new(Vm {
353353
ualloc,
354354
ualloc_priv,
355355
vm,

0 commit comments

Comments
 (0)