[PATCH i-g-t v11 0/7] Extend IGT to support Android
Jeevaka Prabu Badrappan
jeevaka.badrappan at intel.com
Thu May 29 17:12:39 UTC 2025
The primary objective of this proposal is to extend the functionality of
IGT to Android environments.
Enabling IGT on Android will allow developers to perform comprehensive
testing of graphics drivers, ensuring robustness and reliability across
different platforms.
By providing stub implementations for libraries that are not natively
supported on Android, we will bridge the gap between Android and Linux
environments, promoting code reuse and reducing development time.
Changes done:
- Create stub implementations of GLib, libprocps libraries to satisfy
IGT dependencies on Android.
- Replace glib hash table with igt hash implementation
Note:
- Incase of linux systems, system libraries will be used whereas for
Android stubs will be used with reduced test coverage.
- Support will be provided to maintain Android support.
Jeevaka Prabu Badrappan (6):
lib: Include local igt procps, glib header for Android
tests: Include local glib header for Android
runner: Include local glib header for Android
tools: Include local glib header for Android
tests/intel/xe_create: Conditionally define PAGE_SIZE for non-Android
platforms
lib/igt_device_scan: reuse igt hash
Sapna (1):
Add stub for procps and glib
include/android/glib.h | 42 ++++++++++++++++++++
include/android/procps.h | 46 ++++++++++++++++++++++
lib/igt_aux.c | 6 ++-
lib/igt_chamelium.c | 4 ++
lib/igt_core.c | 4 ++
lib/igt_device_scan.c | 78 +++++++++++++++++++-------------------
lib/igt_rc.h | 4 ++
lib/intel_batchbuffer.c | 7 ++++
lib/meson.build | 1 +
runner/executor.c | 4 ++
runner/settings.h | 4 ++
tests/intel/api_intel_bb.c | 7 ++++
tests/intel/gem_ccs.c | 4 ++
tests/intel/xe_ccs.c | 4 ++
tests/intel/xe_create.c | 2 +
tests/intel/xe_intel_bb.c | 7 ++++
tests/testdisplay.h | 4 ++
tools/igt_dp_compliance.h | 4 ++
tools/intel_pm_rpm.c | 4 ++
tools/lsgpu.c | 4 ++
20 files changed, 201 insertions(+), 39 deletions(-)
create mode 100644 include/android/glib.h
create mode 100644 include/android/procps.h
--
2.49.0
More information about the igt-dev
mailing list