1. eac4baf intel_watermark: Fix a warning about "const char" return being silly. by Eric Anholt · 7 years ago
  2. 7f92d00 Use PATH_MAX to fix some sprintf-into-short-buffers warnings. by Eric Anholt · 7 years ago
  3. 925900e Revert "intel-ci: Remove kms_psr_sink_crc@psr_basic from BAT" by Daniel Vetter · 7 years ago
  4. 00da3d1 igt_core: Skip sync when listing subtests by Tvrtko Ursulin · 7 years ago
  5. 490b386 scripts/run-tests.sh: Use piglit's --ignore-missing by Arkadiusz Hiler · 7 years ago
  6. 6311caa tests/kms_frontbuffer_tracking: convert macros to functions by Daniel Vetter · 7 years ago
  7. 5ce65a9 pm_rps: Changes in waitboost scenario by Katarzyna Dec · 7 years ago
  8. c215967 tests/perf: add Geminilake support by Lionel Landwerlin · 7 years ago
  9. 8a97c45 tests/perf: add Kabylake support by Lionel Landwerlin · 7 years ago
  10. 5148162 tests/chamelium: Let the Chamelium itself wait for a stable video input by Paul Kocialkowski · 7 years ago
  11. 0be6d4a tests/audio: Add suspend and hibernate tests for HDMI signal integrity by Paul Kocialkowski · 7 years ago
  12. 2af28e0 docs/chamelium: Explain that the Chamelium should only target one DUT by Paul Kocialkowski · 7 years ago
  13. a23ef51 lib/igt_debugfs: Open DRM driver without master for hpd storm exit by Paul Kocialkowski · 7 years ago
  14. 4e4500a lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay by Paul Kocialkowski · 7 years ago
  15. fc65108 tools: Add intel_vbt_defs.h to Makefile.sources by Arkadiusz Hiler · 7 years ago
  16. f65a718 lib/kmod: Fix error reporting for kmod load/unload by Chris Wilson · 7 years ago
  17. 1b6585e igt/vgem_basic: Load and unload the module first by Chris Wilson · 7 years ago
  18. 1f0f2aa tests/kms_atomic: subtest atomic_invalid_params requires CRTC by Marta Lofstedt · 7 years ago
  19. 2cbcc0b tools/intel_vbt_decode: migrate backlight dumping to kernel struct by Jani Nikula · 7 years ago
  20. 3b163c4 tools/intel_vbt_decode: migrate child device type bits decoding to kernel defs by Jani Nikula · 7 years ago
  21. 66d88e6 tools/intel_vbt_decode: migrate edp dumping to kernel struct by Jani Nikula · 7 years ago
  22. e1db4c4 tools/intel_vbt_decode: migrate psr dumping to kernel struct by Jani Nikula · 7 years ago
  23. dff8b30 tools/intel_vbt_decode: migrate child device dumping to kernel struct by Jani Nikula · 7 years ago
  24. ef52ae2 tools/intel_vbt_decode: migrate timing dumping to kernel struct by Jani Nikula · 7 years ago
  25. 09f35ea tools/intel_vbt_decode: start migrating to kernel intel_vbt_defs.h by Jani Nikula · 7 years ago
  26. 25a7117 tools/intel_vbt_decode: clean up struct lvds_dvo_timing by Jani Nikula · 7 years ago
  27. 93d8e3a tools/intel_vbt_decode: remove unused definitions from intel_bios.h by Jani Nikula · 7 years ago
  28. 0450bc2 tools/intel_lid: use local register definition by Jani Nikula · 7 years ago
  29. bf45d25 igt: Add gem_close by Chris Wilson · 7 years ago
  30. d937dd7 docs: Add user documentation about audio support by Paul Kocialkowski · 7 years ago
  31. e12e525 docs: Add user and developer documentation about Chamelium support by Paul Kocialkowski · 7 years ago
  32. 73a3b0b lib/igt_core: Use HTML character for documentation comment in example by Paul Kocialkowski · 7 years ago
  33. 60f6a12 tests: chamelium: Eliminate reset when preparing output by Paul Kocialkowski · 7 years ago
  34. 29d4880 aubdump: Log some information about the execbuf calls by Jason Ekstrand · 7 years ago
  35. 2472bdd aubdump: Use write_reloc for filling out the ringbuffer by Jason Ekstrand · 7 years ago
  36. 66cc8cf aubdump: Reject execbuffer2 calls with bad BOs by Jason Ekstrand · 7 years ago
  37. 37641a5 intel-ci: Remove generic.testlist by Petri Latvala · 7 years ago
  38. 80cc540 lib/core: Use igt_info instead of printf by Daniel Vetter · 7 years ago
  39. 7552c5a intel-ci: Add fast chamelium tests to the fast-feedback list by Paul Kocialkowski · 7 years ago
  40. c4f1f8a tests/chamelium: Introduce fast CRC tests, with a single mode by Paul Kocialkowski · 7 years ago
  41. 4ee824e tests/chamelium: Introduce fast basic hpd tests, with limited toggles by Paul Kocialkowski · 7 years ago
  42. 42b42c9 tests/Makefile.am: Wrap audio test with dedicated conditional by Paul Kocialkowski · 7 years ago
  43. 4524a89 tests: Introduce audio tests, starting with HDMI signal integrity by Paul Kocialkowski · 7 years ago
  44. 1579692 lib: Add ALSA library with dedicated helpers by Paul Kocialkowski · 7 years ago
  45. 39cc9bf lib: Add audio library with dedicated helpers by Paul Kocialkowski · 7 years ago
  46. 5a17ee2 tools/intel_vbt_decode: Fix decoding of child device structure by Ville Syrjälä · 7 years ago
  47. 103af58 tests/gem_exec_params: Update the invalid-flag subtest for FENCE_ARRAY by Jason Ekstrand · 7 years ago
  48. f978cc0 lib/dummyload: Pad with a few nops so that we do not completely hog the system by Chris Wilson · 7 years ago
  49. c881133 intel-ci: Add fast-feedback-simulation.testlist by Kelvin Gardiner · 7 years ago
  50. eda8cc9 tests/kms_mmap_write_crc: Add drmModeDirtyFB after dirtying fb by Maarten Lankhorst · 7 years ago
  51. 8d2ad9d tests/kms_flip: fix spin_batch conversion by Daniel Vetter · 7 years ago
  52. 3685dab igt/gem_exec_fence: Exercise syncobj API by Chris Wilson · 7 years ago
  53. b0081ea tests/kms_flip: Remove $engine-flip-vs-dpms/modeset by Maarten Lankhorst · 7 years ago
  54. dd0c75c lib/igt_kms: Remove vblank wait after plane update. by Maarten Lankhorst · 7 years ago
  55. 3ee83cf Revert "tests/igt_command_line: Ignore subtest list for kms_ccs" by Petri Latvala · 7 years ago
  56. 3f56038 lib/kms: Check usage of for_each_* by Daniel Vetter · 7 years ago
  57. d41c4cc tests/kms_ccs: Fix subtest enumeration: by Daniel Vetter · 7 years ago
  58. 229d7d2 lib/kms: Add for_each_pipe_static by Daniel Vetter · 7 years ago
  59. 2459b80 lib: Add igt_can_fail() by Daniel Vetter · 7 years ago
  60. 0c514b0 configure.ac: bump libdrm requirement to 2.4.82 by Dave Airlie · 7 years ago
  61. 1385b31 tests/igt_command_line: Ignore subtest list for kms_ccs by Arkadiusz Hiler · 7 years ago
  62. 68e2eab tests/kms_ccs: Test CCS on sprite planes by Daniel Stone · 7 years ago
  63. 5c6ff1f tests/kms_ccs: Split all tests into subtests by Daniel Stone · 7 years ago
  64. 7ffe63c tests/kms_ccs: Test for supported modifier by Daniel Stone · 7 years ago
  65. a7e6fa4 tests/kms_ccs: Reshuffle test name and loop by Daniel Stone · 7 years ago
  66. c26aa98 tests/kms_ccs: Paramaterize color for framebuffer by Daniel Stone · 7 years ago
  67. fdb4ff3 tests/kms_ccs: Remove excessive FB alignment by Daniel Stone · 7 years ago
  68. 004df0e tests/kms_ccs: Split FB generation into helper by Daniel Stone · 7 years ago
  69. 5bd2aa7 tests/kms_ccs: Convert int/bool to enum by Daniel Stone · 7 years ago
  70. c129026 igt: add syncobj_basic. by Dave Airlie · 7 years ago
  71. 27ff12f lib: Remove illegal instructions from hang injection by Chris Wilson · 7 years ago
  72. b595930 igt/gem_exec_capture: Wait for batch to execute before triggering reset by Chris Wilson · 7 years ago
  73. eeff6a1 intel_gpu_top: Use drm_open_driver, don't need drm master by Petri Latvala · 7 years ago
  74. aa60bc6 tests/perf: fix userspace configs issues on HSW by Lionel Landwerlin · 7 years ago
  75. f4f7b70 tests/core_auth: set rlimit by Daniel Vetter · 7 years ago
  76. c227059 tests/kms_cursor_legacy: use 'enum pipe' type instead of 'int' by Gustavo Padovan · 7 years ago
  77. 79d6f77 tests/perf: follow up build fix by Lionel Landwerlin · 7 years ago
  78. d241547 tests/kms_ccs: Don't overallocate CCS surface by Daniel Stone · 7 years ago
  79. adcde8a tests/perf: fix build where system headers don't have Gen8 formats by Lionel Landwerlin · 7 years ago
  80. 8d28ea3 tests/kms_properties: Don't set immutable properties by Daniel Stone · 7 years ago
  81. a9d9354 kms_busy: Fix basic-modeset-* name format parameters by Petri Latvala · 7 years ago
  82. 609cb5e tests/perf: add tests to verify create/destroy userspace configs by Lionel Landwerlin · 7 years ago
  83. 56bde96 tests/perf: add utility function for checking periodic reports by Lionel Landwerlin · 7 years ago
  84. 3cf388f tests/perf: update print_reports to print context ID by Robert Bragg · 7 years ago
  85. 338faaa tests/perf: print [un]slice freq and report reasons in debug by Robert Bragg · 7 years ago
  86. 5b34ad5 tests/perf: factor out oa report sanity checking by Robert Bragg · 8 years ago
  87. 3e7e5f8 tests/perf: consider ctx-switch reports while polling/blocking by Robert Bragg · 8 years ago
  88. 8097128 tests/perf: don't assume constant of 40 EUs by Robert Bragg · 8 years ago
  89. 0a2ca79 tests/perf: s/test_perf_ctx_mi_rpc/hsw_test_single_ctx_counters/ by Robert Bragg · 8 years ago
  90. 6d4e853 tests/perf: allow 10% margin matching oa/sysfs freq in test_oa_exponents by Robert Bragg · 8 years ago
  91. ac62f4a tests/perf: avoid assumptions about oa exponent <-> freq mappings by Robert Bragg · 8 years ago
  92. 5091bb8 tests/perf: handling printing gen8 formats by Robert Bragg · 8 years ago
  93. 01ec424 tests/perf: wrap emission of MI_REPORT_PERF_COUNT by Robert Bragg · 8 years ago
  94. f1c5a02 tests/perf: move timebase + oa exponent utilities up by Robert Bragg · 8 years ago
  95. 8519411 tests/perf: generalize reading gpu ticks from reports by Robert Bragg · 8 years ago
  96. 871b69a tests/perf: generalize checks for undefined A counters by Robert Bragg · 8 years ago
  97. 325d0d9 tests/perf: fix a counter indexing by Robert Bragg · 8 years ago
  98. b05012b tests/perf: add gen8 formats by Robert Bragg · 8 years ago
  99. 54202ce tests/perf: update init_sys_info for skl with per-gt configs by Robert Bragg · 8 years ago
  100. 77fdb25 tests/perf: init timestamp freq and oa format per devid by Robert Bragg · 8 years ago