From ae8e646127715e816376c6324c9109331bad6503 Mon Sep 17 00:00:00 2001 From: Zhao Yakui Date: Thu, 24 Apr 2014 10:15:44 +0800 Subject: tests: Add one ring sync case based on multi drm_fd to test ring semaphore sync under multi BSD rings The Broadwell GT3 machine has two independent BSD rings in kernel driver while it is transparent to the user-space driver. In such case it needs to check the ring sync between the two BSD rings. At the same time it also needs to check the sync among the second BSD ring and the other rings. V2->V3: Follow Imre's comment to remove the unnecessary initialization and use igt_assert_f instead of igt_assert. V3->V4: Add gem_multi_bsd_sync_loop.c into the tests/.gitignore Reviewed-by: Imre Deak Signed-off-by: Zhao Yakui Signed-off-by: Daniel Vetter --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/.gitignore') diff --git a/tests/.gitignore b/tests/.gitignore index a677af30..f710c9be 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -55,6 +55,7 @@ gem_media_fill gem_mmap gem_mmap_gtt gem_mmap_offset_exhaustion +gem_multi_bsd_sync_loop gem_non_secure_batch gem_partial_pwrite_pread gem_persistent_relocs -- cgit v1.2.3