summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_legacy.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tests/kms_cursor_legacy: Don't stop cursor_vs_flip earlyArkadiusz Hiler1-7/+16
2019-04-18lib/igt_dummyload: Get rid of 'batch' on spinner accessorsMika Kuoppala1-6/+6
2019-03-22tests/kms_cursor_legacy: Fix assertion failure due to vblank mismatchNischala Yelchuri1-7/+1
2019-03-02tests/kms_cursor_legacy: Add missing munmapNischala Yelchuri1-11/+14
2018-10-01igt: Require a display (KMS enabled) for KMS testsChris Wilson1-2/+1
2018-08-14tests: Replace calls to igt_pipe_crc_drain + get_single with igt_pipe_crc_get...Maarten Lankhorst1-2/+1
2018-07-06lib: Convert spin batch constructor to a factoryChris Wilson1-3/+4
2018-02-12lib/igt_debugfs: Add igt_pipe_crc_get_single and igt_pipe_crc_drain, v4.Maarten Lankhorst1-16/+5
2018-01-02tests/kms_cursor_legacy: Rework the 2x-*-vs-cursor-* tests.Maarten Lankhorst1-72/+156
2018-01-02tests/kms_cursor_legacy: Perform lazy cleanup between testsMaarten Lankhorst1-76/+12
2017-10-18tests: Clean up igt_skip_on_simulation() usesArkadiusz Hiler1-2/+0
2017-10-03lib/igt_kms: Change output->pending_crtc_idx_mask to output->pending_pipeMaarten Lankhorst1-1/+1
2017-10-02tests: Stop looking at plane private membersMaarten Lankhorst1-3/+3
2017-09-22igt/kms_cursor_legacy: Use common spinbatchChris Wilson1-94/+9
2017-09-20tests/kms_cursor_legacy: Do not start collecting CRC after making FB busyMaarten Lankhorst1-4/+28
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter1-1/+0
2017-08-14lib/kms: Add for_each_pipe_staticDaniel Vetter1-1/+2
2017-08-07tests/kms_cursor_legacy: use 'enum pipe' type instead of 'int'Gustavo Padovan1-4/+4
2017-06-16tests: Rename I915_MAX_PIPES to IGT_MAX_PIPESLeo (Sunpeng) Li1-2/+2
2017-06-09Revert "kms_cursor_legacy: Add a burner thread to make basic-busy-* pass."Chris Wilson1-17/+1
2017-06-07kms_cursor_legacy: Add a burner thread to make basic-busy-* pass.Maarten Lankhorst1-1/+17
2017-05-09tests/kms_cursor_legacy: Fix failing tests harderMaarten Lankhorst1-3/+9
2017-05-09tests/kms_cursor_legacy: Increase tolerance for failing flip-before/after-cur...Maarten Lankhorst1-48/+65
2017-04-27igt/kms_cursor_legacy: Mark up busy tests as requiring a GPUChris Wilson1-2/+5
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-2/+2
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-2/+2
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-2/+2
2017-03-15tests/kms_cursor_legacy: make_busy() before get_vblank()Ville Syrjälä1-3/+3
2017-01-31tests/kms_cursor_legacy: Add support for dynamic number of planesRobert Foss1-14/+18
2017-01-23kms_cursor_legacy: Allow for an extra vblank wait in atomic-transitions testsMaarten Lankhorst1-2/+27
2017-01-18kms_cursor_legacy: Use cursor movement instead of hiding for 2x testsMaarten Lankhorst1-28/+49
2017-01-17kms_cursor_legacy: Make the 2x tests slightly more useful.Maarten Lankhorst1-89/+68
2017-01-16kms_cursor_legacy: fallback to xrgb if argb for sprite plane is unavailableMaarten Lankhorst1-1/+10
2017-01-03kms_cursor_legacy: Eliminate cursor update variations.Maarten Lankhorst1-1/+41
2016-12-27kms_cursor_legacy: Remove extra /2.Maarten Lankhorst1-1/+0
2016-12-27kms_cursor_legacy: Run cursor updates only for a quarter of the time.Maarten Lankhorst1-35/+45
2016-12-22kms_cursor_legacy: Reduce runtime of cursor-vs-flip.Maarten Lankhorst1-9/+10
2016-12-21kms_cursor_legacy: Make tests less strict.Maarten Lankhorst1-16/+32
2016-12-08tests/kms_cursor_legacy: Change crc tests to use cursor movement instead of c...Maarten Lankhorst1-19/+9
2016-11-21kms_cursor_legacy: Add nonblocking modeset vs cursor update test.Maarten Lankhorst1-0/+99
2016-10-06kms_cursor_legacy: Split out the busy crc test.Maarten Lankhorst1-40/+87
2016-10-05igt/kms_cursor_legacy: Deduplicate make_busy()Chris Wilson1-86/+26
2016-10-05kms_cursor_legacy: Add cursor update vs busy page flip test.Maarten Lankhorst1-16/+134
2016-10-04igt/kms_cursor_legacy: Check that a busy flip doesn't block the cursorChris Wilson1-3/+92
2016-09-13igt/kms_cursor_legacy: Reduce flip/cursor ordering to basicsChris Wilson1-10/+100
2016-09-08kms_cursor_legacy: Add cursor crc tests.Maarten Lankhorst1-0/+72
2016-08-24igt/kms_cursor_legacy: Reduce scope of basic-cursor-vs-flipChris Wilson1-17/+23
2016-08-23igt/kms_cursor_legacy: Add missing newlineChris Wilson1-1/+1
2016-08-11kms_cursor_legacy: Try vrefresh amount of flips in cursor-vs-flipMaarten Lankhorst1-8/+14
2016-08-11kms_cursor_legacy: Add tests for nonblocking modesets vs legacy cursorMaarten Lankhorst1-20/+101