summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2021-11-29 13:14:36 -0800
committerRob Clark <robdclark@chromium.org>2021-12-07 14:06:42 -0800
commit49deb6b505c293a60dd3b3976a63c467bf88442e (patch)
treec25d51076021d8d4e01b56e5dd25fff44e306c62 /tests/meson.build
parenta59b00e4a10c12263e511d6fc2d3f3294527e9b8 (diff)
msm: Add test for kernel buffer permissions
Tests that reads and/or writes to kernel managed buffers which should be inaccessible to userspace controlled cmdstream, are indeed inaccessible. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 7b7d6bf8..c14acf99 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -60,6 +60,7 @@ test_progs = [
'kms_vrr',
'kms_writeback',
'meta_test',
+ 'msm_mapping',
'msm_recovery',
'msm_submit',
'panfrost_get_param',