projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3c122
)
intel-gpu-tools: Skip kms_mmio_vs_cs_flip if no cairo
author
Tim Gore
<tim.gore@intel.com>
Tue, 27 May 2014 15:45:24 +0000
(16:45 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 27 May 2014 17:17:14 +0000
(19:17 +0200)
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>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/Android.mk
patch
|
blob
|
history
diff --git
a/tests/Android.mk
b/tests/Android.mk
index
b4b91a0
..
dde2cd2
100644
(file)
--- 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