summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-05-24 20:44:11 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2016-06-07 19:24:57 +0300
commitefa40415e87584e0f35ff299d4f05d839f506663 (patch)
treeb57d4627e6896f741859bbd2f47add3ee76bb071 /tests/Makefile.sources
parentbeef31a02679a914e2c101e60308511d396201fc (diff)
tests: Add kms_invalid_dotclock
Add a test that makes sure every modeset gets rejected by the kernel if the requested dotclock is beyond the hardware capabilities. For now we just test the preferred mode for each connector, should perhaps test them all to be more sure everything is getting rejected. We also skip the test on connectros that have a fixed mode as the kernel will ignore most of the user timings. We should make the kernel more strict I think, to at least check that the user gets roughly the refresh rate they requeted. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index c81eeeb5..122b528f 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -93,6 +93,7 @@ TESTS_progs_M = \
kms_flip_event_leak \
kms_flip_tiling \
kms_frontbuffer_tracking \
+ kms_invalid_dotclock \
kms_legacy_colorkey \
kms_mmio_vs_cs_flip \
kms_pipe_b_c_ivb \