summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-11-02 21:53:43 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-11-08 16:32:23 +0100
commitd88fb0d8c1d18705307609c7b01b297425a9edb1 (patch)
treea1621247020eac54ad09e0ca250a90bde7917888 /tests/meson.build
parenta3ede1b535ac8137f6949c468edd7054453d5dae (diff)
tests/kms_sequence: Add tests for new CRTC get/queue sequence ioctls [v2]
These ioctls replace drmWaitVBlank and add ns time resolution and 64-bit sequence numbers to comply with the Vulkan API specifications. The tests were derived from the existing kms_vblank tests with the 'wait' variant elided as the new API doesn't provide a mechanism for blocking in the kernel. v2: from Dave Airlie <airlied@redhat.com> * Add local definitions of new ioctls to avoid requiring latest libdrm. * Remove FIRST_PIXEL_OUT as that has been removed from the proposed kernel patches. v3: - Rebase - drop the export of igt_output_get_driving_pipe, the tests do full modesets already. Signed-off-by: Keith Packard <keithp@keithp.com> (v2) Reviewed-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@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 eacdc1a7..c1a2301a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -59,6 +59,7 @@ test_progs = [
'kms_rotation_crc',
'kms_selftest',
'kms_setmode',
+ 'kms_sequence',
'kms_sysfs_edid_timing',
'kms_tv_load_detect',
'kms_universal_plane',