提交 300238ce 编写于 作者: G Gustavo Padovan

dma-buf/sync_file: document flags field

Documentation for it was missing.
Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.com>
Acked-by: NSumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170731193655.6176-1-gustavo@padovan.org
上级 043652aa
......@@ -25,8 +25,12 @@
* @file: file representing this fence
* @sync_file_list: membership in global file list
* @wq: wait queue for fence signaling
* @flags: flags for the sync_file
* @fence: fence with the fences in the sync_file
* @cb: fence callback information
*
* flags:
* POLL_ENABLED: whether userspace is currently poll()'ing or not
*/
struct sync_file {
struct file *file;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册