igt/vc4_wait_seqno: Add a test for VC4's wait-for-seqno ioctl.

v2: Use do_ioctl_err().

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Eric Anholt
2016-01-22 17:18:29 -08:00
parent 3f83f07039
commit d333a0ed69
3 changed files with 76 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@ NOUVEAU_TESTS_M = \
prime_nv_test \
$(NULL)
VC4_TESTS_M = \
vc4_wait_seqno \
$(NULL)
TESTS_progs_M = \
core_get_client_auth \
drv_getparams_basic \