summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-20tests/kms_cursor_crc: Review from Imre for Sagar's patchDaniel Vetter1-10/+9
2014-03-20kms_cursor_crc: Enabling this test for all cursor sizesSagar Kamble1-51/+80
2014-03-17lib/igt_debugfs: s/igt_pipe_crc_check/igt_require_pipe_crc/Daniel Vetter1-1/+1
2014-03-17lib/igt_debugfs: Remove debugfs from pipe crc functionsDaniel Vetter1-5/+2
2014-03-12lib/igt_debugfs: drop drm_fd argument from igt_pipe_crc_newDaniel Vetter1-1/+1
2014-02-11lib: Fix igt_ouput_get_plane() typo (output)Damien Lespiau1-5/+5
2014-02-11lib: Include drm_fourcc.h from igt_kms.hDamien Lespiau1-2/+0
2014-02-11kms_cursor_crc: Use kmstest_create_color_fb()Damien Lespiau1-20/+5
2014-02-11tests/kms_cursor_crc: Use igt_pipe_crc_collect_crc()Damien Lespiau1-13/+5
2014-02-11kms_cursor_crc: Port the test to the new modeset APIDamien Lespiau1-95/+106
2014-02-11tests/kms_cursor_crc: Move the array of cursor fb_ids to the stackDamien Lespiau1-5/+5
2014-01-13tests: Drop glib.h include from kms_cursor_crc and kms_fbc_crcVille Syrjälä1-2/+1
2013-12-31kmstest: Fix up lifetimes of cairo objectsChris Wilson1-0/+1
2013-12-06lib: add igt_pipe_crc_checkDaniel Vetter1-16/+2