Searched defs:syncobj (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_syncobj.c | 70 struct drm_syncobj *syncobj; in drm_syncobj_find() local 85 static void drm_syncobj_add_callback_locked(struct drm_syncobj *syncobj, in drm_syncobj_add_callback_locked() 93 static int drm_syncobj_fence_get_or_add_callback(struct drm_syncobj *syncobj, in drm_syncobj_fence_get_or_add_callback() 133 void drm_syncobj_add_callback(struct drm_syncobj *syncobj, in drm_syncobj_add_callback() 148 void drm_syncobj_remove_callback(struct drm_syncobj *syncobj, in drm_syncobj_remove_callback() 164 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, in drm_syncobj_replace_fence() 215 static int drm_syncobj_assign_null_handle(struct drm_syncobj *syncobj) in drm_syncobj_assign_null_handle() 251 struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle); in drm_syncobj_find_fence() local 274 struct drm_syncobj *syncobj = container_of(kref, in drm_syncobj_free() local 298 struct drm_syncobj *syncobj; in drm_syncobj_create() local [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_syncobj.c | 225 struct drm_syncobj *syncobj; in drm_syncobj_find() local 240 static void drm_syncobj_fence_add_wait(struct drm_syncobj *syncobj, in drm_syncobj_fence_add_wait() 265 static void drm_syncobj_remove_wait(struct drm_syncobj *syncobj, in drm_syncobj_remove_wait() 285 void drm_syncobj_add_point(struct drm_syncobj *syncobj, in drm_syncobj_add_point() 321 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, in drm_syncobj_replace_fence() 353 static void drm_syncobj_assign_null_handle(struct drm_syncobj *syncobj) in drm_syncobj_assign_null_handle() 382 struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle); in drm_syncobj_find_fence() local 449 struct drm_syncobj *syncobj = container_of(kref, in drm_syncobj_free() local 472 struct drm_syncobj *syncobj; in drm_syncobj_create() local 505 struct drm_syncobj *syncobj, u32 *handle) in drm_syncobj_get_handle() [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_syncobj.h | 103 drm_syncobj_fence_get(struct drm_syncobj *syncobj) in drm_syncobj_fence_get()
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_syncobj.h | 121 drm_syncobj_fence_get(struct drm_syncobj *syncobj) in drm_syncobj_fence_get()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_execbuffer.c | 230 struct drm_syncobj *syncobj; /* Use with ptr_mask_bits() */ member 2723 struct drm_syncobj *syncobj; in add_timeline_fence_array() local 2845 struct drm_syncobj *syncobj; in add_fence_array() local 2896 struct drm_syncobj *syncobj; in await_fence_array() local 2919 struct drm_syncobj *syncobj; in signal_fence_array() local
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | i915_gem_execbuffer.c | 2140 struct drm_syncobj *syncobj; in get_fence_array() local 2189 struct drm_syncobj *syncobj; in await_fence_array() local 2219 struct drm_syncobj *syncobj; in signal_fence_array() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| D | msm_gem_submit.c | 398 struct drm_syncobj *syncobj; member
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_cs.c | 1426 struct drm_syncobj *syncobj; in amdgpu_cs_fence_to_handle_ioctl() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_cs.c | 1438 struct drm_syncobj *syncobj; in amdgpu_cs_fence_to_handle_ioctl() local
|
| D | amdgpu.h | 491 struct drm_syncobj *syncobj; member
|