drm_syncobj
struct drm_syncobj **post_dep_syncobjs;
sizeof(struct drm_syncobj *),
struct drm_syncobj *syncobj;
static void drm_syncobj_add_callback_locked(struct drm_syncobj *syncobj,
static int drm_syncobj_fence_get_or_add_callback(struct drm_syncobj *syncobj,
void drm_syncobj_add_callback(struct drm_syncobj *syncobj,
void drm_syncobj_remove_callback(struct drm_syncobj *syncobj,
void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
static int drm_syncobj_assign_null_handle(struct drm_syncobj *syncobj)
struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle);
struct drm_syncobj *syncobj = container_of(kref,
struct drm_syncobj,
int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags,
struct drm_syncobj *syncobj;
syncobj = kzalloc(sizeof(struct drm_syncobj), GFP_KERNEL);
struct drm_syncobj *syncobj, u32 *handle)
struct drm_syncobj *syncobj;
struct drm_syncobj *syncobj;
struct drm_syncobj *syncobj = file->private_data;
int drm_syncobj_get_fd(struct drm_syncobj *syncobj, int *p_fd)
struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle);
struct drm_syncobj *syncobj;
struct drm_syncobj *syncobj;
struct drm_syncobj *syncobj = ptr;
static void syncobj_wait_syncobj_func(struct drm_syncobj *syncobj,
static signed long drm_syncobj_array_wait_timeout(struct drm_syncobj **syncobjs,
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
struct drm_syncobj **syncobjs)
struct drm_syncobj *syncobj;
struct drm_syncobj ***syncobjs_out)
struct drm_syncobj **syncobjs;
static void drm_syncobj_array_free(struct drm_syncobj **syncobjs,
struct drm_syncobj **syncobjs;
struct drm_syncobj **syncobjs;
struct drm_syncobj **syncobjs;
__free_fence_array(struct drm_syncobj **fences, unsigned int n)
static struct drm_syncobj **
struct drm_syncobj **fences;
struct drm_syncobj *syncobj;
struct drm_syncobj **fences)
struct drm_syncobj **fences)
struct drm_syncobj *syncobj;
struct drm_syncobj **fences)
struct drm_syncobj *syncobj;
struct drm_syncobj **fences)
struct drm_syncobj **fences = NULL;
drm_syncobj_put(struct drm_syncobj *obj)
drm_syncobj_fence_get(struct drm_syncobj *syncobj)
struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, u64 point,
int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags,
struct drm_syncobj *syncobj, u32 *handle);
int drm_syncobj_get_fd(struct drm_syncobj *syncobj, int *p_fd);
typedef void (*drm_syncobj_func_t)(struct drm_syncobj *syncobj,
drm_syncobj_get(struct drm_syncobj *obj)