diff options
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2018-05-01 13:31:09 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2018-05-08 16:19:40 +0200 |
commit | 41eb85f918b02918787fc59d9cb5aab93b81f323 (patch) | |
tree | 7ebcebc80d8c640fc58edb42949770fafa79443f /tests/Makefile.sources | |
parent | 1bb318b32db003a377da14715c7b80675a712b6b (diff) |
tests: Remove kms_mmio_vs_cs_flip
CS flips no longer exist, so the test has become useless.
Other tests like kms_busy already perform some testing
that's gpu agnostic.
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r-- | tests/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 791e4f83..8066fb1a 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -194,7 +194,6 @@ TESTS_progs = \ kms_invalid_dotclock \ kms_legacy_colorkey \ kms_mmap_write_crc \ - kms_mmio_vs_cs_flip \ kms_panel_fitting \ kms_pipe_b_c_ivb \ kms_pipe_crc_basic \ |