aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove useless legacy testsEmil Velikov2016-12-051-285/+0
| | | | | | | | | | | | | | All of these 'tests' cover UMS functionality which is neither being worked on or actively maintained. The only cases where developers touch UMS code is to unwrap it from the KMS codepaths and ensure that those are secure. Anyone who feels strong about having these around can revive them, but in all honestly do consider _seriously_ what you're doing ;-) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
* dristat: Handle DRM_CONSISTENTJan Vesely2015-03-141-0/+1
| | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Emil Velikov <eil.l.velikov@gmail.com>
* Fix type-limits, pointer-arith and sign-compare warningsJan Vesely2015-03-141-2/+2
| | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Emil Velikov <eil.l.velikov@gmail.com>
* Rename DRM_NODE_RENDER to DRM_NODE_PRIMARYFrank Binns2015-01-231-1/+1
| | | | | | | | | Now that there are render nodes it doesn't seem appropriate for the type of the card nodes to be DRM_NODE_RENDER. For this reason, rename this type to DRM_NODE_PRIMARY as this name better represents the purpose of these nodes. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
* more compile fixRob Clark2014-09-281-0/+4
| | | | Signed-off-by: Rob Clark <robdclark@gmail.com>
* Tidy up compile warnings by cleaning up types.Matthew W. S. Bell2010-02-041-1/+2
|
* libdrm: add mode setting filesJesse Barnes2008-12-171-1/+1
| | | | | | Add mode setting files to libdrm, including xf86drmMode.* and the new drm_mode.h header. Also add a couple of tests to sanity check the kernel interfaces and update code to support them.
* Revert "Merge branch 'modesetting-gem'"Jesse Barnes2008-12-101-1/+1
| | | | | | | This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff.
* add internals for opening a control nodeDave Airlie2008-01-081-1/+1
|
* Bug #2567: Fix reversed memset arguments. (David Krause)Adam Jackson2005-02-181-1/+1
|
* Make the test programs buildJon Smirl2004-10-091-4/+4
|
* Apply patch from Bryan Stine bugzilla #1227Dave Airlie2004-08-311-3/+12
|
* Minor cleanups for dri/drmstat test progs (Both still need targets for newLeif Delgass2003-04-241-6/+8
| | | | Makefile)
* Remove #if 0'd code and some unused string functionsKeith Whitwell2003-04-241-12/+0
|
* Implement drmOpen* without /proc dependence (Fallback to /proc is includedRik Faith2001-02-281-216/+23
| | | | | for backward compatibility.) Move statistic-gathering drm* calls from dristat.c to xf86drm.c
* Merge mga-1-0-0-branch into trunk.Gareth Hughes2001-02-151-0/+473