Skip to content

panvk: Protect access to the virtual address heap

What does this MR do and why?

Device memory can be allocated from different threads and thus requires locking when allocating/freeing virtual addresses.

/cc @larsivsi @kusma @marysaka

Merge request reports