mirror of https://github.com/torvalds/linux.git
Up until recently sync_file were create to export a single dma-fence to userspace, and so we could canabalise a bit insie dma-fence to mark whether or not we had enable polling for the sync_file itself. However, with the advent of syncobj, we do allow userspace to create multiple sync_files for a single dma-fence. (Similarly, that the sw-sync validation framework also started returning multiple sync-files wrapping a single dma-fence for a syncpt also triggering the problem.) This patch reverts my suggestion in commit |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| dma-buf.c | ||
| dma-fence-array.c | ||
| dma-fence.c | ||
| reservation.c | ||
| seqno-fence.c | ||
| sw_sync.c | ||
| sync_debug.c | ||
| sync_debug.h | ||
| sync_file.c | ||
| sync_trace.h | ||