1. 68a3eb1 lib/cfl: Introduce Coffeelake platform definition. by Rodrigo Vivi · 8 years ago
  2. 2fd6ada lib/ioctl_wrappers: Fix some comments by Arkadiusz Hiler · 7 years ago
  3. cec2d4a lib/ioctl_wrappers: Fix function descriptions by Radoslaw Szwichtenberg · 7 years ago
  4. fa8b6ee chamelium: Add support for HPD toggle scheduling instead of async pulses by Paul Kocialkowki · 7 years ago
  5. d1b08a8 lib/igt_aux: Use provided autoresume delay for rtc wake by Paul Kocialkowki · 7 years ago
  6. 310eaeb lib: Force global reset + uevents for hang detector by Chris Wilson · 7 years ago
  7. c4d4d09 lib/igt_kms: Fix override_mode handling by Brian Starkey · 7 years ago
  8. db54f98 lib/igt_chamelium: Create pixman image with bytes per pixel, not bits by Paul Kocialkowski · 7 years ago
  9. df68217 tests: Rename I915_MAX_PIPES to IGT_MAX_PIPES by Leo (Sunpeng) Li · 7 years ago
  10. 597cae9 tests: Increase value of I915_MAX_PIPES to 6 by Leo (Sunpeng) Li · 7 years ago
  11. 6311a19 lib/igt_kms: Fix indent when try_commit fails. by Maarten Lankhorst · 7 years ago
  12. 0b8933d lib/igt_kms: Add igt_display_require_output(/on_pipe) by Maarten Lankhorst · 7 years ago
  13. ef48fc8 igt/igt_core: Provide an option to check for the log buffer contents by Abdiel Janulgue · 7 years ago
  14. 51f4f9f lib/igt_core: Add igt_system helpers by Abdiel Janulgue · 7 years ago
  15. 09e666d lib/igt_debugfs: Only use valid values in igt_crc_to_str() by Brian Starkey · 7 years ago
  16. 4bdcd33 lib/igt_debugfs: Remove igt_debugfs_t by Brian Starkey · 7 years ago
  17. bf2a103 lib/igt_kms: Fix erroneous assert by Brian Starkey · 7 years ago
  18. acfed73 ffs: Include strings.h by Arkadiusz Hiler · 7 years ago
  19. 6047b01 Android.mk: Use drm stubs by Arkadiusz Hiler · 7 years ago
  20. 60c5bb5 Android.mk: Filter out *.h from src files by Arkadiusz Hiler · 7 years ago
  21. 53e7f53 Android.mk: Fix libkmod use by Arkadiusz Hiler · 7 years ago
  22. a702b60 chamelium: Fix build issues on Android by Arkadiusz Hiler · 7 years ago
  23. d7d3f4e lib/igt_aux: Make procps optional by Arkadiusz Hiler · 7 years ago
  24. 86b59f8 lib/igt_aux: Include unistd.h for gettid() on Android by Arkadiusz Hiler · 7 years ago
  25. 17f9e36 Make conditions on HAVE_UDEV consistent by Arkadiusz Hiler · 7 years ago
  26. 9fc445d lib: Moving gem_execbuf_wr to ioctl_wrappers by Lukasz Fiedorowicz · 7 years ago
  27. bc78776 lib: Refactor testing for ability to use MI_STORE_DATA_IMM by Chris Wilson · 7 years ago
  28. 49e083a igt/gem_spin_batch: Avoid interleave throttle within open spin batches by Chris Wilson · 7 years ago
  29. c9c043d Revert "Revert "lib/igt_kms: Force outputs to use full range RGB"" by Petri Latvala · 7 years ago
  30. cda2b91 Revert "lib/igt_kms: Force outputs to use full range RGB" by Chris Wilson · 7 years ago
  31. 15ffbf3 lib/igt_kms: Force outputs to use full range RGB by Ander Conselvan de Oliveira · 7 years ago
  32. 62a1f54 wsim: Per-client prng pool for miscellaneous randoms by Chris Wilson · 7 years ago
  33. 054eb1a benchmarks/gem_wsim: Command submission workload simulator by Tvrtko Ursulin · 7 years ago
  34. 1cdffe8 lib: spinning batches requires working GEM, so add the precheck by Chris Wilson · 7 years ago
  35. 36b92e8 igt: Import basic amdgpu tests from libdrm by Chris Wilson · 7 years ago
  36. 943020f lib/tests: Add kmstest_edid_add_* selftests by Abdiel Janulgue · 7 years ago
  37. 3cfa6a9 lib/igt_kms: Add support for 4K and audio HDMI EDID injection. by Abdiel Janulgue · 7 years ago
  38. 3bdafec igt/gem_exec_reloc: Check interactions with WC domain by Chris Wilson · 7 years ago
  39. 82fdfc6 lib: Fix up internal engine names (again) by Chris Wilson · 7 years ago
  40. 21ab592 lib/pipe_crc: Cache debugfs directory by Chris Wilson · 7 years ago
  41. 5dce95f lib/debugfs: Close dir before returning open debugs file by Ander Conselvan de Oliveira · 7 years ago
  42. 9f92893 lib/igt_kmod: Don't call igt_assert or igt_require without a fixture by Petri Latvala · 7 years ago
  43. 4d78533 lib: Update kernel engine names by Chris Wilson · 7 years ago
  44. e520002 lib/sysfs: Fix using O_WRONLY in igt_sysfs_read()! by Chris Wilson · 7 years ago
  45. eb6ed46 lib/dummyload: Handle timeout in a new thread instead of signal handler by Ander Conselvan de Oliveira · 7 years ago
  46. e772991 Replace more system("modprobe") by Chris Wilson · 7 years ago
  47. a056f7c lib/sysfs: stop before calling write with zero bytes by Chris Wilson · 7 years ago
  48. e08ed8a lib/debugfs: Phase out igt_debugfs_fopen() by Chris Wilson · 7 years ago
  49. 58de785 Improve utilisation of igt_debugfs_dir() by Chris Wilson · 7 years ago
  50. 137360f lib: system() is bad, use libkmod instead by Chris Wilson · 7 years ago
  51. f22e19b lib: Clear unrelated errno for intel_detect_and_clear_missed_interrupts by Chris Wilson · 7 years ago
  52. 83884e9 Restore "lib: Open debugfs files for the given DRM device" by Chris Wilson · 7 years ago
  53. 25fbae1 Revert "lib: Open debugfs files for the given DRM device" by Tomeu Vizoso · 7 years ago
  54. ba6d0dc lib/debugfs: Only inspect errno after a confirmed error by Chris Wilson · 7 years ago
  55. 301ad44 lib: Open debugfs files for the given DRM device by Tomeu Vizoso · 7 years ago
  56. 5635ea9 lib/igt_kms: Do not refresh all outputs in igt_display_commit by Maarten Lankhorst · 7 years ago
  57. 673bf76 lib: Remove requirements spam from gem_set_tiling() by Chris Wilson · 7 years ago
  58. f6eba0b lib: Squelch a pair of ignore result warnings by Chris Wilson · 7 years ago
  59. 13d946e lib: Update i915_pciids.h by Chris Wilson · 7 years ago
  60. 2c64f11 igt/kms_pipe_crc_basic: Tighten timings for CRC readback by Chris Wilson · 7 years ago
  61. 57b4d84 Revert "lib: Add i915 and drm-mm selftest headers from the kernel" by Chris Wilson · 7 years ago
  62. 7a805c2 Revert "Always expose IGT subtests for known kernel selftests" by Chris Wilson · 7 years ago
  63. 7ab5c97 Always expose IGT subtests for known kernel selftests by Petri Latvala · 7 years ago
  64. 5ca0da9 lib: Add i915 and drm-mm selftest headers from the kernel by Petri Latvala · 7 years ago
  65. 90c883c lib: Shrink all i915 caches before measuring avail memory by Chris Wilson · 7 years ago
  66. e8eb9af igt: Exercise the shrinker by Chris Wilson · 7 years ago
  67. 9759df9 lib: Fix hang detector by Chris Wilson · 7 years ago
  68. 7b46ae1 tests/gem_userptr_blits: subtests for MAP_FIXED mappings of regular BO by Michał Winiarski · 9 years ago
  69. 8fcca19 igt/gem_madvise: Correct expected results by Chris Wilson · 7 years ago
  70. 28a2f14 igt/gem_eio: Check we succeed in unwedging the driver by Chris Wilson · 7 years ago
  71. 0a0eb5d lib/igt_gt: Remove duplicated PARAM_NO_ERROR_CAPTURE define by Michel Thierry · 7 years ago
  72. 072bbf1 lib: Break poll loop to check for a missed signal by Chris Wilson · 7 years ago
  73. 75e032e lib: Check for dead parent first in hang detector by Chris Wilson · 7 years ago
  74. a8ea5dd lib/igt_debugfs: Add functions/tests for controlling/testing HPD storm logic by Lyude · 7 years ago
  75. d930b64 lib: Add basic support for valgrind annotations. by Maarten Lankhorst · 7 years ago
  76. c5da066 lib/sysfs: Explicit read/write length by Chris Wilson · 7 years ago
  77. 9518cb5 igt: Start marking up GEM tests that require an alive GPU to function by Chris Wilson · 7 years ago
  78. 545aa33 lib/igt_kms: Remove redundant cursor code by Brian Starkey · 7 years ago
  79. c2254c4 lib/igt_kms: Fix memory corruption when there's no cursor plane by Brian Starkey · 7 years ago
  80. 45f9bb4 lib/igt_kms: Fix possible out-of-bounds access by Brian Starkey · 7 years ago
  81. 1ab629f lib/igt_kms: Neaten up pipe->planes[] assignment by Brian Starkey · 7 years ago
  82. 4cb80db lib/igt_kms: Fix drm_plane leak by Brian Starkey · 7 years ago
  83. 11e31f9 lib/igt_kms: Fix regression on kms_plane_lowres test by Mika Kahola · 7 years ago
  84. 3d7a27e igt_kms: Handle failure in drmModeGetConnector gracefully. by Maarten Lankhorst · 7 years ago
  85. 8b5453b lib/kselftests: Split up igt_kselftests() by Chris Wilson · 7 years ago
  86. bcd7ed6 igt/core: Return condition result from igt_warn_on*() by Lyude · 7 years ago
  87. cc8c960 lib/gt: Set context for contolling bannable by Chris Wilson · 7 years ago
  88. 25b5a74 tests/gem_exec_params: add test for exec_fence params by Daniele Ceraolo Spurio · 7 years ago
  89. 33ab71c lib/igt_kmod: Compare module names with strcmp by Ander Conselvan de Oliveira · 7 years ago
  90. f8aa596 tests/kms_atomic_transition: add in_fences tests by Gustavo Padovan · 8 years ago
  91. 187ccf0 tests/kms_atomic_transition: add out_fences tests by Robert Foss · 7 years ago
  92. 513846b lib/igt_kms: Add support for the OUT_FENCE_PTR property by Gustavo Padovan · 8 years ago
  93. 221848d lib/igt_kms: Add support for the IN_FENCE_FD property by Robert Foss · 8 years ago
  94. e707ace lib/igt_kms: export properties names by Gustavo Padovan · 8 years ago
  95. edf4f1f lib/igt_kms: move igt_kms_get_alt_edid() to the right place by Gustavo Padovan · 8 years ago
  96. 2ecbdca lib/igt_kms: Remove code obsoleted by dyn n_planes implementation by Robert Foss · 8 years ago
  97. 3665623 lib/igt_kms: Implement dynamic plane count support by Robert Foss · 8 years ago
  98. 260df25 lib/igt_kms: Rename kmstest properties nplanes and plane by Robert Foss · 8 years ago
  99. 9de6359 lib/igt_kms: Avoid depencency on static plane count by Robert Foss · 8 years ago
  100. fdced48 lib/igt_kms: Add index property to kmstest_plane struct by Robert Foss · 8 years ago