From 699753fd0ca7b2dd9527140003062058fd5ef52a Mon Sep 17 00:00:00 2001 From: Zubin Mithra Date: Wed, 10 May 2023 16:13:15 -0700 Subject: sys/linux: add flags for drm_msm_wait_fence --- 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 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 -- cgit mrf-deployment