Searched refs:gtt_virtual (Results 1 – 1 of 1) sorted by relevance
188 void *gtt_virtual; member1057 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_free()1058 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()1083 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_mark_mmaps_incoherent()1084 VALGRIND_MAKE_MEM_NOACCESS(bo_gem->gtt_virtual, bo->size); in drm_intel_gem_bo_mark_mmaps_incoherent()1147 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_purge_vma_cache()1148 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()1149 bo_gem->gtt_virtual = NULL; in drm_intel_gem_bo_purge_vma_cache()1162 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_close_vma()1174 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_open_vma()[all …]