Searched refs:lock_class (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_lmem.c | 39 static struct lock_class_key lock_class; in __i915_gem_lmem_object_create() local 48 i915_gem_object_init(obj, &i915_gem_lmem_obj_ops, &lock_class); in __i915_gem_lmem_object_create()
|
D | i915_gem_internal.c | 166 static struct lock_class_key lock_class; in i915_gem_object_create_internal() local 181 i915_gem_object_init(obj, &i915_gem_object_internal_ops, &lock_class); in i915_gem_object_create_internal()
|
D | i915_gem_dmabuf.c | 223 static struct lock_class_key lock_class; in i915_gem_prime_import() local 255 i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class); in i915_gem_prime_import()
|
D | i915_gem_shmem.c | 472 static struct lock_class_key lock_class; in create_shmem() local 499 i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class); in create_shmem()
|
D | i915_gem_stolen.c | 581 static struct lock_class_key lock_class; in __i915_gem_object_create_stolen() local 591 i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class); in __i915_gem_object_create_stolen()
|
D | i915_gem_userptr.c | 755 static struct lock_class_key lock_class; in i915_gem_userptr_ioctl() local 813 i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class); in i915_gem_userptr_ioctl()
|
/drivers/gpu/drm/i915/selftests/ |
D | mock_region.c | 23 static struct lock_class_key lock_class; in mock_object_create() local 35 i915_gem_object_init(obj, &mock_region_obj_ops, &lock_class); in mock_object_create()
|
D | i915_gem_gtt.c | 109 static struct lock_class_key lock_class; in fake_dma_object() local 123 i915_gem_object_init(obj, &fake_ops, &lock_class); in fake_dma_object()
|
/drivers/gpu/drm/i915/gem/selftests/ |
D | huge_gem_object.c | 102 static struct lock_class_key lock_class; in huge_gem_object() local 118 i915_gem_object_init(obj, &huge_ops, &lock_class); in huge_gem_object()
|
D | huge_pages.c | 154 static struct lock_class_key lock_class; in huge_pages_object() local 171 i915_gem_object_init(obj, &huge_page_ops, &lock_class); in huge_pages_object() 303 static struct lock_class_key lock_class; in fake_huge_pages_object() local 322 i915_gem_object_init(obj, &fake_ops_single, &lock_class); in fake_huge_pages_object() 324 i915_gem_object_init(obj, &fake_ops, &lock_class); in fake_huge_pages_object()
|
/drivers/gpu/drm/i915/gvt/ |
D | dmabuf.c | 211 static struct lock_class_key lock_class; in vgpu_create_gem() local 221 i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class); in vgpu_create_gem()
|