summaryrefslogtreecommitdiff
path: root/usr/src/cmd/drm-tests
AgeCommit message (Collapse)AuthorFilesLines
2017-04-238096 Want libdrm-2.4.75Gordon Ross9-213/+30
Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com>
2017-01-047728 turn -Werror back on and fix warningsGordon Ross1-0/+4
Reviewed by: Toomas Soome <tsoome@me.com>
2016-11-24Don't delete Run_all.sh on make cleanAlexander Pyhalov1-1/+2
2016-11-23Add a script to run the tests.Gordon Ross2-1/+71
2016-11-23Add proper implementations of drmGetMinorNameForFD etc.Gordon Ross3-43/+194
These use (new) OS-specific interfaces in libdrm. Tests for these interfaces are in getsundev, and indirectly in getclient, getversion etc. Fix drmdevice test failure in drmParsePciDeviceInfo The path arg to drmParsePciDeviceinfo can be relative to /dev/dri Fix drmGetDeviceNameFromFd() by dropping clone minor bits.
2016-11-23Build drm-testsGordon Ross51-0/+1363