Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gem/
Di915_gem_lmem.c39 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()
Di915_gem_internal.c166 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()
Di915_gem_dmabuf.c223 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()
Di915_gem_shmem.c472 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()
Di915_gem_stolen.c581 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()
Di915_gem_userptr.c755 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/
Dmock_region.c23 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()
Di915_gem_gtt.c109 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/
Dhuge_gem_object.c102 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()
Dhuge_pages.c154 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/
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); in vgpu_create_gem()