Home
last modified time | relevance | path

Searched refs:i915_gem_object_init (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_region.c74 i915_gem_object_init(obj, &mock_region_obj_ops, &lock_class, flags); in mock_object_init()
H A Di915_gem_gtt.c132 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_dma_object()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_gem_object.c121 i915_gem_object_init(obj, &huge_ops, &lock_class, 0); in huge_gem_object()
H A Dhuge_pages.c196 i915_gem_object_init(obj, &huge_page_ops, &lock_class, 0); in huge_pages_object()
349 i915_gem_object_init(obj, &fake_ops_single, &lock_class, 0); in fake_huge_pages_object()
351 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_huge_pages_object()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c158 i915_gem_object_init(obj, ops, &lock_class, 0); in __i915_gem_object_create_internal()
H A Di915_gem_dmabuf.c321 i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class, in i915_gem_prime_import()
H A Di915_gem_userptr.c554 i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class, in i915_gem_userptr_ioctl()
H A Di915_gem_shmem.c609 i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class, flags); in shmem_object_init()
H A Di915_gem_object.h47 void i915_gem_object_init(struct drm_i915_gem_object *obj,
H A Di915_gem_object.c92 void i915_gem_object_init(struct drm_i915_gem_object *obj, in i915_gem_object_init() function
H A Di915_gem_stolen.c693 i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class, flags); in __i915_gem_object_create_stolen()
H A Di915_gem_ttm.c1303 i915_gem_object_init(obj, &i915_gem_ttm_obj_ops, &lock_class, flags); in __i915_gem_ttm_object_init()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt.c288 EXPORT_SYMBOL_NS_GPL(i915_gem_object_init, I915_GVT);
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c210 i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class, 0); in vgpu_create_gem()