summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-08-25 09:14:49 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-08-25 11:28:39 +0200
commitc1e0e30a4ad0658b159d2e7fc605ad4925edfcb0 (patch)
tree6f3c45adfa2dae03195db87d80f3a3e135e4947b /tests/Makefile.sources
parente511fab23723b66844a010101d6ed08a29698a23 (diff)
tests: Add kms_properties test.
This is a simple test that only tries to set the current property values back. It exposes the issue that some connector properties only work when set through the legacy path, because i915 doesn't handle atomic connector properties yet. The other way around is true too: The atomic CRTC_ID connector property cannot be set through legacy means yet. This causes the connector tests to fail on i915. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@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 a8379775..6cdfea3b 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -104,6 +104,7 @@ TESTS_progs_M = \
kms_pipe_color \
kms_pipe_crc_basic \
kms_plane \
+ kms_properties \
kms_psr_sink_crc \
kms_render \
kms_rmfb \