Searched refs:lock_class (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/i915/selftests/ |
| A D | mock_region.c | 67 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()
|
| A D | i915_gem_gtt.c | 118 static struct lock_class_key lock_class; in fake_dma_object() local 132 i915_gem_object_init(obj, &fake_ops, &lock_class, 0); in fake_dma_object()
|
| /drivers/gpu/drm/i915/gem/selftests/ |
| A D | huge_gem_object.c | 105 static struct lock_class_key lock_class; in huge_gem_object() local 121 i915_gem_object_init(obj, &huge_ops, &lock_class, 0); in huge_gem_object()
|
| A D | huge_pages.c | 178 static struct lock_class_key lock_class; in huge_pages_object() local 196 i915_gem_object_init(obj, &huge_page_ops, &lock_class, 0); in huge_pages_object() 330 static struct lock_class_key lock_class; in fake_huge_pages_object() local 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()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_internal.c | 142 static struct lock_class_key lock_class; in __i915_gem_object_create_internal() local 157 i915_gem_object_init(obj, ops, &lock_class, 0); in __i915_gem_object_create_internal()
|
| A D | i915_gem_dmabuf.c | 284 static struct lock_class_key lock_class; in i915_gem_prime_import() local 320 i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class, in i915_gem_prime_import()
|
| A D | i915_gem_userptr.c | 464 static struct lock_class_key __maybe_unused lock_class; in i915_gem_userptr_ioctl() local 523 i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class, in i915_gem_userptr_ioctl()
|
| A D | i915_gem_shmem.c | 528 static struct lock_class_key lock_class; in shmem_object_init() local 550 i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class, flags); in shmem_object_init()
|
| A D | i915_gem_stolen.c | 703 static struct lock_class_key lock_class; in __i915_gem_object_create_stolen() local 715 i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class, flags); in __i915_gem_object_create_stolen()
|
| A D | i915_gem_ttm.c | 1288 static struct lock_class_key lock_class; in __i915_gem_ttm_object_init() local 1298 i915_gem_object_init(obj, &i915_gem_ttm_obj_ops, &lock_class, flags); in __i915_gem_ttm_object_init()
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | dmabuf.c | 201 static struct lock_class_key lock_class; in vgpu_create_gem() local 211 i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class, 0); in vgpu_create_gem()
|
Completed in 25 milliseconds