summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-27drm headers moved from drm dir to libdrmHEADmasterMartin Jansa
2010-05-26drm headers moved from drm dir to libdrmMartin Jansa
2009-11-09Add new test: gdrm-waitqThomas White
2009-11-08Add notes reminding that gdri-cmdq-submission and gdri-buf-cmdq are no ↵Thomas White
longer useful
2009-11-08Add new test: gdrm-burst-cmdqThomas White
2009-11-08Use memset instead of a for loopThomas White
2009-11-08Fix commentsThomas White
2009-08-09Use libDRM functions instead of bom->funcs etcThomas 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.
2009-05-06Add cmdq+buffer test, and fix for new ioctl definitionThomas White
2009-05-05Add memory manager testThomas White
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 White
2009-05-02Slightly neater submission of commandsThomas White
2009-04-30Un-break the check for failed authenticationThomas White
2009-04-29Initial importThomas White