summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
AgeCommit message (Expand)Author
2015-10-16kms_cursor_crc: Add test for unthrottled cursor movementMatt Roper
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-05-11kms_cursor_crc: Move comment to the appropriate placeDamien Lespiau
2015-03-23tests/kms_cursor_crc: Add dpms and suspend testsDaniel Vetter
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter
2015-03-23lib/core: add interactive debug point to igt_failDaniel Vetter
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2015-02-10kms_cursor_crc: Kernel now checks for integer overflowMatt Roper
2014-12-09tests/kms_cursor_crc: Restore the valid pipe/connector combo checkVille Syrjälä
2014-12-09kms_cursor_crc: Remove value to 'return' in a void functionDamien Lespiau
2014-11-24lib/igt_debugfs: Don't setup crc in _newDaniel Vetter
2014-11-06docs: add some test descriptionsThomas Wood
2014-10-17tests/kms_cursor_crc: HSW/BDW only have square cursorsPaulo Zanoni
2014-09-30lib: add a function to indicate activityThomas Wood
2014-09-30test/kms, pm: use drm_open_any_masterImre Deak
2014-09-26kms_cursor_crc: Remove two unused local variablesDamien Lespiau
2014-09-18tests/kms_cursor_crc: Add basic non-square cursor testingVille Syrjälä
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson
2014-08-21kms_cursor_crc: Use I915_TILING_NONE to create fbsDamien Lespiau
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter
2014-08-12tests/kms_cursor_crc: Align opening {Daniel Vetter
2014-07-11lib/igt.cocci: Add stanza for for_each_pipeDaniel Vetter
2014-07-04tests/kms_cursor_crc: Call drmModeMoveCursor() directlyMatt Roper
2014-07-04tests/kms_cursor_crc: Combine data_t and test_data_tMatt Roper
2014-06-02kms_cursor_crc: Test cursor size change ioctlAntti Koskipaa
2014-05-14tests: sprinkle igt loggingDaniel Vetter
2014-04-25kms_cursor_crc: Fix the test on platforms where the pipe->port mapping has re...Ville Syrjälä
2014-04-25kms_cursor_crc: Wrap igt_require() in igt_fixtureVille Syrjälä
2014-04-25kms_cursor_crc: Replace snprintf()+%s with just %dVille Syrjälä
2014-04-25kms_cursor_crc: Allow the test to run without cursor cap supportVille Syrjälä
2014-04-25kms_cursor_crc: Wrap cursor fb creating into igt_fixtureVille Syrjälä
2014-04-25kms_cursor_crc: Simplify the pipe_crc messVille Syrjälä
2014-04-25kms_cursor_crc: Add background pictureAntti Koskipaa
2014-04-25kms_cursor_crc: Add random cursor placement testAntti Koskipaa
2014-04-25kms_cursor_crc: Add moving cursor testAntti Koskipaa
2014-04-25kms_cursor_crc: Add reference software renderingAntti Koskipaa
2014-04-25kms_cursor_crc: Separate onscreen and offscreen testsAntti Koskipaa
2014-04-25kms_cursor_crc: Use a function pointer to call testAntti Koskipaa
2014-04-25kms_cursor_crc: Move cursor enable and disable calls where they belongAntti Koskipaa
2014-04-25kms_cursor_crc: Remove some test cases and change cursor to colorAntti Koskipaa
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter
2014-03-26lib: remove kmstest_create_fbDaniel Vetter
2014-03-22lib: more unecessary header removalDaniel Vetter
2014-03-22tests/kms_cursor_crc: Fix up breakageDaniel Vetter
2014-03-20tests/kms_cursor_crc: Review from Imre for Sagar's patchDaniel Vetter
2014-03-20kms_cursor_crc: Enabling this test for all cursor sizesSagar Kamble