summaryrefslogtreecommitdiff
path: root/xf86drm.c
AgeCommit message (Expand)Author
2015-07-16xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}Emil Velikov
2015-06-29Revert "Add device enumeration interface (v4)"Emil Velikov
2015-05-28drmPrime*: initialize output args to 0Guillaume Desmottes
2015-05-28Fix one warning (v2)Jammy Zhou
2015-05-28xf86drm: simplify drmMalloc/drmFreeEmil Velikov
2015-05-26Add device enumeration interface (v4)frank
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-04-05xf86drm: Fix ioctl struct clearing in drmAgpEnableConnor Behan
2015-03-20Remove drmSetDebugMsgFunction and related infrastructureJan Vesely
2015-03-20Fix unused function warningsJan Vesely
2015-03-14Fix unused, and unused-but-set variables warningsJan Vesely
2015-03-14On Solaris, #include <sys/mkdev.h> in xf86drm.cAlan Coopersmith
2015-03-10drm: add drmGet(Primary|Render)DeviceNameFromFd functionsEmil Velikov
2015-02-23Add new drmGetNodeTypeFromFd functionFrank Binns
2015-02-12Add new drmOpenOnceWithType function (v2)Jammy Zhou
2015-02-12Add new drmOpenWithType function (v4)Jammy Zhou
2015-02-11xf86drm: Fix ioctl struct clearing in drmGetVersionDaniel Vetter
2015-02-11xf86drm: Unconditionally clear ioctl structsDaniel Vetter
2015-02-11drm: use drmIoctl everywhereDaniel Vetter
2015-02-10Fix gcc -Wextra warningsJan Vesely
2015-01-23Add new drmOpenRender functionFrank Binns
2015-01-23Rename DRM_NODE_RENDER to DRM_NODE_PRIMARYFrank Binns
2014-09-28drm: use drm_mmap/drm_munmap wrappersEmil Velikov
2014-05-13drmOpenByName: remove redundant drmAvailable checkDaniel Kurtz
2014-04-17libdrm: Remove extraneous parameterThierry Reding
2014-04-17Mark functions printf-like where possibleThierry Reding
2013-09-30drm: Introduce a drmSetClientCap() wrapperDamien Lespiau
2013-03-28drm: Fix error message in drmWaitVBlankDaniel Kurtz
2012-07-16libdrm: add prime fd->handle and handle->fd interfacesDave Airlie
2011-11-01Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston
2011-03-04libdrm: oops fix get cap return value.Dave Airlie
2011-03-04Implement drmGetCap() to query device/driver capabilitiesBen Skeggs
2010-12-07drm: don't do the create the node ourselves if we have udev.Dave Airlie
2010-10-27s/drmStrdup/strdup/Adam Jackson
2010-08-06libdrm: Fix PCI domain domain supportBenjamin Herrenschmidt
2009-12-15Be less chatty in drmSetMaster/drmDropMasterKristian Høgsberg
2009-11-25Correctly set DRM_MAX_MINOR for all platforms.Robert Noland
2009-11-23Add drmGetDeviceNameFromFd functionKristian Høgsberg
2009-11-17Move libdrm/ up one levelKristian Høgsberg