1. 556a59e lib/igt_kms: Add support for up to 10 planes. by Robert Foss · 8 years ago
  2. f73b41e tests/gvt_basic: Add a placeholder test to please check/distcheck. by Marius Vlad · 8 years ago
  3. d33c89c overlay/Makefile.am: Remove i915_pciids.h from overlay sources by Marius Vlad · 8 years ago
  4. d2c6196 igt/gem_sync: Extend with store synchronisation by Chris Wilson · 8 years ago
  5. c2893a9 lib: Enable squelching of simulated error states by Chris Wilson · 8 years ago
  6. 376b813 igt/gem_exec_gttfill: Reduce overhead in setting up filler batches by Chris Wilson · 8 years ago
  7. 3e76584 igt/gem_exec_whisper: Preallocate locations in GTT for whisper by Chris Wilson · 8 years ago
  8. 76bc11b lib/igt_aux: Framework for measuring latency in raising signals by Chris Wilson · 8 years ago
  9. 0f1584e igt/prime_busy: Promote the test for dma-buf implicit fences as basic by Chris Wilson · 8 years ago
  10. 1681df8 intel_chipset: Remove unused PCI_CHIP ids by Chris Wilson · 8 years ago
  11. 2aa3dc8 intel_chipset: Replace lookup of GT size with computation by Chris Wilson · 8 years ago
  12. e63f154 intel_chipset: Convert IS_G4X to device info by Chris Wilson · 8 years ago
  13. 755fc0c intel_chipset: Convert IS_915, IS_945 to device info by Chris Wilson · 8 years ago
  14. 37eec6d intel_chipset: Convert IS_PINEVIEW to device info by Chris Wilson · 8 years ago
  15. 83faf2b intel_chipset: Convert IS_IRONLAKE to device info by Chris Wilson · 8 years ago
  16. c85efb1 intel_chipset: Convert IS_IVYBRIDGE to device info by Chris Wilson · 8 years ago
  17. 0ce61c6 intel_chipset: Convert IS_VALLEYVIEW to device info by Chris Wilson · 8 years ago
  18. 314be9a intel_chipset: Convert IS_HASWELL to device info by Chris Wilson · 8 years ago
  19. 6d5f115 intel_chipset: Convert IS_BROADWELL to device info by Chris Wilson · 8 years ago
  20. 2fc5945 intel_chipset: Convert IS_CHERRYVIEW to device info by Chris Wilson · 8 years ago
  21. f17d633 intel_chipset: Convert IS_SKYLAKE to device info by Chris Wilson · 8 years ago
  22. 1d03a50 intel_chipset: Convert IS_BROXTON to device info by Chris Wilson · 8 years ago
  23. 2a74eb5 intel_chipset: Convert IS_BROADWATER, IS_CRESTLINE to device info by Chris Wilson · 8 years ago
  24. 5679105 intel_chipset: Convert IS_965 to use intel_gen() by Chris Wilson · 8 years ago
  25. fa3bbcf intel_chipset: Convert IS_MOBILE to intel_device_info by Chris Wilson · 8 years ago
  26. d308bb0 lib: Start weaning off defunct intel_chipset.h by Chris Wilson · 8 years ago
  27. 0404de4 Revert "igt_kms: Add modeset support for atomic style commits." by Maarten Lankhorst · 8 years ago
  28. b99b15f tests: Remove kms_rmfb.c by Maarten Lankhorst · 8 years ago
  29. 4a18597 igt_kms: Add modeset support for atomic style commits. by Maarten Lankhorst · 8 years ago
  30. d31b9b3 tests/kms_rmfb: Use for_each_pipe_with_valid_output. by Maarten Lankhorst · 8 years ago
  31. be13126 lib/igt_kms: Add for_each_pipe_with_valid_output and for_each_valid_output_on_pipe. by Maarten Lankhorst · 8 years ago
  32. 3916465 tests/kms_chv_cursor_fail: Run the tests with fewer steps. by Maarten Lankhorst · 8 years ago
  33. 5c7106c overlay: sync i915_pciids.h by Chris Wilson · 8 years ago
  34. 13fa7da lib/intel_chipset: Removing PCI IDs that are no longer listed as Kabylake. by Rodrigo Vivi · 8 years ago
  35. 09dc317 lib/intel_chipset: Add more Kabylake PCI IDs. by Rodrigo Vivi · 8 years ago
  36. ba58793 lib: Fix reporting of debugfs mountpoint by Chris Wilson · 8 years ago
  37. 362da34 lib: Suppress kmsg on exit for unknown programmes by Chris Wilson · 8 years ago
  38. e1c3cde lib: Avoid running gem_quiescent_gpu() on non-Intel hardware by Robert Foss · 8 years ago
  39. 88c1f7c igt/kms_cursor_legacy: Check that cursor updates do not stall flips by Chris Wilson · 8 years ago
  40. 838d077 igt: Add basic framework for GVT-g testing by Chris Wilson · 8 years ago
  41. d86d6eb Silence compiler warnings for expected and handled error conditions by Chris Wilson · 8 years ago
  42. bdad74d assembler/: Fix lex warnings for %empty and %nonassoc. by marius vlad · 8 years ago
  43. 68c5d53 igt/vgem_basic: Check multiple clients can open /dev/dri/<vgem> by Chris Wilson · 8 years ago
  44. 8453d4b igt/kms_cursor_legacy: Replace synchronous pageflip by Chris Wilson · 8 years ago
  45. 987e1d5 igt/kms_cursor_legacy: Detect pageflip errors by Chris Wilson · 8 years ago
  46. 4dd67c3 tests/kms_flip: Check that the last vs. current seq/ts are consistent by Ville Syrjälä · 8 years ago
  47. f909d88 tests/kms_flip: Print the expected diff between two events by Ville Syrjälä · 8 years ago
  48. 4be39bb tests/kms_flip: Account for diff.tv_secs in jitter check by Ville Syrjälä · 8 years ago
  49. bebccd0 tests/kms_flip: Use USEC_PER_SEC by Ville Syrjälä · 8 years ago
  50. 7ad3290 tests/kms_flip: Constify some function arguments by Ville Syrjälä · 8 years ago
  51. 174087d tests/kms_flip: Print timestamps in a consistent form by Ville Syrjälä · 8 years ago
  52. 162d456 igt/kms_cursor_legacy: Add a rudimentary test to detect stalled cursors by Chris Wilson · 8 years ago
  53. 853b4d6 igt/vgem_reload_basic: Do a modprobe dry-run first by Chris Wilson · 8 years ago
  54. 2ae4621 tests/drm_getopt.sh: Make it executable as CI does a copy of by Marius Vlad · 8 years ago
  55. 1f4b21c tests/drm_lib.sh: Extract fake getopt options so it can sourced into tests that require it. by marius vlad · 8 years ago
  56. 1b81253 lib: Suppress error messages from failure to load driver modules by Chris Wilson · 8 years ago
  57. 85d6566 igt/gem_close_race: Complete conversion to drm_open_driver() by Chris Wilson · 8 years ago
  58. 5b558c5 igt/prime_vgem: Speed up implicit fence failure by Chris Wilson · 8 years ago
  59. a153f95 igt/prime_vgem: Insert a WCB flush between distinct mmappings by Chris Wilson · 8 years ago
  60. 5020029 igt/prime_vgem: Add a tight coherency check between vgem/gtt mmap by Chris Wilson · 8 years ago
  61. e4c24c0 lib/debugfs: Fix probe path for opening i915 debugfs dir by Chris Wilson · 8 years ago
  62. 8deba38 igt/vgem_basic: Exercise opening sysfs/debugfs by Chris Wilson · 8 years ago
  63. 0e1f5e3 benchmarks: Add vgem mmap speed test by Chris Wilson · 8 years ago
  64. c344044 igt: Add basic exercise of vGEM by Chris Wilson · 8 years ago
  65. 7ce6389 lib: Support opening vGEM device by Chris Wilson · 8 years ago
  66. 1295629 kms_frontbuffer_tracking: properly handle mixing GTT and WC mmaps by Paulo Zanoni · 8 years ago
  67. 990f457 kms_frontbuffer_tracking: recreate the FBs at every subtest by Paulo Zanoni · 9 years ago
  68. dc466ef kms_frontbuffer_tracking: prefer the BLT drawing method by Paulo Zanoni · 9 years ago
  69. 001d665 igt: Replace drv_missed_irq_hang script with a C-equivalent by Chris Wilson · 8 years ago
  70. be21fc0 tests: Push igt_fork/stop_hang_detector into fixtures by Daniel Vetter · 8 years ago
  71. e63a068 tests/gem_close_race: Use drm_open_driver helper by Daniel Vetter · 8 years ago
  72. 87a1dca igt: Add a test case for polling dma-buf fences by Chris Wilson · 8 years ago
  73. 144856e igt/gem_shrink: Redirect all allocations through GEM by Chris Wilson · 8 years ago
  74. bc570aa igt/gem_reset_stats: Add time constraints on hang detection by Mika Kuoppala · 8 years ago
  75. b5ef40e lib/gt: Omit illegal instruction on hang injection with gen 8+ by Mika Kuoppala · 8 years ago
  76. ede4870 tests/kms_chv_cursor_fail: Remove extra igt_pipe_crc_start. by Maarten Lankhorst · 8 years ago
  77. efa4041 tests: Add kms_invalid_dotclock by Ville Syrjälä · 8 years ago
  78. beef31a igt/gem_stolen: Check for available stolen memory size by Ankitprasad Sharma · 8 years ago
  79. 293aa16 igt/gem_stolen: Fix for no_mmap subtest by Ankitprasad Sharma · 8 years ago
  80. 2d7d1ad igt/gem_stolen: Verify contents of stolen-backed objects across hibernation by Ankitprasad Sharma · 8 years ago
  81. 047c999 igt/kms_cursor_legacy: wrap __builtin_ia32_pause inside cpu_relax by Tomeu Vizoso · 8 years ago
  82. 56b220b tests/core_prop_blob: Add invalid tests to set fb props by Daniel Vetter · 8 years ago
  83. ec26d97 tests/kms_addfb_basic: Add invalid tests to set fb props by Daniel Vetter · 8 years ago
  84. f5d370c igt/kms_cursor_legacy: Add background RT threads by Chris Wilson · 8 years ago
  85. 7b34c51 igt/gem_exec_whisper: Another twist on engine interchange by Chris Wilson · 8 years ago
  86. d2a810e igt/gem_ctx_thrash: Scale estimated usage by execlists.num_engines by Chris Wilson · 8 years ago
  87. ce6adbe igt/gem_mmap_gtt: Exercise differing tile sizes by Chris Wilson · 8 years ago
  88. 05ca171 benchmarks/gem_exec_nop: Extend submission to check write inter-engine sync by Chris Wilson · 8 years ago
  89. 32940a0 Introduced by 0e11befe442. openat(2) is used in igt_sysfs_set() w/ a by Marius Vlad · 8 years ago
  90. 54577e7 Mark up a few more execbuf tests with automatic fail for missed-interrupts by Chris Wilson · 8 years ago
  91. 0e11bef lib: Override the connector status using the sysfs status attribute by Chris Wilson · 8 years ago
  92. b3082ae lib: Add simple sysfs accessors by Chris Wilson · 8 years ago
  93. 3ce58b6 Updated NEWS, and bumped to 1.15. by Marius Vlad · 8 years ago
  94. 7be235c lib: Actually use provided size when creating BO by Tomeu Vizoso · 8 years ago
  95. 303b380 igt_core: Search "." as final fallback for igt_fopen_data() by Matt Roper · 8 years ago
  96. 04b8f0e igt/kms_cursor_legacy: Fixup !fixture by Chris Wilson · 8 years ago
  97. cce2ff0 igt/kms_cursor_legacy: Stress each CRTC individually as well by Chris Wilson · 8 years ago
  98. c74e071 igt/kms_cursor_legacy: Show basic stats of iterations per child by Chris Wilson · 8 years ago
  99. dab6b6b igt/kms_cursor_legacy: Add uncontended cursor updates by Chris Wilson · 8 years ago
  100. 2da624e tests/Android.mk: Update cairo dependant test list by Derek Morton · 8 years ago