From c1e0e30a4ad0658b159d2e7fc605ad4925edfcb0 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 25 Aug 2016 09:14:49 +0200 Subject: 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 --- tests/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.sources') 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 \ -- cgit v1.2.3