summaryrefslogtreecommitdiff
path: root/tests/kms_flip.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22igt/kms_flip: Use new igt_spin_batchAbdiel Janulgue1-186/+26
2016-11-10lib: Pass tiling constant where that's expectedTomeu Vizoso1-1/+1
2016-11-02igt/kms_flip: Use the computed vblank interval for TS checkingChris Wilson1-11/+22
2016-11-02igt/kms_flip: Mark frame_time() as coming from the modeChris Wilson1-12/+12
2016-10-24igt/kms_flip: Calibrate timestamp errorsChris Wilson1-1/+67
2016-10-22igt/kms_flip: Print more information to debug for flip timing checksChris Wilson1-22/+24
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak1-1/+2
2016-09-13igt/gem_busy: Prevent banning when running multiple hang testsChris Wilson1-4/+4
2016-08-26igt/kms_flip: There's no such thing as bo-too-bigChris Wilson1-7/+5
2016-07-04kms_flip: Change __wait_for_vblank to use helper function.Robert Foss1-5/+3
2016-06-22tests/kms_flip: Check that the last vs. current seq/ts are consistentVille Syrjälä1-0/+7
2016-06-22tests/kms_flip: Print the expected diff between two eventsVille Syrjälä1-2/+3
2016-06-22tests/kms_flip: Account for diff.tv_secs in jitter checkVille Syrjälä1-3/+5
2016-06-22tests/kms_flip: Use USEC_PER_SECVille Syrjälä1-3/+3
2016-06-22tests/kms_flip: Constify some function argumentsVille Syrjälä1-4/+5
2016-06-22tests/kms_flip: Print timestamps in a consistent formVille Syrjälä1-7/+7
2016-05-16tests/kms_flip: Adjust tolerance when counting framesFeceoru, Gabriel1-4/+4
2016-04-25tests/kms_flip: Open DRM device with DRIVER_ANYTomeu Vizoso1-1/+1
2016-04-25tests/kms_flip: Move bufmgr requirement into subtestsTomeu Vizoso1-2/+10
2016-04-25tests/kms_flip: Create tiled BOs only when neededTomeu Vizoso1-4/+7
2016-04-25kms_flip: Shorten basic tests a bitTvrtko Ursulin1-4/+4
2016-04-09igt/kms_flip: Convert over to real hang injectionChris Wilson1-74/+15
2016-01-08tests/kms_flip: Increase TEST_TS_CONT max seq difference to 150Ville Syrjälä1-2/+2
2016-01-08Fix a bunch of printf typesVille Syrjälä1-10/+10
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter1-1/+1
2015-11-27lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()Paulo Zanoni1-1/+1
2015-11-16tests/kms_flip: Add a note that the test was skipped when modeset failsVille Syrjälä1-0/+1
2015-11-16tests/kms_flip: Modeset pipes in reverse orderVille Syrjälä1-1/+1
2015-11-16tests/kms_flip: Disable all pipes before each testVille Syrjälä1-0/+2
2015-11-16tests/kms_flip: Use human readable pipe and connector namesVille Syrjälä1-7/+21
2015-10-23tests/kms_flip: Dump the timestamps, counters, etc. with higher debug levelsVille Syrjälä1-0/+24
2015-10-23tests/kms_flip: Improve the accuracy of out frame time calculationVille Syrjälä1-2/+2
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-7/+1
2015-08-14tests/kms_flip: add basic tests for flip, flip vs dpms, and flip modeset v2Jesse Barnes1-6/+8
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter1-1/+2
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter1-2/+2
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin1-4/+4
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-4/+4
2015-02-27lib/igt_kms.c: igt_require -> igt_require_f("two displays required\n")Marc Herbert1-1/+1
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-1/+1
2015-02-13lib/igt_aux: s/swap/igt_swap/Daniel Vetter1-2/+2
2015-02-13tests: Align subtest with naming conventionDaniel Vetter1-8/+8
2015-01-06Solaris needs to #include <sys/kd.h> instead of <linux/kd.h>Alan Coopersmith1-0/+4
2014-12-08tests/kms_flip: Target the back buffer with the dummy loadVille Syrjälä1-3/+3
2014-12-08tests/kms_flip: Calibrate the dummy load delay in kms_flipVille Syrjälä1-11/+70
2014-12-08tests/kms_flip: Use fixed size (2kx2k) buffers for dummy loadVille Syrjälä1-19/+40
2014-12-08tests/kms_flip: Refactor blit codeVille Syrjälä1-19/+28
2014-12-08tests: Run lib/igt.cocciVille Syrjälä1-9/+3
2014-12-01tests/kms_flip: Fix assert about vblank wait durationVille Syrjälä1-3/+9