From d88fb0d8c1d18705307609c7b01b297425a9edb1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 2 Nov 2018 21:53:43 +0100 Subject: 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 * 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 (v2) Reviewed-by: Dave Airlie Signed-off-by: Daniel Vetter --- 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 c910210b..a3960316 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -86,6 +86,7 @@ TESTS_progs = \ kms_tv_load_detect \ kms_universal_plane \ kms_vblank \ + kms_sequence \ meta_test \ perf \ perf_pmu \ -- cgit v1.2.3