diff options
| author | Zubin Mithra <zsm@google.com> | 2023-05-10 16:13:15 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-05-17 09:42:51 +0200 |
| commit | 699753fd0ca7b2dd9527140003062058fd5ef52a (patch) | |
| tree | d1a56dd7888a7a27624f6ccea14fd7f7e89977eb /sys/linux/dev_msm.txt.const | |
| parent | 88e3acb28ed72eb15facbe31fe3726e5eeba8f83 (diff) | |
sys/linux: add flags for drm_msm_wait_fence
Diffstat (limited to 'sys/linux/dev_msm.txt.const')
| -rw-r--r-- | sys/linux/dev_msm.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/dev_msm.txt.const b/sys/linux/dev_msm.txt.const index 65ca6c974..f77f27d6f 100644 --- a/sys/linux/dev_msm.txt.const +++ b/sys/linux/dev_msm.txt.const @@ -61,6 +61,7 @@ MSM_SUBMIT_FENCE_FD_IN = 1073741824 MSM_SUBMIT_FENCE_FD_OUT = 536870912 MSM_SUBMIT_NO_IMPLICIT = 2147483648 MSM_SUBMIT_SUDO = 268435456 +MSM_WAIT_FENCE_BOOST = 1 MSM_SUBMIT_SYNCOBJ_IN = 134217728 MSM_SUBMIT_SYNCOBJ_OUT = 67108864 MSM_SUBMIT_SYNCOBJ_RESET = 1 |
