From e11b663ec338db494ef9c8703912ca44570499ca Mon Sep 17 00:00:00 2001 From: Zubin Mithra Date: Wed, 10 May 2023 16:18:19 -0700 Subject: sys/linux: add constant MSM_SUBMIT_FENCE_SN_IN for drm_msm_gem_submit.args --- sys/linux/dev_msm.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_msm.txt.const') 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 -- cgit mrf-deployment