1. b9cac10 lib: Ditch "DRIVER_* for kms tests" cargo cult by Daniel Vetter · 5 years ago
  2. 910b83b lib: Add support for opening panfrost devices by Tomeu Vizoso · 5 years ago
  3. f1894f3 lib/drmtest: Add helpers to check and require amdgpu by Nicholas Kazlauskas · 6 years ago
  4. 023d7b4 lib: Kill drm_get_card() by Michał Winiarski · 6 years ago
  5. caa9bb3 lib: drmtest: Add helpers to check and require the VC4 driver by Paul Kocialkowski · 6 years ago
  6. 47f5a57 Add support for forcing a specific driver by Petri Latvala · 6 years ago
  7. 2388bbd v3d: Add a helper library by Eric Anholt · 7 years ago
  8. 8bde13a lib: drop drmtest dependency on intel_batchbuffer by Lionel Landwerlin · 6 years ago
  9. 430946d igt: Remove Android support by Arkadiusz Hiler · 7 years ago
  10. 36b92e8 igt: Import basic amdgpu tests from libdrm by Chris Wilson · 7 years ago
  11. 7b9499f lib/drmtest: Add comment explaining DRIVER_ANY excluding DRIVER_VGEM by Robert Foss · 8 years ago
  12. 22779a7 lib/drmtest: add virtio_gpu support by Gustavo Padovan · 8 years ago
  13. 7ce6389 lib: Support opening vGEM device by Chris Wilson · 8 years ago
  14. e0e3a06 lib: Expose is_i915_device by Tomeu Vizoso · 9 years ago
  15. 3fee80e lib: add igt_require_intel by Tomeu Vizoso · 9 years ago
  16. c1fed52 lib: Replace drmIoctl() with a layer of indirection by Chris Wilson · 9 years ago
  17. 3f83f07 igt: Add support for DRIVER_VC4 flags on tests. by Eric Anholt · 9 years ago
  18. c8cec6b lib/drmtest: Add do_ioctl_err to expect failure by Daniel Stone · 9 years ago
  19. f91e93f lib: remove support for deprecated drm_open_any*() calls by Micah Fedke · 9 years ago
  20. e224180 lib: adding drm_open_driver() interface by Micah Fedke · 9 years ago
  21. 52888df lib/drmtest.h : fix mmap64 again by Tim Gore · 9 years ago
  22. a29f28e igt/drv_module_reload: Check more carefully for a live driver by Chris Wilson · 10 years ago
  23. bfda78c tests/pm_rpm: factor out drm_open_any_master by Imre Deak · 10 years ago
  24. b918a3b Reset errno to 0 after success by Chris Wilson · 10 years ago
  25. dc14bf4 tests: Extract ALIGN macro into a common header by Tvrtko Ursulin · 10 years ago
  26. a96c634 intel-gpu-tools: fix problem with redefinition of mmap64 by tgore · 10 years ago
  27. 187b66d lib/drmtest: api documentation by Daniel Vetter · 11 years ago
  28. f5daeec lib: extract igt_aux.[hc] by Daniel Vetter · 11 years ago
  29. 018f8c3 lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/ by Daniel Vetter · 11 years ago
  30. 254f19b lib: unnecessary header removal for drmtest.h, part 2 by Daniel Vetter · 11 years ago
  31. e49ceb8 lib: unnecessary header removal for drmtest.h, part 1 by Daniel Vetter · 11 years ago
  32. 0e22f14 tests|lib: remove assert.h includes by Daniel Vetter · 11 years ago
  33. bff22f7 lib: Move non-register things out of intel-gpu-tools.h by Daniel Vetter · 11 years ago
  34. adb28fd lib: move prefault helpers to igt_debugfs.c by Daniel Vetter · 11 years ago
  35. d63fe15 lib: extract igt_core.c by Daniel Vetter · 11 years ago
  36. 556c49f lib/ioctl_wrappers: api doc by Daniel Vetter · 11 years ago
  37. 766c5bc lib: extract ioctl_wrappers.c by Daniel Vetter · 11 years ago
  38. 2d44386 drmtest: reformat the API documentation by Thomas Wood · 11 years ago
  39. eebdf7f lib: (somewhat) structured logging support by Daniel Vetter · 11 years ago
  40. a036959 lib: Make igt_skip noreturn by Daniel Vetter · 11 years ago
  41. 377f48a lib: Add a helper to wait for a keypress by Damien Lespiau · 11 years ago
  42. fd3fcbd lib/drmtest: Add igt_wait_helper by Jeff McGee · 11 years ago
  43. 7d2ba07 lib: add __gem_create by Daniel Vetter · 11 years ago
  44. 862de56 lib: extract igt_drop_root by Daniel Vetter · 11 years ago
  45. ef9745b lib: igt_simple_main/init for subtest-less tests by Daniel Vetter · 11 years ago
  46. 1a95c71 lib: add gem_available_aperture_size helper by Daniel Vetter · 11 years ago
  47. 49f4860 lib: Add gem_bo_busy by Ville Syrjälä · 11 years ago
  48. 525788a lib: Add gem_sw_finish() by Ville Syrjälä · 11 years ago
  49. 5032e7b build: Fix assorted compilation warnings by Oscar Mateo · 11 years ago
  50. 37f26d1 lib: Move kms stuff from drmtest.c over to igt_kms.c by Oscar Mateo · 11 years ago
  51. 071e9ca lib: add igt_main macro by Daniel Vetter · 11 years ago
  52. 223a61e lib: make igt_install_exit_handler never fail by Daniel Vetter · 11 years ago
  53. 1f0cf2d lib: make igt_set_vt_graphics_mode never fail by Daniel Vetter · 11 years ago
  54. 69c200b lib: Add a drm_open_any_render() that will try to use render nodes by Damien Lespiau · 11 years ago
  55. 471ec64 lib/drmtest: Add kmstest_paint_color_alpha() by Ville Syrjälä · 11 years ago
  56. 09e9f0b rendercopy: Add a way to dump an .aub file with the rendercopy bos by Damien Lespiau · 12 years ago
  57. 252dca1 lib: Add kmstest_paint_color() by Damien Lespiau · 11 years ago
  58. 5a97ea9 lib: Add a igt_assert_cmpint() by Damien Lespiau · 11 years ago
  59. ffdece3 tests/gem_suspend: test debugfs/sysfs reads while s/r by Daniel Vetter · 11 years ago
  60. 590f610 lib/drmtest: extract rawer __gem_set_tiling by Daniel Vetter · 11 years ago
  61. a7d1937 testdisplay: Use DRM_MODE_FLAG_3D_MASK by Damien Lespiau · 11 years ago
  62. 79f4cfe lib: Add a helper to write a png from a struct kmstest_fb by Damien Lespiau · 11 years ago
  63. bde7060 lib: Add a helper to paint a PNG using cairo by Damien Lespiau · 11 years ago
  64. 30e0710 lib: Dump information about the supported 3D stereo formats by Damien Lespiau · 12 years ago
  65. e5cdd62 lib/drmtest: igt_assert|require with format strings by Daniel Vetter · 11 years ago
  66. e73c1a0 lib/drmtest: consolidate the helper process killing in one exit handler by Daniel Vetter · 11 years ago
  67. edd7234 lib/drmtest: create helpers for forking helper threads by Daniel Vetter · 11 years ago
  68. 5113df7 lib/drmtest: add igt_skip_on macro by Daniel Vetter · 11 years ago
  69. f4b9378 lib/drmtest: use igt_require/assert in the prefault helpers by Daniel Vetter · 11 years ago
  70. 225a91b lib/drmtest: include sys/mman.h from drmtest.h by Daniel Vetter · 11 years ago
  71. 9cc16e8 lib/drmtest: extract gem_execbuf helper by Daniel Vetter · 11 years ago
  72. cd1f220 lib/drmtest: extract igt_fork from gem_concurrent_blt by Daniel Vetter · 11 years ago
  73. d0ed912 kms_flip: Exercise flip-vs-render by Chris Wilson · 11 years ago
  74. 8869e1e lib/drmtest: don't complete fixtures with a longjmp by Daniel Vetter · 11 years ago
  75. 55b8c33 overlay: Auatomatically mount debugfs by Chris Wilson · 11 years ago
  76. 5cabaae lib: add subtest extra command line option handling by Imre Deak · 11 years ago
  77. 9a9f131 lib: export kmstest_get_connector_default_mode by Imre Deak · 11 years ago
  78. 8dbd1fb lib/drmtest: igt_skip when drm_get_card fails by Daniel Vetter · 11 years ago
  79. 9ad062d lib/drmtest: extract gem_create_context by Daniel Vetter · 11 years ago
  80. 5951ffb lib/drmtest: rip out drm_open_any_master by Daniel Vetter · 11 years ago
  81. 7886584 lib/drmtest: skip fixtures after an igt_skip by Daniel Vetter · 11 years ago
  82. e58891d tests/prime: test dma-buf llseek support by Daniel Vetter · 11 years ago
  83. 79abed3 lib/drmtest: Use igt_assert in the do_ioctl/do_or_die helpers by Daniel Vetter · 11 years ago
  84. 696c8f6 lib/drmtest: documentation for igt_fixture by Daniel Vetter · 11 years ago
  85. 15c1922 lib/drmtest: add igt_subtest_name and use it in kms_flip by Daniel Vetter · 11 years ago
  86. 2dbd998 tests: Introduce igt_fixture by Daniel Vetter · 11 years ago
  87. f8c0dfe lib/drmtest: sprinkle documentation over igt_skip|fail|success|exit by Daniel Vetter · 11 years ago
  88. 6234658 tests: add igt_subtest_f for snprintf'ing testnames by Daniel Vetter · 11 years ago
  89. 8f5387e tests: introduce igt_require by Daniel Vetter · 11 years ago
  90. 646a6fe lib/drmtest: add igt_assert as a replacement for assert by Daniel Vetter · 11 years ago
  91. 6877877 tests: s/return igt_retval();/igt_exit();/ by Daniel Vetter · 11 years ago
  92. 1caaf0a s/drmtest_/igt_/ by Daniel Vetter · 11 years ago
  93. 814b135 s/drmtest_subtest_block/drmtest_subtest/ by Daniel Vetter · 11 years ago
  94. 1602484 lib/drmtest: __ prefix for drmtest_run_subtest by Daniel Vetter · 11 years ago
  95. 7847ea2 tests: use drmtest_skip to check for rings by Daniel Vetter · 11 years ago
  96. 7553ad6 tests: use drmtest_skip() in caching ioctl helpers by Daniel Vetter · 11 years ago
  97. ba0d2ac lib/drmtest: skip/fail handling by Daniel Vetter · 11 years ago
  98. 9f6365e lib/drmtest: Add drmtest_subtest_block macro by Daniel Vetter · 11 years ago
  99. 40ea6f4 tests: s/cacheing/caching by Daniel Vetter · 11 years ago
  100. 467796a Expand gem_set_cacheing testing to handle the proposed DISPLAY domain by Chris Wilson · 11 years ago