Skip to content

Commit 907267d

Browse files
committed
drm/asahi: render: Tag AuxFB
Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 45edc6b commit 907267d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/queue/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ impl super::Queue::ver {
721721
notifier,
722722
scene,
723723
vm_bind,
724-
aux_fb: self.ualloc.lock().array_empty(0x8000)?,
724+
aux_fb: self.ualloc.lock().array_empty_tagged(0x8000, b"AXFB")?,
725725
timestamps,
726726
})
727727
},

0 commit comments

Comments
 (0)