aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xf86drm: use the correct device minor names on OpenBSDJonathan Gray2015-07-291-3/+13
* xf86drm: correct the OpenBSD DRM_MAJOR defineJonathan Gray2015-07-291-3/+7
* xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}Emil Velikov2015-07-161-1/+1
* Revert "Add device enumeration interface (v4)"Emil Velikov2015-06-291-100/+0
* drmPrime*: initialize output args to 0Guillaume Desmottes2015-05-281-1/+3
* Fix one warning (v2)Jammy Zhou2015-05-281-1/+1
* xf86drm: simplify drmMalloc/drmFreeEmil Velikov2015-05-281-6/+2
* Add device enumeration interface (v4)frank2015-05-261-0/+100
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-281-1/+1
* xf86drm: Fix ioctl struct clearing in drmAgpEnableConnor Behan2015-04-051-1/+1
* Remove drmSetDebugMsgFunction and related infrastructureJan Vesely2015-03-201-12/+1
* Fix unused function warningsJan Vesely2015-03-201-0/+2
* Fix unused, and unused-but-set variables warningsJan Vesely2015-03-141-3/+6
* On Solaris, #include <sys/mkdev.h> in xf86drm.cAlan Coopersmith2015-03-141-0/+3
* drm: add drmGet(Primary|Render)DeviceNameFromFd functionsEmil Velikov2015-03-101-0/+84
* Add new drmGetNodeTypeFromFd functionFrank Binns2015-02-231-0/+39
* Add new drmOpenOnceWithType function (v2)Jammy Zhou2015-02-121-2/+10
* Add new drmOpenWithType function (v4)Jammy Zhou2015-02-121-15/+55
* xf86drm: Fix ioctl struct clearing in drmGetVersionDaniel Vetter2015-02-111-1/+1
* xf86drm: Unconditionally clear ioctl structsDaniel Vetter2015-02-111-35/+77
* drm: use drmIoctl everywhereDaniel Vetter2015-02-111-2/+2
* Fix gcc -Wextra warningsJan Vesely2015-02-101-2/+2
* Add new drmOpenRender functionFrank Binns2015-01-231-2/+38
* Rename DRM_NODE_RENDER to DRM_NODE_PRIMARYFrank Binns2015-01-231-5/+5
* drm: use drm_mmap/drm_munmap wrappersEmil Velikov2014-09-281-4/+4
* drmOpenByName: remove redundant drmAvailable checkDaniel Kurtz2014-05-131-13/+0
* libdrm: Remove extraneous parameterThierry Reding2014-04-171-1/+1
* Mark functions printf-like where possibleThierry Reding2014-04-171-3/+7
* drm: Introduce a drmSetClientCap() wrapperDamien Lespiau2013-09-301-0/+7
* drm: Fix error message in drmWaitVBlankDaniel Kurtz2013-03-281-1/+1
* libdrm: add prime fd->handle and handle->fd interfacesDave Airlie2012-07-151-0/+31
* Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston2011-11-011-4/+4
* libdrm: oops fix get cap return value.Dave Airlie2011-03-031-1/+1
* Implement drmGetCap() to query device/driver capabilitiesBen Skeggs2011-03-031-0/+12
* drm: don't do the create the node ourselves if we have udev.Dave Airlie2010-12-061-0/+2
* s/drmStrdup/strdup/Adam Jackson2010-10-271-21/+4
* libdrm: Fix PCI domain domain supportBenjamin Herrenschmidt2010-08-061-5/+25
* Be less chatty in drmSetMaster/drmDropMasterKristian Høgsberg2009-12-151-9/+2
* Correctly set DRM_MAX_MINOR for all platforms.Robert Noland2009-11-251-4/+0
* Add drmGetDeviceNameFromFd functionKristian Høgsberg2009-11-231-0/+26
* Move libdrm/ up one levelKristian Høgsberg2009-11-171-0/+2512