Latest version of my series for adding Chamelium Major changes: - Since I finally figured out why Video capturing wasn't working on my Chamelium, add the rest of the CRC functions and fix some of the existing ones - Doc fixes Lyude (5): igt_aux: Add igt_skip_without_suspend_support() igt_aux: Add igt_set_autoresume_delay() igt_kms: Add helpers for watching for sysfs hotplug events igt_debugfs: Make igt_crc_to_string() work with other CRC types Add support for hotplug testing with the Chamelium configure.ac | 13 + .../intel-gpu-tools/intel-gpu-tools-docs.xml | 1 + lib/Makefile.am | 4 +- lib/Makefile.sources | 10 +- lib/igt.h | 4 + lib/igt_aux.c | 67 ++ lib/igt_aux.h | 3 + lib/igt_chamelium.c | 849 +++++++++++++++++++++ lib/igt_chamelium.h | 73 ++ lib/igt_debugfs.c | 15 +- lib/igt_kms.c | 108 +++ lib/igt_kms.h | 6 + scripts/run-tests.sh | 4 +- tests/Makefile.am | 5 +- tests/Makefile.sources | 9 +- tests/chamelium.c | 407 ++++++++++ 16 files changed, 1566 insertions(+), 12 deletions(-) create mode 100644 lib/igt_chamelium.c create mode 100644 lib/igt_chamelium.h create mode 100644 tests/chamelium.c -- 2.9.3 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx