Searched refs:gtt_virtual (Results 1 – 1 of 1) sorted by relevance
217 void *gtt_virtual; member1192 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_free()1193 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()1224 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_mark_mmaps_incoherent()1225 VALGRIND_MAKE_MEM_NOACCESS(bo_gem->gtt_virtual, bo->size); in drm_intel_gem_bo_mark_mmaps_incoherent()1293 if (bo_gem->gtt_virtual) { in drm_intel_gem_bo_purge_vma_cache()1294 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()1295 bo_gem->gtt_virtual = NULL; in drm_intel_gem_bo_purge_vma_cache()1310 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_close_vma()1324 if (bo_gem->gtt_virtual) in drm_intel_gem_bo_open_vma()[all …]