mesa-drm/tests
Dave Airlie b3af2b59a7 drm/modesetting: add initial gettable properites code.
This allow the user to retrieve a list of properties for an output.
Properties can either be 32-bit values or an enum with an associated name.
Range properties are to be supported.

This API is probably not all correct, I may make properties part of the general
resource get when I think about it some more.

So basically you can create properties and attached them to whatever outputs you want,
so it should be possible to create some generics and just attach them to every output.
2007-11-27 14:31:02 +10:00
..
mode drm/modesetting: add initial gettable properites code. 2007-11-27 14:31:02 +10:00
ttmtest Fix ttmtest. 2007-11-13 15:47:20 +01:00
auth.c Fix a race in the auth test where client prevents server from being master. 2007-10-17 13:20:46 -07:00
dristat.c Bug #2567: Fix reversed memset arguments. (David Krause) 2005-02-18 16:40:54 +00:00
drmstat.c Make the test programs build 2004-10-10 00:09:31 +00:00
drmtest.c Add a test for drawable add, remove, and update. 2007-07-19 06:17:41 -07:00
drmtest.h Add a test for drawable add, remove, and update. 2007-07-19 06:17:41 -07:00
getclient.c Add some trivial regression tests, one of which fails. 2007-07-19 04:59:59 -07:00
getstats.c Add simple regression test for getstats (does it not crash the kernel?). 2007-08-15 11:06:49 -07:00
getversion.c Add some trivial regression tests, one of which fails. 2007-07-19 04:59:59 -07:00
lock.c Bug #12838: Fix lock test client vs. server master race and misplaced closes. 2007-10-17 13:26:10 -07:00
Makefile.am Add a set of tests for DRM locking, exposing issues on BSD. 2007-08-15 13:41:24 -07:00
openclose.c Add some trivial regression tests, one of which fails. 2007-07-19 04:59:59 -07:00
setversion.c Require master in setversion test, since it requires auth. 2007-08-15 13:08:19 -07:00
updatedraw.c Improve the drawable test to use multiple drawables. 2007-07-25 12:59:43 -07:00