Lines Matching refs:permanent
47 sync->permanent = create.handle;
75 struct drm_syncobj_destroy destroy = { .handle = sync->permanent };
87 uint32_t *dst = temporary ? &sync->temporary : &sync->permanent;
141 .handle = sync->temporary ? : sync->permanent,
149 /* restore permanent payload on export */
332 handles[i] = fence->syncobj.permanent;
351 handles[i] = fence->syncobj.permanent;
373 uint32_t handle = fence->syncobj.temporary ? : fence->syncobj.permanent;
391 handles[count++] = syncobj1->temporary ?: syncobj1->permanent;
394 handles[count++] = syncobj2->temporary ?: syncobj2->permanent;
411 struct drm_syncobj_handle handle = { .handle = sync->permanent };