index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
kms_rotation_crc.c
Age
Commit message (
Expand
)
Author
2014-11-24
lib/igt_debugfs: Don't setup crc in _new
Daniel Vetter
2014-10-23
kms_rotation_crc: Add test for cursor rotation (v2)
Sonika Jindal
2014-09-30
test/kms, pm: use drm_open_any_master
Imre Deak
2014-08-26
kms_rotation_crc: Calling commit2 instead of legacy commit
Sonika Jindal
2014-08-14
tests: check plane rotation is reset after the VT mode is restored
Thomas Wood
2014-08-12
lib/igt_kms: set_vt_graphics_mode is a low-level helper
Daniel Vetter
2014-07-11
kms_rotation_crc: Use the igt_kms enum to encode the plane rotation
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove unnecessary includes
Damien Lespiau
2014-07-11
kms_rotation_crc: Always use the primary plane to compute the reference CRC
Damien Lespiau
2014-07-11
kms_rotation_crc: Document the two steps in prepare_crtc()
Damien Lespiau
2014-07-11
kms_rotation_crc: Properly paint the whole frame buffer
Damien Lespiau
2014-07-11
kms_rotation_crc: Don't commit with no fb set up
Damien Lespiau
2014-07-11
kms_rotation_crc: Allow the sprite test to run even without universal planes
Damien Lespiau
2014-07-11
kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove plane from the state
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove the sleep(2)
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove 'output' from the state
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove the test on output->valid
Damien Lespiau
2014-07-11
kms_rotation_crc: Use for_each_pipe()
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove now unnecessary defines
Damien Lespiau
2014-07-11
kms_rotation_crc: Use igt_plane_set_rotation()
Damien Lespiau
2014-07-11
kms_rotation_crc: Don't store 'pipe' in the state
Damien Lespiau
2014-07-11
kms_rotation_crc: Don't store rotate in the test state
Damien Lespiau
2014-07-11
kms_rotation_crc: Always disable the plane in cleanup
Damien Lespiau
2014-07-11
kms_rotation_crc: Unify the two tests
Damien Lespiau
2014-07-11
kms_rotation_crc: Just store the igt_plane_t in data
Damien Lespiau
2014-07-11
kms_rotation_crc: Skip the tests if rotation is not supported
Damien Lespiau
2014-07-11
kms_rotation_crc: Style issue: binary operators need spaces before and after
Damien Lespiau
2014-07-11
kms_rotation_crc: Use drm_plane from igt_plane_t
Damien Lespiau
2014-07-11
kms_rotation_crc: Remove useless comments
Damien Lespiau
2014-07-11
kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc()
Damien Lespiau
2014-07-11
kms_rotation_crc: Factor out the square drawing function
Damien Lespiau
2014-07-11
kms_rotation_crc: Fix style issue: single statement conditionals
Damien Lespiau
2014-07-11
kms_rotation_crc: Fix style issue: '{' at the end of lines
Damien Lespiau
2014-07-11
kms_rotation_crc: Require universal planes for the testing primary rotation
Damien Lespiau
2014-07-11
kms_rotation_crc: Test the validity of the output first
Damien Lespiau
2014-07-11
kms_rotation_crc: Update the copyright to have this year as well
Damien Lespiau
2014-07-11
kms_rotation_crc: Align a few wrapped lines to the opening brace
Damien Lespiau
2014-07-11
kms_rotation_crc: Make more functions static
Damien Lespiau
2014-07-11
kms_rotation_crc: Make check_plane_type() static
Damien Lespiau
2014-07-11
tests/kms_rotation_crc: IGT for 180 degree HW rotation
Sonika Jindal