Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel-gpu-tools: Skip kms_mmio_vs_cs_flip if no cairo
@ 2014-05-27 15:45 tim.gore
  2014-05-27 17:17 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: tim.gore @ 2014-05-27 15:45 UTC (permalink / raw)
  To: intel-gfx

From: Tim Gore <tim.gore@intel.com>

The kms_mmio_vs_cs_flip test uses igt_kms.c which in turn
uses cairo. So in Android.mk add this test to the skip list
if we dont have cairo

Signed-off-by: Tim Gore <tim.gore@intel.com>
---
 tests/Android.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Android.mk b/tests/Android.mk
index b4b91a0..dde2cd2 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -69,7 +69,8 @@ else
     kms_sink_crc_basic \
     gem_render_copy \
     pm_lpsp \
-    kms_fence_pin_leak
+    kms_fence_pin_leak \
+    kms_mmio_vs_cs_flip
     IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
 endif
 
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-27 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 15:45 [PATCH] intel-gpu-tools: Skip kms_mmio_vs_cs_flip if no cairo tim.gore
2014-05-27 17:17 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox