Skip to content

panfrost: Remove BO mapping from import

Icecream95 requested to merge icecream95/mesa:bo-import-map into main

BOs will be mapped when needed, so there is no need to mmap BOs when importing them.

Fixes crashes when exporting a non-AFBC resource and importing it back in the same context.


TODO: Does panvk handle this fine? I note that it maps non-imported BOs on creation, maybe it doesn't mmap on demand yet?

Merge request reports