summaryrefslogtreecommitdiff
path: root/gdrm-kms-addfb.c
AgeCommit message (Collapse)Author
2009-11-08Use memset instead of a for loopThomas White
2009-11-08Fix commentsThomas White
2009-08-04Report if getresources call failsThomas White
This occurs if the test program does not have DRM master status, e.g. if an X server is running.
2009-08-03gdrm-kms-addfb: restore original FB on exitThomas White
2009-08-02Add GEM mmap() and KMS testsThomas White
'gdrm-gem-mmap' creates a GEM object, mmap()s it, and tests access. 'gdrm-kms-addfb' creates a GEM object, switches the active framebuffer to use it, and writes random colours to it via memory mapped access.