1. be2f6fc lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctx by Maarten Lankhorst · 6 years ago
  2. d242cd8 igt/kms_rotation_crc: Add horizontal flip subtest. by Joseph Garvey · 7 years ago
  3. 2f7519a lib/igt_kms: Add igt_$obj_has_prop functions, v2. by Maarten Lankhorst · 7 years ago
  4. 5e42c62 lib/igt_kms: Rework plane properties to be more atomic, v5. by Maarten Lankhorst · 7 years ago
  5. 7df7e3b tests: Stop looking at plane private members by Maarten Lankhorst · 7 years ago
  6. 5f68064 igt/kms_rotation_crc: Fix flip tests for sprite plane by Maarten Lankhorst · 7 years ago
  7. af41586 kms_rotation_crc: 90 degree flip test is not a stress test by Tvrtko Ursulin · 7 years ago
  8. a645824 kms_rotation_crc: Fix rotation tests on older platforms again. by Maarten Lankhorst · 7 years ago
  9. 9d809cd tests/kms_rotation_crc: Keep primary plane enabled while testing. by Maarten Lankhorst · 7 years ago
  10. a7fe05b tests/kms_rotation_crc: Implement stricter rotation tests by Maarten Lankhorst · 7 years ago
  11. ca23986 tests/kms_cursor_legacy: Prepare for non-square rotation tests by Maarten Lankhorst · 7 years ago
  12. d7db79d tests/kms_*: Use correct DRM context version by Daniel Stone · 7 years ago
  13. 83884e9 Restore "lib: Open debugfs files for the given DRM device" by Chris Wilson · 7 years ago
  14. 25fbae1 Revert "lib: Open debugfs files for the given DRM device" by Tomeu Vizoso · 7 years ago
  15. 301ad44 lib: Open debugfs files for the given DRM device by Tomeu Vizoso · 7 years ago
  16. 3e04c51 tests/kms_rotation_crc: Add support for dynamic number of planes by Robert Foss · 8 years ago
  17. 44023a2 kms_rotation_crc: Make tests pass. by Maarten Lankhorst · 7 years ago
  18. eeffa25 kms_rotation_crc: Stop looking at output->valid by Maarten Lankhorst · 8 years ago
  19. 80baeb0 igt_kms: Remove support for drivers with <1 drm_plane by Lyude · 8 years ago
  20. 8b8d7aa tests/kms_rotation_crc: Adding rotation tests using COMMIT_ATOMIC path by pvishwak · 8 years ago
  21. 1603890 lib: Restore gem_available_aperture_size() by Chris Wilson · 8 years ago
  22. 391b32c igt: Report the global GTT size by Chris Wilson · 8 years ago
  23. 3c1362f tests: Bump pageflip wait timeout to 50 ms. by Maarten Lankhorst · 9 years ago
  24. 938b930 igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v3) by Vivek Kasireddy · 9 years ago
  25. de7ccdd tests: Run igt.cocci by Daniel Stone · 9 years ago
  26. fe548fa igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier (v3) by Vivek Kasireddy · 9 years ago
  27. 061a38f kms_rotation_crc: Exercise page flips with 90 degree rotation by Tvrtko Ursulin · 9 years ago
  28. c81d293 convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci by Micah Fedke · 9 years ago
  29. 804e11f lib: add a single include header by Thomas Wood · 9 years ago
  30. f2a5896 kms_rotation_crc: Update rotation direction for kernel changes by Tvrtko Ursulin · 9 years ago
  31. 637f045 kms_rotation_crc: Do not leak framebuffers during test duration by Tvrtko Ursulin · 9 years ago
  32. dbf6468 kms_rotation_crc: Use main test for negative cases by Tvrtko Ursulin · 9 years ago
  33. 6f5d400 kms_rotation_crc: No need to square the buffer in paint by Tvrtko Ursulin · 9 years ago
  34. b769a7c kms_rotation_crc: Consolidate plane and cursor code paths by Tvrtko Ursulin · 9 years ago
  35. e23a818 kms_rotation_crc: Negative test does not need to render anything by Tvrtko Ursulin · 9 years ago
  36. 148c0d2 kms_rotation_crc: Remove unused variable in negative test by Tvrtko Ursulin · 9 years ago
  37. d901106 kms_rotation_crc: Framebuffer used for initial modeset does not need to be painted by Tvrtko Ursulin · 9 years ago
  38. 4dd79d1 kms_rotation_crc: Local framebuffers do not need to be global by Tvrtko Ursulin · 9 years ago
  39. e1ce5ea kms_rotation_crc: Adding test for 90/270 rotation by Sonika Jindal · 9 years ago
  40. e588f6d lib/debugfs: Add igt_assert_crc_equal by Daniel Vetter · 9 years ago
  41. e36091d tiling: Convert framebuffer helpers to use fb modifiers by Tvrtko Ursulin · 9 years ago
  42. 57259d7 lib/igt_debugfs: Don't setup crc in _new by Daniel Vetter · 10 years ago
  43. 4724698 kms_rotation_crc: Add test for cursor rotation (v2) by Sonika Jindal · 10 years ago
  44. c256af5 test/kms, pm: use drm_open_any_master by Imre Deak · 10 years ago
  45. 4428151 kms_rotation_crc: Calling commit2 instead of legacy commit by Sonika Jindal · 10 years ago
  46. 1bec6cb tests: check plane rotation is reset after the VT mode is restored by Thomas Wood · 10 years ago
  47. 33f0884 lib/igt_kms: set_vt_graphics_mode is a low-level helper by Daniel Vetter · 10 years ago
  48. 92a2b29 kms_rotation_crc: Use the igt_kms enum to encode the plane rotation by Damien Lespiau · 10 years ago
  49. a58f8b9 kms_rotation_crc: Remove unnecessary includes by Damien Lespiau · 10 years ago
  50. 1a75439 kms_rotation_crc: Always use the primary plane to compute the reference CRC by Damien Lespiau · 10 years ago
  51. 282f560 kms_rotation_crc: Document the two steps in prepare_crtc() by Damien Lespiau · 10 years ago
  52. 8767a79 kms_rotation_crc: Properly paint the whole frame buffer by Damien Lespiau · 10 years ago
  53. 1bcac4d kms_rotation_crc: Don't commit with no fb set up by Damien Lespiau · 10 years ago
  54. c4564e0 kms_rotation_crc: Allow the sprite test to run even without universal planes by Damien Lespiau · 10 years ago
  55. 2eaa50f kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object by Damien Lespiau · 10 years ago
  56. 05f90b0 kms_rotation_crc: Remove plane from the state by Damien Lespiau · 10 years ago
  57. fe8373d kms_rotation_crc: Remove the sleep(2) by Damien Lespiau · 10 years ago
  58. ffc954e kms_rotation_crc: Remove 'output' from the state by Damien Lespiau · 10 years ago
  59. b146e81 kms_rotation_crc: Remove the test on output->valid by Damien Lespiau · 10 years ago
  60. aef475b kms_rotation_crc: Use for_each_pipe() by Damien Lespiau · 10 years ago
  61. 8843bef kms_rotation_crc: Remove now unnecessary defines by Damien Lespiau · 10 years ago
  62. 39abe77 kms_rotation_crc: Use igt_plane_set_rotation() by Damien Lespiau · 10 years ago
  63. 8facccf kms_rotation_crc: Don't store 'pipe' in the state by Damien Lespiau · 10 years ago
  64. f7250d0 kms_rotation_crc: Don't store rotate in the test state by Damien Lespiau · 10 years ago
  65. eb81a92 kms_rotation_crc: Always disable the plane in cleanup by Damien Lespiau · 10 years ago
  66. 13e979c kms_rotation_crc: Unify the two tests by Damien Lespiau · 10 years ago
  67. 063d22e kms_rotation_crc: Just store the igt_plane_t in data by Damien Lespiau · 10 years ago
  68. 0b3a30e kms_rotation_crc: Skip the tests if rotation is not supported by Damien Lespiau · 10 years ago
  69. 5edab97 kms_rotation_crc: Style issue: binary operators need spaces before and after by Damien Lespiau · 10 years ago
  70. 7ae5d9b kms_rotation_crc: Use drm_plane from igt_plane_t by Damien Lespiau · 10 years ago
  71. 7e7c625 kms_rotation_crc: Remove useless comments by Damien Lespiau · 10 years ago
  72. 19743a1 kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc() by Damien Lespiau · 10 years ago
  73. 92b29b1 kms_rotation_crc: Factor out the square drawing function by Damien Lespiau · 10 years ago
  74. 78fac76 kms_rotation_crc: Fix style issue: single statement conditionals by Damien Lespiau · 10 years ago
  75. de9c168 kms_rotation_crc: Fix style issue: '{' at the end of lines by Damien Lespiau · 10 years ago
  76. 1025a11 kms_rotation_crc: Require universal planes for the testing primary rotation by Damien Lespiau · 10 years ago
  77. 143984a kms_rotation_crc: Test the validity of the output first by Damien Lespiau · 10 years ago
  78. 9cf7e8d kms_rotation_crc: Update the copyright to have this year as well by Damien Lespiau · 10 years ago
  79. bbd5e2e kms_rotation_crc: Align a few wrapped lines to the opening brace by Damien Lespiau · 10 years ago
  80. f00f767 kms_rotation_crc: Make more functions static by Damien Lespiau · 10 years ago
  81. 0506f10 kms_rotation_crc: Make check_plane_type() static by Damien Lespiau · 10 years ago
  82. e361139 tests/kms_rotation_crc: IGT for 180 degree HW rotation by Sonika Jindal · 10 years ago