1. cf3e683 igt/gem_exec_nop: Measure high-priority throughput over a bg load by Chris Wilson · 7 years ago
  2. 0989478 tests/gem_exec_nop: Rename signal() to fence_signal() by Arkadiusz Hiler · 7 years ago
  3. 21bfc9f tests/gem_exec_nop: Disable headless subtest on cairoless Android by Arkadiusz Hiler · 7 years ago
  4. 9fc445d lib: Moving gem_execbuf_wr to ioctl_wrappers by Lukasz Fiedorowicz · 7 years ago
  5. 842e6a4 igt/gem_exec_nop: Restore check on available signal rings by Chris Wilson · 7 years ago
  6. e10c48d igt/gem_exec_nop: Include the impact of signaling a fence by Chris Wilson · 7 years ago
  7. f6a31ad igt/gem_exec_nop: Add some output to headless subtest by Chris Wilson · 7 years ago
  8. 8e4cfb2 igt/gem_exec_nop/headless: Verify GT performance in headless mode by Tvrtko Ursulin · 7 years ago
  9. e7a0d06 igt/gem_exec_nop: Sync before measuring total elapsed time by Chris Wilson · 7 years ago
  10. 9518cb5 igt: Start marking up GEM tests that require an alive GPU to function by Chris Wilson · 7 years ago
  11. 9fbf72b igt/gem_exec_nop: Watch interprocess switching by Chris Wilson · 8 years ago
  12. 817d57f igt/gem_exec_nop: Watch inter-ring synchronisation overhead by Chris Wilson · 8 years ago
  13. 4de67b2 igt: Mass conversion to to_user_pointer() by Chris Wilson · 8 years ago
  14. 69b29f8 igt: Trim timeouts for basic GEM tests by Chris Wilson · 8 years ago
  15. f565b6c igt/gem_exec_nop: Show more timing details by Chris Wilson · 8 years ago
  16. 61b19a4 igt/gem_exec_nop: Refine the target calculation by Chris Wilson · 8 years ago
  17. 4cce715 igt/gem_exec_nop: Check submitting nops to each engine in parallel by Chris Wilson · 8 years ago
  18. a0eebbd igt/gem_exec_nop: Relax assertion for parallel execution by Chris Wilson · 8 years ago
  19. b64d10c lib/sysfs: Provide a convenience function for reading a bool by Chris Wilson · 8 years ago
  20. c6e26e4 igt/gem_exec_nop: Display submission mechanism by Chris Wilson · 8 years ago
  21. be21fc0 tests: Push igt_fork/stop_hang_detector into fixtures by Daniel Vetter · 8 years ago
  22. 71f4153 igt/gem_exec_nop: Apply missed interrupt detection by Chris Wilson · 8 years ago
  23. 77b8a5b igt/gem_exec_nop: Fix time units for assertion printf by Chris Wilson · 8 years ago
  24. 082fb26 igt/gem_exec_nop: Correct %3.f typo by Chris Wilson · 8 years ago
  25. 7bd4f91 igt/gem_exec_nop: Explain the parallel execution assertion by Chris Wilson · 8 years ago
  26. 41a26b5 igt/gem_exec_nop: Relax parallel assertion for short rings by Chris Wilson · 8 years ago
  27. 870c774 igt/gem_exec_nop: Add expectancy of independent execution between engines by Chris Wilson · 8 years ago
  28. 9d61a68 igt/gem: Add GPU hang detection to basic tests by Chris Wilson · 8 years ago
  29. 772393e igt/gem_exec_nop: Decrease BAT timing by Chris Wilson · 8 years ago
  30. 3e2443f igt/gem_exec_nop: Fix logical inversion for checking of valid execbuf by Chris Wilson · 8 years ago
  31. 0aacdac igt/gem_exec_nop: Only combine unique rings by Chris Wilson · 8 years ago
  32. 3a7325e igt/gem_exec_nop: Add a basic test by Chris Wilson · 8 years ago
  33. 7e0853c igt/gem_exec_nop: Use common array of rings by Chris Wilson · 9 years ago
  34. 04bd964 igt/gem_exec_nop: Restore SLOW_QUICK loop terminator by Chris Wilson · 9 years ago
  35. 89bcdb9 igt/gem_exec_nop: Remove nop latency measurements by Chris Wilson · 9 years ago
  36. c8beadb tests/gem_exec_nop: Improved test run time by Derek Morton · 9 years ago
  37. c81d293 convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci by Micah Fedke · 9 years ago
  38. 804e11f lib: add a single include header by Thomas Wood · 9 years ago
  39. 614895f igt/gem_exec_nop: Control boost/idle frequencies by Chris Wilson · 9 years ago
  40. b430709 igt/gem_exec_nop: Wait between runs by Chris Wilson · 9 years ago
  41. 11291fd igt/gem_exec_(blt|nop): IGT magic by Chris Wilson · 9 years ago
  42. 2659cbb igt/gem_exec_(nop|blt): Repeat measurements at min/max GPU frequencies by Chris Wilson · 9 years ago
  43. cd8d380 igt/gem_exec_nop: Repeat and average to stabilize measurements by Chris Wilson · 9 years ago
  44. 1d0aa69 igt/gem_exec_nop: Enlighten the failure error message by Chris Wilson · 9 years ago
  45. 07be8fe igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible by Matt Roper · 9 years ago
  46. e624fa8 tests: sprinkle igt logging by Daniel Vetter · 10 years ago
  47. c03c6ce lib: rename intel_gpu_tools.h to intel_io.h by Daniel Vetter · 10 years ago
  48. e49ceb8 lib: unnecessary header removal for drmtest.h, part 1 by Daniel Vetter · 10 years ago
  49. 071e9ca lib: add igt_main macro by Daniel Vetter · 11 years ago
  50. f3c54d0 tests: use igt_assert/igt_require more by Daniel Vetter · 11 years ago
  51. 225a91b lib/drmtest: include sys/mman.h from drmtest.h by Daniel Vetter · 11 years ago
  52. b3880d3 tests: roll out igt_fixture by Daniel Vetter · 11 years ago
  53. 8f5387e tests: introduce igt_require by Daniel Vetter · 11 years ago
  54. 5e25fcc tests: use igt_fail instead of exit(param != 0) by Daniel Vetter · 11 years ago
  55. 8344095 tests: s/assert/igt_assert by Daniel Vetter · 11 years ago
  56. 6877877 tests: s/return igt_retval();/igt_exit();/ by Daniel Vetter · 11 years ago
  57. 1caaf0a s/drmtest_/igt_/ by Daniel Vetter · 11 years ago
  58. 814b135 s/drmtest_subtest_block/drmtest_subtest/ by Daniel Vetter · 11 years ago
  59. 7847ea2 tests: use drmtest_skip to check for rings by Daniel Vetter · 11 years ago
  60. 9f6365e lib/drmtest: Add drmtest_subtest_block macro by Daniel Vetter · 11 years ago
  61. d1e8623 tests: Instrument tests run in simulation to run quickly by Damien Lespiau · 11 years ago
  62. bafbbf1 gem_exec_nop.c: add vebox test case by Zhong Li · 11 years ago
  63. 51f0830 tests/gem_exec_nop: implemented correct SKIP reporting by Daniel Vetter · 12 years ago
  64. ad59196 tests: fixup gem_exec_nop subtests by Daniel Vetter · 12 years ago
  65. d9d9578 tests: run no-op batches on all rings by Daniel Vetter · 12 years ago
  66. 5a28ef8 context: update for new execbuf2 element by Ben Widawsky · 12 years ago
  67. 7a6042e lib/drmtest: extract gem_create by Daniel Vetter · 13 years ago
  68. 673e6b2 lib/drmtest: extract gem_set_domain and gem_sync by Daniel Vetter · 13 years ago
  69. a7a80c2 tests: fixup new warnings by Daniel Vetter · 13 years ago
  70. 319638b lib/drmtest: extract gem_write by Daniel Vetter · 13 years ago
  71. 5dd17d3 lib/drmtest: extract gem_close by Daniel Vetter · 13 years ago
  72. 2a29218 tests/gem_exec_nop: silence the compiler by failing on error by Chris Wilson · 13 years ago
  73. 07d59b3 Add a simple test to execute n nop batches by Chris Wilson · 14 years ago