Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/selftests/
Dmock_region.c69 static struct lock_class_key lock_class; in mock_object_init() local
76 i915_gem_object_init(obj, &mock_region_obj_ops, &lock_class, flags); in mock_object_init()
Di915_gem_gtt.c110 static struct lock_class_key lock_class; in fake_dma_object() local
124 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_dma_object()
/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.c153 static struct lock_class_key lock_class; in huge_pages_object() local
170 i915_gem_object_init(obj, &huge_page_ops, &lock_class, 0); in huge_pages_object()
302 static struct lock_class_key lock_class; in fake_huge_pages_object() local
321 i915_gem_object_init(obj, &fake_ops_single, &lock_class, 0); in fake_huge_pages_object()
323 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_huge_pages_object()
/drivers/gpu/drm/i915/gem/
Di915_gem_internal.c151 static struct lock_class_key lock_class; in __i915_gem_object_create_internal() local
166 i915_gem_object_init(obj, ops, &lock_class, 0); in __i915_gem_object_create_internal()
Di915_gem_dmabuf.c268 static struct lock_class_key lock_class; in i915_gem_prime_import() local
304 i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class, 0); in i915_gem_prime_import()
Di915_gem_userptr.c490 static struct lock_class_key __maybe_unused lock_class; in i915_gem_userptr_ioctl() local
549 i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class, 0); in i915_gem_userptr_ioctl()
Di915_gem_shmem.c514 static struct lock_class_key lock_class; in shmem_object_init() local
536 i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class, flags); in shmem_object_init()
Di915_gem_stolen.c637 static struct lock_class_key lock_class; in __i915_gem_object_create_stolen() local
649 i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class, flags); in __i915_gem_object_create_stolen()
Di915_gem_ttm.c898 static struct lock_class_key lock_class; in __i915_gem_ttm_object_init() local
908 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.c211 static struct lock_class_key lock_class; in vgpu_create_gem() local
221 i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class, 0); in vgpu_create_gem()