Home
last modified time | relevance | path

Searched refs:lock_class (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/i915/gem/selftests/
Dhuge_gem_object.c101 static struct lock_class_key lock_class; in huge_gem_object() local
117 i915_gem_object_init(obj, &huge_ops, &lock_class, 0); in huge_gem_object()
Dhuge_pages.c174 static struct lock_class_key lock_class; in huge_pages_object() local
192 i915_gem_object_init(obj, &huge_page_ops, &lock_class, 0); in huge_pages_object()
326 static struct lock_class_key lock_class; in fake_huge_pages_object() local
345 i915_gem_object_init(obj, &fake_ops_single, &lock_class, 0); in fake_huge_pages_object()
347 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_huge_pages_object()
/drivers/gpu/drm/i915/selftests/
Dmock_region.c67 static struct lock_class_key lock_class; in mock_object_init() local
74 i915_gem_object_init(obj, &mock_region_obj_ops, &lock_class, flags); in mock_object_init()
Di915_gem_gtt.c114 static struct lock_class_key lock_class; in fake_dma_object() local
128 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_dma_object()
/drivers/gpu/drm/i915/gem/
Di915_gem_internal.c143 static struct lock_class_key lock_class; in __i915_gem_object_create_internal() local
158 i915_gem_object_init(obj, ops, &lock_class, 0); in __i915_gem_object_create_internal()
Di915_gem_dmabuf.c286 static struct lock_class_key lock_class; in i915_gem_prime_import() local
322 i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class, in i915_gem_prime_import()
Di915_gem_userptr.c491 static struct lock_class_key __maybe_unused lock_class; in i915_gem_userptr_ioctl() local
550 i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class, in i915_gem_userptr_ioctl()
Di915_gem_shmem.c560 static struct lock_class_key lock_class; in shmem_object_init() local
582 i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class, flags); in shmem_object_init()
Di915_gem_stolen.c636 static struct lock_class_key lock_class; in __i915_gem_object_create_stolen() local
648 i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class, flags); in __i915_gem_object_create_stolen()
Di915_gem_ttm.c1213 static struct lock_class_key lock_class; in __i915_gem_ttm_object_init() local
1223 i915_gem_object_init(obj, &i915_gem_ttm_obj_ops, &lock_class, flags); in __i915_gem_ttm_object_init()
/drivers/gpu/drm/i915/gvt/
Ddmabuf.c197 static struct lock_class_key lock_class; in vgpu_create_gem() local
207 i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class, 0); in vgpu_create_gem()