summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-05kms_cursor_crc: Stop looking at output->validMaarten Lankhorst1-28/+16
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak1-1/+2
2015-10-16kms_cursor_crc: Add test for unthrottled cursor movementMatt Roper1-0/+42
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-5/+1
2015-05-11kms_cursor_crc: Move comment to the appropriate placeDamien Lespiau1-3/+2
2015-03-23tests/kms_cursor_crc: Add dpms and suspend testsDaniel Vetter1-2/+40
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter1-2/+2
2015-03-23lib/core: add interactive debug point to igt_failDaniel Vetter1-2/+3
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin1-3/+5
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-3/+3
2015-02-10kms_cursor_crc: Kernel now checks for integer overflowMatt Roper1-1/+28
2014-12-09tests/kms_cursor_crc: Restore the valid pipe/connector combo checkVille Syrjälä1-3/+6
2014-12-09kms_cursor_crc: Remove value to 'return' in a void functionDamien Lespiau1-1/+1
2014-11-24lib/igt_debugfs: Don't setup crc in _newDaniel Vetter1-10/+2
2014-11-06docs: add some test descriptionsThomas Wood1-0/+8
2014-10-17tests/kms_cursor_crc: HSW/BDW only have square cursorsPaulo Zanoni1-4/+1
2014-09-30lib: add a function to indicate activityThomas Wood1-1/+2
2014-09-30test/kms, pm: use drm_open_any_masterImre Deak1-1/+1
2014-09-26kms_cursor_crc: Remove two unused local variablesDamien Lespiau1-2/+0
2014-09-18tests/kms_cursor_crc: Add basic non-square cursor testingVille Syrjälä1-30/+100
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson1-1/+1
2014-08-21kms_cursor_crc: Use I915_TILING_NONE to create fbsDamien Lespiau1-3/+3
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter1-1/+1
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter1-4/+6
2014-08-12tests/kms_cursor_crc: Align opening {Daniel Vetter1-2/+1
2014-07-11lib/igt.cocci: Add stanza for for_each_pipeDaniel Vetter1-1/+1
2014-07-04tests/kms_cursor_crc: Call drmModeMoveCursor() directlyMatt Roper1-5/+5
2014-07-04tests/kms_cursor_crc: Combine data_t and test_data_tMatt Roper1-121/+108
2014-06-02kms_cursor_crc: Test cursor size change ioctlAntti Koskipaa1-0/+55
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-9/+9
2014-04-25kms_cursor_crc: Fix the test on platforms where the pipe->port mapping has re...Ville Syrjälä1-0/+9
2014-04-25kms_cursor_crc: Wrap igt_require() in igt_fixtureVille Syrjälä1-1/+2
2014-04-25kms_cursor_crc: Replace snprintf()+%s with just %dVille Syrjälä1-6/+4
2014-04-25kms_cursor_crc: Allow the test to run without cursor cap supportVille Syrjälä1-5/+4
2014-04-25kms_cursor_crc: Wrap cursor fb creating into igt_fixtureVille Syrjälä1-2/+5
2014-04-25kms_cursor_crc: Simplify the pipe_crc messVille Syrjälä1-23/+10
2014-04-25kms_cursor_crc: Add background pictureAntti Koskipaa1-0/+1
2014-04-25kms_cursor_crc: Add random cursor placement testAntti Koskipaa1-0/+14
2014-04-25kms_cursor_crc: Add moving cursor testAntti Koskipaa1-0/+16
2014-04-25kms_cursor_crc: Add reference software renderingAntti Koskipaa1-6/+19
2014-04-25kms_cursor_crc: Separate onscreen and offscreen testsAntti Koskipaa1-49/+50
2014-04-25kms_cursor_crc: Use a function pointer to call testAntti Koskipaa1-5/+10
2014-04-25kms_cursor_crc: Move cursor enable and disable calls where they belongAntti Koskipaa1-29/+27
2014-04-25kms_cursor_crc: Remove some test cases and change cursor to colorAntti Koskipaa1-43/+32
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter1-7/+7
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter1-3/+3
2014-03-26lib: remove kmstest_create_fbDaniel Vetter1-1/+0
2014-03-22lib: more unecessary header removalDaniel Vetter1-0/+1
2014-03-22tests/kms_cursor_crc: Fix up breakageDaniel Vetter1-3/+4