summaryrefslogtreecommitdiff
path: root/include/linux/nvhost_ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nvhost_ioctl.h')
-rw-r--r--include/linux/nvhost_ioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nvhost_ioctl.h b/include/linux/nvhost_ioctl.h
index 4b6e1a2fb132..b060864ff1d1 100644
--- a/include/linux/nvhost_ioctl.h
+++ b/include/linux/nvhost_ioctl.h
@@ -143,6 +143,8 @@ struct nvhost_fence {
#define NVHOST_SUBMIT_GPFIFO_FLAGS_HW_FORMAT BIT(2)
/* create a sync fence fd instead of raw fence */
#define NVHOST_SUBMIT_GPFIFO_FLAGS_SYNC_FENCE BIT(3)
+/* suppress WFI before fence trigger */
+#define NVHOST_SUBMIT_GPFIFO_FLAGS_SUPPRESS_WFI BIT(4)
struct nvhost_submit_gpfifo_args {
__u64 gpfifo;