summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27drm headers moved from drm dir to libdrmHEADmasterMartin Jansa1-1/+1
2010-05-26drm headers moved from drm dir to libdrmMartin Jansa3-8/+8
2009-11-09Add new test: gdrm-waitqThomas White2-2/+325
2009-11-08Add notes reminding that gdri-cmdq-submission and gdri-buf-cmdq are no ↵Thomas White2-0/+4
longer useful
2009-11-08Add new test: gdrm-burst-cmdqThomas White2-2/+302
2009-11-08Use memset instead of a for loopThomas White1-4/+9
2009-11-08Fix commentsThomas White1-2/+2
2009-08-09Use libDRM functions instead of bom->funcs etcThomas White2-27/+7
2009-08-04Report if getresources call failsThomas White1-0/+4
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 White1-46/+42
2009-08-02Add GEM mmap() and KMS testsThomas White5-2/+447
'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.
2009-05-06Add cmdq+buffer test, and fix for new ioctl definitionThomas White4-8/+179
2009-05-05Add memory manager testThomas White3-11/+131
This adds a new test, for the GEM object allocation. The Makefile and comments were fixed to reflect this.
2009-05-02Move authentication to a common fileThomas White4-56/+128
2009-05-02Slightly neater submission of commandsThomas White1-4/+4
2009-04-30Un-break the check for failed authenticationThomas White1-4/+8
2009-04-29Initial importThomas White6-0/+1990