1. be2f6fc lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctx by Maarten Lankhorst · 6 years ago
  2. 6fcc8e8 tests/kms_cursor_crc: Fix the cursor tests to work on CHV by Maarten Lankhorst · 7 years ago
  3. a0433ca tests/kms_cursor_crc: Test non-square cursors on IVB+ by Ville Syrjälä · 7 years ago
  4. 83884e9 Restore "lib: Open debugfs files for the given DRM device" by Chris Wilson · 7 years ago
  5. 25fbae1 Revert "lib: Open debugfs files for the given DRM device" by Tomeu Vizoso · 7 years ago
  6. 301ad44 lib: Open debugfs files for the given DRM device by Tomeu Vizoso · 7 years ago
  7. da67e73 tests/kms_cursor_crc: Add support for dynamic number of planes by Robert Foss · 8 years ago
  8. a546b67 kms_cursor_crc: Stop looking at output->valid by Maarten Lankhorst · 8 years ago
  9. 022e6f8 lib/igt_aux: Add support for various system suspend/resume options by Imre Deak · 8 years ago
  10. cd99dde kms_cursor_crc: Add test for unthrottled cursor movement by Matt Roper · 9 years ago
  11. c81d293 convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci by Micah Fedke · 9 years ago
  12. 804e11f lib: add a single include header by Thomas Wood · 9 years ago
  13. 09ea86e kms_cursor_crc: Move comment to the appropriate place by Damien Lespiau · 9 years ago
  14. a5c6b8d tests/kms_cursor_crc: Add dpms and suspend tests by Daniel Vetter · 9 years ago
  15. e588f6d lib/debugfs: Add igt_assert_crc_equal by Daniel Vetter · 9 years ago
  16. 4fec18e lib/core: add interactive debug point to igt_fail by Daniel Vetter · 9 years ago
  17. e36091d tiling: Convert framebuffer helpers to use fb modifiers by Tvrtko Ursulin · 9 years ago
  18. 07be8fe igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible by Matt Roper · 9 years ago
  19. 9ca2cc1 kms_cursor_crc: Kernel now checks for integer overflow by Matt Roper · 9 years ago
  20. 5d46f68 tests/kms_cursor_crc: Restore the valid pipe/connector combo check by Ville Syrjälä · 10 years ago
  21. d49ef76 kms_cursor_crc: Remove value to 'return' in a void function by Damien Lespiau · 10 years ago
  22. 57259d7 lib/igt_debugfs: Don't setup crc in _new by Daniel Vetter · 10 years ago
  23. 3d0dca4 docs: add some test descriptions by Thomas Wood · 10 years ago
  24. bba1cd0 tests/kms_cursor_crc: HSW/BDW only have square cursors by Paulo Zanoni · 10 years ago
  25. 6a8d33c lib: add a function to indicate activity by Thomas Wood · 10 years ago
  26. c256af5 test/kms, pm: use drm_open_any_master by Imre Deak · 10 years ago
  27. 32a0308 kms_cursor_crc: Remove two unused local variables by Damien Lespiau · 10 years ago
  28. 25c55d3 tests/kms_cursor_crc: Add basic non-square cursor testing by Ville Syrjälä · 10 years ago
  29. 3b94d3f igt: Prettify igt_assert_eq() failure messages by Chris Wilson · 10 years ago
  30. 0c14af6 kms_cursor_crc: Use I915_TILING_NONE to create fbs by Damien Lespiau · 10 years ago
  31. 33f0884 lib/igt_kms: set_vt_graphics_mode is a low-level helper by Daniel Vetter · 10 years ago
  32. dd8fba4 lib/igt_kms: Unify pipe name helpers by Daniel Vetter · 10 years ago
  33. fb38cf2 tests/kms_cursor_crc: Align opening { by Daniel Vetter · 10 years ago
  34. 8bf115e lib/igt.cocci: Add stanza for for_each_pipe by Daniel Vetter · 10 years ago
  35. 3f46e81 tests/kms_cursor_crc: Call drmModeMoveCursor() directly by Matt Roper · 10 years ago
  36. 07087ad tests/kms_cursor_crc: Combine data_t and test_data_t by Matt Roper · 10 years ago
  37. 21fb118 kms_cursor_crc: Test cursor size change ioctl by Antti Koskipaa · 10 years ago
  38. e624fa8 tests: sprinkle igt logging by Daniel Vetter · 10 years ago
  39. a461515 kms_cursor_crc: Fix the test on platforms where the pipe->port mapping has restrictions by Ville Syrjälä · 10 years ago
  40. 5b90833 kms_cursor_crc: Wrap igt_require() in igt_fixture by Ville Syrjälä · 10 years ago
  41. f688a56 kms_cursor_crc: Replace snprintf()+%s with just %d by Ville Syrjälä · 10 years ago
  42. fb2ccb1 kms_cursor_crc: Allow the test to run without cursor cap support by Ville Syrjälä · 10 years ago
  43. f8e5a3f kms_cursor_crc: Wrap cursor fb creating into igt_fixture by Ville Syrjälä · 10 years ago
  44. f6e8697 kms_cursor_crc: Simplify the pipe_crc mess by Ville Syrjälä · 10 years ago
  45. aaef7ad kms_cursor_crc: Add background picture by Antti Koskipaa · 10 years ago
  46. fafcff9 kms_cursor_crc: Add random cursor placement test by Antti Koskipaa · 10 years ago
  47. 470e5ce kms_cursor_crc: Add moving cursor test by Antti Koskipaa · 10 years ago
  48. 795eddc kms_cursor_crc: Add reference software rendering by Antti Koskipaa · 10 years ago
  49. ead0173 kms_cursor_crc: Separate onscreen and offscreen tests by Antti Koskipaa · 10 years ago
  50. fe8041b kms_cursor_crc: Use a function pointer to call test by Antti Koskipaa · 10 years ago
  51. 7ec631c kms_cursor_crc: Move cursor enable and disable calls where they belong by Antti Koskipaa · 10 years ago
  52. a593d61 kms_cursor_crc: Remove some test cases and change cursor to color by Antti Koskipaa · 10 years ago
  53. 9aea7ae lib/igt_fb: switch to igt_ prefix from kmstest_ by Daniel Vetter · 10 years ago
  54. 2fc2fa5 lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/ by Daniel Vetter · 10 years ago
  55. 7018216 lib: remove kmstest_create_fb by Daniel Vetter · 10 years ago
  56. 924115b lib: more unecessary header removal by Daniel Vetter · 10 years ago
  57. 52edf3a tests/kms_cursor_crc: Fix up breakage by Daniel Vetter · 10 years ago
  58. 701a755 tests/kms_cursor_crc: Review from Imre for Sagar's patch by Daniel Vetter · 10 years ago
  59. ba3a1a8 kms_cursor_crc: Enabling this test for all cursor sizes by Sagar Kamble · 10 years ago
  60. f2e5dc0 lib/igt_debugfs: s/igt_pipe_crc_check/igt_require_pipe_crc/ by Daniel Vetter · 10 years ago
  61. cc8f0e6 lib/igt_debugfs: Remove debugfs from pipe crc functions by Daniel Vetter · 10 years ago
  62. 36a83a6 lib/igt_debugfs: drop drm_fd argument from igt_pipe_crc_new by Daniel Vetter · 10 years ago
  63. 2043e6b lib: Fix igt_ouput_get_plane() typo (output) by Damien Lespiau · 10 years ago
  64. 1d2c9d5 lib: Include drm_fourcc.h from igt_kms.h by Damien Lespiau · 10 years ago
  65. 0631940 kms_cursor_crc: Use kmstest_create_color_fb() by Damien Lespiau · 10 years ago
  66. 1c608a2 tests/kms_cursor_crc: Use igt_pipe_crc_collect_crc() by Damien Lespiau · 10 years ago
  67. d435829 kms_cursor_crc: Port the test to the new modeset API by Damien Lespiau · 10 years ago
  68. 969435a tests/kms_cursor_crc: Move the array of cursor fb_ids to the stack by Damien Lespiau · 10 years ago
  69. fee27cf tests: Drop glib.h include from kms_cursor_crc and kms_fbc_crc by Ville Syrjälä · 11 years ago
  70. 164d9d2 kmstest: Fix up lifetimes of cairo objects by Chris Wilson · 11 years ago
  71. c1b7e72 lib: add igt_pipe_crc_check by Daniel Vetter · 11 years ago
  72. 3e37eb3 tests: drm_open_any doesn't fail by Daniel Vetter · 11 years ago
  73. 3d371a7 kms_cursor_crc: Fix crc readout after a subtest failure by Ville Syrjälä · 11 years ago
  74. 37f26d1 lib: Move kms stuff from drmtest.c over to igt_kms.c by Oscar Mateo · 11 years ago
  75. 071e9ca lib: add igt_main macro by Daniel Vetter · 11 years ago
  76. 1f0cf2d lib: make igt_set_vt_graphics_mode never fail by Daniel Vetter · 11 years ago
  77. 0369fe1 lib: consolidate pipe crc exit handler by Daniel Vetter · 11 years ago
  78. 43def94 tests/kms_cursor_crc: rework to auto-skip connectors by Daniel Vetter · 11 years ago
  79. 8420071 tests: use "auto" pipe CRC source by Daniel Vetter · 11 years ago
  80. 7b8784d tests/kms_cursor_crc: Use igt_exit by Daniel Vetter · 11 years ago
  81. 08c27e3 kms_cursor_crc: Add a cursor test using CRCs by Ville Syrjälä · 11 years ago