1. 5d41b13 overlay: Remove the double ':' from object comm names by Chris Wilson · 11 years ago
  2. 6a38200 overlay: Use a more compact 2x2 layout for the graphs by Chris Wilson · 11 years ago
  3. 74032f4 overlay: Rearrange GUI state by Chris Wilson · 11 years ago
  4. 7d950fa overlay: Print min/max GPU frequencies. by Chris Wilson · 11 years ago
  5. 3f51294 overlay: Convert gem objects to megabytes by Chris Wilson · 11 years ago
  6. e1ed560 overlay: Parse gem objects by Chris Wilson · 11 years ago
  7. de2c97b overlay: Add GPU frequency by Chris Wilson · 11 years ago
  8. 6a64ee9 overlay: Include CPU usage in the overview chart by Chris Wilson · 11 years ago
  9. 98572f0 overlay: Count flips per plane by Chris Wilson · 11 years ago
  10. b79a283 overlay: Improve the horizontal fit of the charts by Chris Wilson · 11 years ago
  11. f185f46 overlay: Correct layout of ring/seqno in raw sample by Chris Wilson · 11 years ago
  12. 67f533f overlay: Accumulate busy times by Chris Wilson · 11 years ago
  13. 6233cac overlay: Couple wait begin/end events together to fix accounting by Chris Wilson · 11 years ago
  14. e1d8d77 overlay: Perf output redirection must be done after mmap() by Chris Wilson · 11 years ago
  15. eed59ea overlay: Show per-process wait times by Chris Wilson · 11 years ago
  16. cc9de39 overlay: Graph per-process requests over time by Chris Wilson · 11 years ago
  17. cbbd55a overlay: Track requests per-process by Chris Wilson · 11 years ago
  18. be9937b overlay: Drop unused mmap/comm events by Chris Wilson · 11 years ago
  19. 8cdb5bc overlay: Constify perf ringbuffer by Chris Wilson · 11 years ago
  20. 3e430a8 overlay: Fix wraparound handling of perf ringbuffer by Chris Wilson · 11 years ago
  21. cc45a9a overlay: Primitive integration with perf by Chris Wilson · 11 years ago
  22. 06c0cc0 overlay: Show GPU waits by Chris Wilson · 11 years ago
  23. f9a50de Introduce intel-gpu-overlay by Chris Wilson · 11 years ago
  24. 7df9cae quick_dump: add is_haswell() by Ben Widawsky · 11 years ago
  25. 0d320fd gem_concurrent_blit: Purge the child bufmgr's cache by Chris Wilson · 11 years ago
  26. 6332994 drmtest: Squelch the rude interrupter by Chris Wilson · 11 years ago
  27. 1b17cb9 gem_concurrent_blit: Fix the leak from the children. by Chris Wilson · 11 years ago
  28. 1ca607b gem_concurrent_blit: Share total num_buffers between all children by Chris Wilson · 11 years ago
  29. 6229832 assembler: error for the wrong syntax of SEND instruction on GEN6+ by Xiang, Haihao · 11 years ago
  30. 9d5e4fa gem_ctx_basic: Fix misc warnings by Damien Lespiau · 11 years ago
  31. 92aca3b intel_infoframes: Dump 3D_Ext_Data when using Side-by-side (half) by Damien Lespiau · 11 years ago
  32. bc1cf77 intel_infoframes: Add support for decoding HDMI VICs by Damien Lespiau · 11 years ago
  33. e58891d tests/prime: test dma-buf llseek support by Daniel Vetter · 11 years ago
  34. 79abed3 lib/drmtest: Use igt_assert in the do_ioctl/do_or_die helpers by Daniel Vetter · 11 years ago
  35. 6106306 tests/gem_ctx_basic: Use igt_require by Daniel Vetter · 11 years ago
  36. 176011e Add intel_framebuffer_dump by Chris Wilson · 11 years ago
  37. f219889 lib/drmtest: fix subtest output when skipping all tests by Daniel Vetter · 11 years ago
  38. ec834c9 tests/prime_nv_api: fixup conversion goof-up by Daniel Vetter · 11 years ago
  39. eab7a32 tests/primve_nv_test: use igt_assert for checking by Daniel Vetter · 11 years ago
  40. 696c8f6 lib/drmtest: documentation for igt_fixture by Daniel Vetter · 11 years ago
  41. 15c1922 lib/drmtest: add igt_subtest_name and use it in kms_flip by Daniel Vetter · 11 years ago
  42. b3880d3 tests: roll out igt_fixture by Daniel Vetter · 11 years ago
  43. c3dd8a8 tests/gem_ctx_bad_exec: add subtest for vebox by Daniel Vetter · 11 years ago
  44. 2dbd998 tests: Introduce igt_fixture by Daniel Vetter · 11 years ago
  45. f8c0dfe lib/drmtest: sprinkle documentation over igt_skip|fail|success|exit by Daniel Vetter · 11 years ago
  46. a1ca8ef tests: use igt_exit() consistently with subtests by Daniel Vetter · 11 years ago
  47. ec283d6 tests/gem_concurrent_blt: extract run wrappers by Daniel Vetter · 11 years ago
  48. 9a4957a tests/gem_concurrent_blt: use the test helpers in the forked tests by Daniel Vetter · 11 years ago
  49. 5a598c9 tests/gem_concurrent_blt: refactor basic run modes a bit by Daniel Vetter · 11 years ago
  50. 43779e3 tests: merge gem_*_concurrent_blt together by Daniel Vetter · 11 years ago
  51. f542b09 lib/drmtest: Don't spoil stdout when listing tests by Daniel Vetter · 11 years ago
  52. 6234658 tests: add igt_subtest_f for snprintf'ing testnames by Daniel Vetter · 11 years ago
  53. 1532af1 tests/gem_dummy_reloc_loop: use igt_skip by Daniel Vetter · 11 years ago
  54. c2d6773 tests/gem_write_read_ring_switch: use igt_exit and friends by Daniel Vetter · 11 years ago
  55. 99431a4 gem_(cpu|prw)_concurrent_blit: Add contending processes by Chris Wilson · 11 years ago
  56. 4f8c9a2 gem_write_read_ring_switch: Copy the missing igt_require by Chris Wilson · 11 years ago
  57. 6a746c8 gem_exec_lut_handle: Use linear regression analysis by Chris Wilson · 11 years ago
  58. 629f48f lib/drmtest: Don't run the rude interruptor when just listing subtests by Daniel Vetter · 11 years ago
  59. 878ac4c configure: require libdrm 2.4.45 by Daniel Vetter · 11 years ago
  60. 8f5387e tests: introduce igt_require by Daniel Vetter · 11 years ago
  61. 5e25fcc tests: use igt_fail instead of exit(param != 0) by Daniel Vetter · 11 years ago
  62. b30d95f tests: s/exit(77)/igt_skip()/ by Daniel Vetter · 11 years ago
  63. c9d0378 tests: s/exit(EXIT_SUCCESS)/igt_success()/ by Daniel Vetter · 11 years ago
  64. a4cb895 tests: s/exit(EXIT_FAILURE)/igt_fail(1)/ by Daniel Vetter · 11 years ago
  65. 907377d tests/gem_readwrite: convert to subtests by Daniel Vetter · 11 years ago
  66. ef9e645 tests/gem_ctx_bad_exec: convert to subtests by Daniel Vetter · 11 years ago
  67. 8344095 tests: s/assert/igt_assert by Daniel Vetter · 11 years ago
  68. 2371c79 lib/drmtest: roll out igt_assert by Daniel Vetter · 11 years ago
  69. 646a6fe lib/drmtest: add igt_assert as a replacement for assert by Daniel Vetter · 11 years ago
  70. c67ebf4 lib/drmtest: fixup igt_fail for the list-only case by Daniel Vetter · 11 years ago
  71. bd161f8 tests: add drm_get_client_auth by Daniel Vetter · 11 years ago
  72. a7433ec tests: scrap old automake based kernel test runner by Daniel Vetter · 11 years ago
  73. 6877877 tests: s/return igt_retval();/igt_exit();/ by Daniel Vetter · 11 years ago
  74. 1caaf0a s/drmtest_/igt_/ by Daniel Vetter · 11 years ago
  75. 814b135 s/drmtest_subtest_block/drmtest_subtest/ by Daniel Vetter · 11 years ago
  76. 1602484 lib/drmtest: __ prefix for drmtest_run_subtest by Daniel Vetter · 11 years ago
  77. d65d19d lib/intel_mmio: Remove unused label by Daniel Vetter · 11 years ago
  78. 7847ea2 tests: use drmtest_skip to check for rings by Daniel Vetter · 11 years ago
  79. 7553ad6 tests: use drmtest_skip() in caching ioctl helpers by Daniel Vetter · 11 years ago
  80. a4038d3 lib/drmtest: make signal process cleanup more robust by Daniel Vetter · 11 years ago
  81. 740065f tests/gem_caching: convert to use drmtest retval infrastructure by Daniel Vetter · 11 years ago
  82. ba0d2ac lib/drmtest: skip/fail handling by Daniel Vetter · 11 years ago
  83. 9f6365e lib/drmtest: Add drmtest_subtest_block macro by Daniel Vetter · 11 years ago
  84. 40ea6f4 tests: s/cacheing/caching by Daniel Vetter · 11 years ago
  85. 7b254f1 gem_pwrite: Print the cache name not the number by Chris Wilson · 11 years ago
  86. 467796a Expand gem_set_cacheing testing to handle the proposed DISPLAY domain by Chris Wilson · 11 years ago
  87. dbbf2e9 intel_error_decode: First try /sys/drm/card0/error for the error-state by Chris Wilson · 11 years ago
  88. a285f03 tests/prime_self_import: fix comment by Daniel Vetter · 11 years ago
  89. 00280fa tests/prime_self_import: Fixup previuos test by Daniel Vetter · 11 years ago
  90. 8e11ab4 tests/prime_self_import: Add a flink/dma-buf self-import test by Daniel Vetter · 11 years ago
  91. e7c4fde tests: update .gitignore by Daniel Vetter · 11 years ago
  92. 5762296 tests/gem_pwrite_pread: subtest annotation by Daniel Vetter · 11 years ago
  93. 3dba47e tests: add gem_prw_concurrent_blt by Daniel Vetter · 11 years ago
  94. 4901b5f tests/prime_self_import: Add racing handle2fd testcase by Daniel Vetter · 11 years ago
  95. 9ff5161 tests/gem_flink_race: Kill duplicate drm_open_any by Daniel Vetter · 11 years ago
  96. d9bc787 gem_pwrite_pread: Use mmap to bypass pwrite/pread for comparison by Chris Wilson · 11 years ago
  97. e4a7c2f gem_pwrite_pread: Measure how long it takes to upload/copy/download by Chris Wilson · 11 years ago
  98. ab6ac67 lib: Reset sig_stat after stopping the rude interrupter by Chris Wilson · 11 years ago
  99. 5d635f9 gem_pread: Symmetric measurement to gem_pwrite by Chris Wilson · 11 years ago
  100. aad68d1 gem_pwrite: Time pwrites to both uncached/snooped memory by Chris Wilson · 11 years ago