Searched refs:import_obj (Results 1 – 1 of 1) sorted by relevance
43 struct drm_i915_gem_object *obj, *import_obj; in igt_dmabuf_import_self() local67 import_obj = to_intel_bo(import); in igt_dmabuf_import_self()75 i915_gem_object_lock(import_obj, NULL); in igt_dmabuf_import_self()76 err = __i915_gem_object_get_pages(import_obj); in igt_dmabuf_import_self()77 i915_gem_object_unlock(import_obj); in igt_dmabuf_import_self()85 i915_gem_object_put(import_obj); in igt_dmabuf_import_self()150 struct drm_i915_gem_object *import_obj) in verify_access() argument179 vma = i915_vma_instance(import_obj, ce->vm, NULL); in verify_access()195 err = i915_gem_object_wait(import_obj, 0, MAX_SCHEDULE_TIMEOUT); in verify_access()223 struct drm_i915_gem_object *obj, *import_obj; in igt_dmabuf_import_same_driver() local[all …]