Searched refs:gtt_virtual (Results 1 – 1 of 1) sorted by relevance
216 void *gtt_virtual; member1168 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_free()1169 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()1198 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_mark_mmaps_incoherent()1199 VALGRIND_MAKE_MEM_NOACCESS(bo_gem->gtt_virtual, bo->size); in drm_intel_gem_bo_mark_mmaps_incoherent()1267 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_purge_vma_cache()1268 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()1269 bo_gem->gtt_virtual = NULL; in drm_intel_gem_bo_purge_vma_cache()1284 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_close_vma()1298 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_open_vma()[all …]