Skip to content

v3dv: ignore imported BOs when tracking BO memory usage

Iago Toral requested to merge itoral/mesa:v3dv_bo_fix_import_stats into main

Imported BOs are not allocated by the device so we don't update BO stats when they are imported. Therefore, we should not be updating them when they are freed either.

Merge request reports