Skip to content

Commit 607b252

Browse files
committed
fixup! drm/asahi: Convert to GPUVM and implement more VM_BIND ops
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 9433f3d commit 607b252

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
@@ -354,7 +354,7 @@ impl File {
354354
ualloc_priv,
355355
vm,
356356
_dummy_mapping: dummy_mapping,
357-
})?)?;
357+
}, GFP_KERNEL,)?)?;
358358

359359
data.vm_id = id;
360360

0 commit comments

Comments
 (0)