From 46f8273da3a8f68e273107356256b5e693a34b7f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Nov 2024 11:55:37 +0100 Subject: sys/linux: update descriptions/consts Update to upstream commit 228a1157fb9f. VFIO_TYPE1_NESTING_IOMMU const was removed in 35890f85573c. Remove it from descriptions. --- sys/linux/dev_msm.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 04bc55762..c2eb11159 100644 --- a/sys/linux/dev_msm.txt.const +++ b/sys/linux/dev_msm.txt.const @@ -50,7 +50,7 @@ MSM_PREP_BOOST = 8 MSM_PREP_NOSYNC = 4 MSM_PREP_READ = 1 MSM_PREP_WRITE = 2 -MSM_SUBMITQUEUE_FLAGS = 0 +MSM_SUBMITQUEUE_FLAGS = 1 MSM_SUBMITQUEUE_PARAM_FAULTS = 0 MSM_SUBMIT_BO_DUMP = 4 MSM_SUBMIT_BO_READ = 1 -- cgit mrf-deployment