summaryrefslogtreecommitdiff
path: root/tests/kms_rotation_crc.c
AgeCommit message (Expand)Author
2016-04-20tests/kms_rotation_crc: Adding rotation tests using COMMIT_ATOMIC pathpvishwak
2016-02-18lib: Restore gem_available_aperture_size()Chris Wilson
2016-02-18igt: Report the global GTT sizeChris Wilson
2016-01-05tests: Bump pageflip wait timeout to 50 ms.Maarten Lankhorst
2015-11-17igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks ...Vivek Kasireddy
2015-11-03tests: Run igt.cocciDaniel Stone
2015-10-30igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier (v3)Vivek Kasireddy
2015-10-14kms_rotation_crc: Exercise page flips with 90 degree rotationTvrtko Ursulin
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-05-27kms_rotation_crc: Update rotation direction for kernel changesTvrtko Ursulin
2015-05-01kms_rotation_crc: Do not leak framebuffers during test durationTvrtko Ursulin
2015-04-27kms_rotation_crc: Use main test for negative casesTvrtko Ursulin
2015-04-27kms_rotation_crc: No need to square the buffer in paintTvrtko Ursulin
2015-04-27kms_rotation_crc: Consolidate plane and cursor code pathsTvrtko Ursulin
2015-04-27kms_rotation_crc: Negative test does not need to render anythingTvrtko Ursulin
2015-04-27kms_rotation_crc: Remove unused variable in negative testTvrtko Ursulin
2015-04-27kms_rotation_crc: Framebuffer used for initial modeset does not need to be pa...Tvrtko Ursulin
2015-04-27kms_rotation_crc: Local framebuffers do not need to be globalTvrtko Ursulin
2015-04-22kms_rotation_crc: Adding test for 90/270 rotationSonika Jindal
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin
2014-11-24lib/igt_debugfs: Don't setup crc in _newDaniel Vetter
2014-10-23kms_rotation_crc: Add test for cursor rotation (v2)Sonika Jindal
2014-09-30test/kms, pm: use drm_open_any_masterImre Deak
2014-08-26kms_rotation_crc: Calling commit2 instead of legacy commitSonika Jindal
2014-08-14tests: check plane rotation is reset after the VT mode is restoredThomas Wood
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter
2014-07-11kms_rotation_crc: Use the igt_kms enum to encode the plane rotationDamien Lespiau
2014-07-11kms_rotation_crc: Remove unnecessary includesDamien Lespiau
2014-07-11kms_rotation_crc: Always use the primary plane to compute the reference CRCDamien Lespiau
2014-07-11kms_rotation_crc: Document the two steps in prepare_crtc()Damien Lespiau
2014-07-11kms_rotation_crc: Properly paint the whole frame bufferDamien Lespiau
2014-07-11kms_rotation_crc: Don't commit with no fb set upDamien Lespiau
2014-07-11kms_rotation_crc: Allow the sprite test to run even without universal planesDamien Lespiau
2014-07-11kms_rotation_crc: No need to test for NULL before freeing the pipe CRC objectDamien Lespiau
2014-07-11kms_rotation_crc: Remove plane from the stateDamien Lespiau
2014-07-11kms_rotation_crc: Remove the sleep(2)Damien Lespiau
2014-07-11kms_rotation_crc: Remove 'output' from the stateDamien Lespiau
2014-07-11kms_rotation_crc: Remove the test on output->validDamien Lespiau
2014-07-11kms_rotation_crc: Use for_each_pipe()Damien Lespiau
2014-07-11kms_rotation_crc: Remove now unnecessary definesDamien Lespiau
2014-07-11kms_rotation_crc: Use igt_plane_set_rotation()Damien Lespiau
2014-07-11kms_rotation_crc: Don't store 'pipe' in the stateDamien Lespiau
2014-07-11kms_rotation_crc: Don't store rotate in the test stateDamien Lespiau
2014-07-11kms_rotation_crc: Always disable the plane in cleanupDamien Lespiau
2014-07-11kms_rotation_crc: Unify the two testsDamien Lespiau
2014-07-11kms_rotation_crc: Just store the igt_plane_t in dataDamien Lespiau
2014-07-11kms_rotation_crc: Skip the tests if rotation is not supportedDamien Lespiau
2014-07-11kms_rotation_crc: Style issue: binary operators need spaces before and afterDamien Lespiau