Home | History | Annotate | Download | only in drm

Lines Matching defs:sync_file

116  * import/export the syncobj's current fence from/to a &sync_file.
134 #include <linux/sync_file.h>
734 struct sync_file *sync_file;
751 sync_file = sync_file_create(fence, fp);
757 if (sync_file == NULL)
762 fp = NULL; /* sync_file consumes */
778 struct sync_file *sync_file;
788 sync_file = sync_file_create(fence);
792 if (!sync_file) {
797 fd_install(fd, sync_file->file);