From: Tim Gore Date: Tue, 3 Jun 2014 14:05:56 +0000 (+0100) Subject: intel-gpu-tools: re-enable gem_exec_params on Android X-Git-Tag: intel-gpu-tools-1.7~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dc8794fc07faf8f2b008f98fd8ef6ed04300119;p=profile%2Fextras%2Fintel-gpu-tools.git intel-gpu-tools: re-enable gem_exec_params on Android The missing macro that was preventing the gem_exec_params test from building is now in i915_drm.h, in ABT at least, and this test can now build. So I have removed it from the skip list in Android.mk For Gmin I have added a patch for i915_drm.h to the Wiki Signed-off-by: Tim Gore Signed-off-by: Daniel Vetter --- diff --git a/tests/Android.mk b/tests/Android.mk index dde2cd2..6e9dc67 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -32,7 +32,6 @@ skip_tests_list += gem_seqno_wrap skip_tests_list += testdisplay # needs glib.h skip_tests_list += pm_rpm skip_tests_list += kms_render # needs glib.h -skip_tests_list += gem_exec_params # needs macro that's missing from external/PRIVATE/drm/include/drmi915_drm.h # set local compilation flags for IGT tests IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG