Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 300238ce authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

dma-buf/sync_file: document flags field

parent 043652aa
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -25,8 +25,12 @@
 * @file:		file representing this fence
 * @file:		file representing this fence
 * @sync_file_list:	membership in global file list
 * @sync_file_list:	membership in global file list
 * @wq:			wait queue for fence signaling
 * @wq:			wait queue for fence signaling
 * @flags:		flags for the sync_file
 * @fence:		fence with the fences in the sync_file
 * @fence:		fence with the fences in the sync_file
 * @cb:			fence callback information
 * @cb:			fence callback information
 *
 * flags:
 * POLL_ENABLED: whether userspace is currently poll()'ing or not
 */
 */
struct sync_file {
struct sync_file {
	struct file		*file;
	struct file		*file;