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 <tim.gore@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Tim Gore 2014-06-03 15:05:56 +01:00 committed by Daniel Vetter
parent d60d4c80e5
commit 0dc8794fc0

View File

@ -32,7 +32,6 @@ skip_tests_list += gem_seqno_wrap
skip_tests_list += testdisplay # needs glib.h skip_tests_list += testdisplay # needs glib.h
skip_tests_list += pm_rpm skip_tests_list += pm_rpm
skip_tests_list += kms_render # needs glib.h 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 # set local compilation flags for IGT tests
IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG