summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorAlan Previn <alan.previn.teres.alexis@intel.com>2021-10-05 12:41:20 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2021-10-06 05:03:42 -0400
commitcd895ac29bd09a73903339625a5d852b6b589383 (patch)
treea1b4b1a07bb7c0ede98651cbb4c4654ac5f2ce89 /tests/meson.build
parent4d5f8bcd2e35de368fcaa968c127111d9f450247 (diff)
tests/i915/gem_pxp: Add basic PXP testing of buffer and context alloc
Test PXP capability support as well as the allocation of protected buffers and protected contexts. Signed-off-by: Alan Previn <alan.previn.teres.alexis@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@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 99557912..7bd650d5 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -169,6 +169,7 @@ i915_progs = [
'gem_pread_after_blit',
'gem_pwrite',
'gem_pwrite_snooped',
+ 'gem_pxp',
'gem_read_read_speed',
'gem_readwrite',
'gem_reg_read',