summaryrefslogtreecommitdiff
path: root/tests/kms_flip.c
AgeCommit message (Expand)Author
2016-06-22tests/kms_flip: Check that the last vs. current seq/ts are consistentVille Syrjälä
2016-06-22tests/kms_flip: Print the expected diff between two eventsVille Syrjälä
2016-06-22tests/kms_flip: Account for diff.tv_secs in jitter checkVille Syrjälä
2016-06-22tests/kms_flip: Use USEC_PER_SECVille Syrjälä
2016-06-22tests/kms_flip: Constify some function argumentsVille Syrjälä
2016-06-22tests/kms_flip: Print timestamps in a consistent formVille Syrjälä
2016-05-16tests/kms_flip: Adjust tolerance when counting framesFeceoru, Gabriel
2016-04-25tests/kms_flip: Open DRM device with DRIVER_ANYTomeu Vizoso
2016-04-25tests/kms_flip: Move bufmgr requirement into subtestsTomeu Vizoso
2016-04-25tests/kms_flip: Create tiled BOs only when neededTomeu Vizoso
2016-04-25kms_flip: Shorten basic tests a bitTvrtko Ursulin
2016-04-09igt/kms_flip: Convert over to real hang injectionChris Wilson
2016-01-08tests/kms_flip: Increase TEST_TS_CONT max seq difference to 150Ville Syrjälä
2016-01-08Fix a bunch of printf typesVille Syrjälä
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter
2015-11-27lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()Paulo Zanoni
2015-11-16tests/kms_flip: Add a note that the test was skipped when modeset failsVille Syrjälä
2015-11-16tests/kms_flip: Modeset pipes in reverse orderVille Syrjälä
2015-11-16tests/kms_flip: Disable all pipes before each testVille Syrjälä
2015-11-16tests/kms_flip: Use human readable pipe and connector namesVille Syrjälä
2015-10-23tests/kms_flip: Dump the timestamps, counters, etc. with higher debug levelsVille Syrjälä
2015-10-23tests/kms_flip: Improve the accuracy of out frame time calculationVille Syrjälä
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-08-14tests/kms_flip: add basic tests for flip, flip vs dpms, and flip modeset v2Jesse Barnes
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter
2015-08-12lib/core: Add optional reason for timeout failureDaniel 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-27lib/igt_kms.c: igt_require -> igt_require_f("two displays required\n")Marc Herbert
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter
2015-02-13lib/igt_aux: s/swap/igt_swap/Daniel Vetter
2015-02-13tests: Align subtest with naming conventionDaniel Vetter
2015-01-06Solaris needs to #include <sys/kd.h> instead of <linux/kd.h>Alan Coopersmith
2014-12-08tests/kms_flip: Target the back buffer with the dummy loadVille Syrjälä
2014-12-08tests/kms_flip: Calibrate the dummy load delay in kms_flipVille Syrjälä
2014-12-08tests/kms_flip: Use fixed size (2kx2k) buffers for dummy loadVille Syrjälä
2014-12-08tests/kms_flip: Refactor blit codeVille Syrjälä
2014-12-08tests: Run lib/igt.cocciVille Syrjälä
2014-12-01tests/kms_flip: Fix assert about vblank wait durationVille Syrjälä
2014-11-13tests/kms_flip: add a timeout for the nonblocking-read testThomas Wood
2014-11-06tests: use igt_debugfs where possibleThomas Wood
2014-10-24tests/kms_flip: Make flip-vs-panning-vs-hang change DSPSURFVille Syrjälä
2014-10-17lib: add common min and max macrosThomas Wood
2014-10-08igt/kms_flip/nonblocking_read: Demonstrate that O_NONBLOCK is a mythChris Wilson
2014-09-30lib: add a function to indicate activityThomas Wood
2014-09-30test/kms, pm: use drm_open_any_masterImre Deak
2014-08-30batch: Specify number of relocations to accommodateChris Wilson
2014-08-29Prepare for 64bit relocation addressesChris Wilson
2014-08-21kms_flip: Adjust to the new igt_create_fb*() APIDamien Lespiau