diff options
| author | Zubin Mithra <zsm@google.com> | 2023-05-10 16:18:19 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-05-17 09:42:51 +0200 |
| commit | e11b663ec338db494ef9c8703912ca44570499ca (patch) | |
| tree | d3450887eb2966cbf52338b8d2c5315a9cd19fec /sys/linux/dev_msm.txt.const | |
| parent | 699753fd0ca7b2dd9527140003062058fd5ef52a (diff) | |
sys/linux: add constant MSM_SUBMIT_FENCE_SN_IN for drm_msm_gem_submit.args
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 f77f27d6f..c621e35e9 100644 --- a/sys/linux/dev_msm.txt.const +++ b/sys/linux/dev_msm.txt.const @@ -62,6 +62,7 @@ MSM_SUBMIT_FENCE_FD_OUT = 536870912 MSM_SUBMIT_NO_IMPLICIT = 2147483648 MSM_SUBMIT_SUDO = 268435456 MSM_WAIT_FENCE_BOOST = 1 +MSM_SUBMIT_FENCE_SN_IN = 33554432 MSM_SUBMIT_SYNCOBJ_IN = 134217728 MSM_SUBMIT_SYNCOBJ_OUT = 67108864 MSM_SUBMIT_SYNCOBJ_RESET = 1 |
