summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJosé Roberto de Souza <jose.souza@intel.com>2022-03-08 11:19:39 -0800
committerJosé Roberto de Souza <jose.souza@intel.com>2022-03-28 11:27:05 -0700
commite0746d25f9d913e1235cda992690f7aebc83cccc (patch)
tree1f939ebb4030e0d86c776b1fd70258fd00c5d6b2 /tests/meson.build
parent37ec3b8ffd2c36e5a4c9d2c0d22577920212dc42 (diff)
tests: Add a new test to stress PSR
This tests is intended to reproduce a issue found in real world but the software enviroment to reproduce it was not easy to duplicate, so this test was written to make it easy to reproduce it, debug and fix. To make sure we don't regress it in the future here the test. It mixes page flips and frontbuffer writes in primary and overlay planes and expects that PSR stays active after each subtest without any warnings or underruns. Reviewed-by: Jouni Högander <jouni.hogander@intel.com> Cc: Mika Kahola <mika.kahola@intel.com> Cc: Jouni Högander <jouni.hogander@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@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 3af4576f..a152d2a0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -243,6 +243,7 @@ i915_progs = [
'kms_psr',
'kms_psr2_su',
'kms_psr2_sf',
+ 'kms_psr_stress_test',
'kms_pwrite_crc',
'sysfs_clients',
'sysfs_defaults',