Skip to content

Commit 2606f01

Browse files
committed
drm/asahi: render: Tag AuxFB
Signed-off-by: Asahi Lina <[email protected]>
1 parent cf33ac2 commit 2606f01

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
@@ -724,7 +724,7 @@ impl super::Queue::ver {
724724
notifier,
725725
scene,
726726
vm_bind,
727-
aux_fb: self.ualloc.lock().array_empty(0x8000)?,
727+
aux_fb: self.ualloc.lock().array_empty_tagged(0x8000, b"AXFB")?,
728728
timestamps,
729729
})
730730
},

0 commit comments

Comments
 (0)