summaryrefslogtreecommitdiff
path: root/tests/kms_rotation_crc.c
AgeCommit message (Expand)Author
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
2014-07-11kms_rotation_crc: Use drm_plane from igt_plane_tDamien Lespiau
2014-07-11kms_rotation_crc: Remove useless commentsDamien Lespiau
2014-07-11kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc()Damien Lespiau
2014-07-11kms_rotation_crc: Factor out the square drawing functionDamien Lespiau
2014-07-11kms_rotation_crc: Fix style issue: single statement conditionalsDamien Lespiau
2014-07-11kms_rotation_crc: Fix style issue: '{' at the end of linesDamien Lespiau
2014-07-11kms_rotation_crc: Require universal planes for the testing primary rotationDamien Lespiau
2014-07-11kms_rotation_crc: Test the validity of the output firstDamien Lespiau
2014-07-11kms_rotation_crc: Update the copyright to have this year as wellDamien Lespiau
2014-07-11kms_rotation_crc: Align a few wrapped lines to the opening braceDamien Lespiau
2014-07-11kms_rotation_crc: Make more functions staticDamien Lespiau