aboutsummaryrefslogtreecommitdiff
path: root/xf86drm.c
AgeCommit message (Expand)Author
2015-10-20xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper
2015-10-20xf86drm: Fix error handling for drmGetDevice()Matt Roper
2015-10-14Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer
2015-10-02xf86drm: Fix error handling for drmGetDevices()Matt Roper
2015-09-28xf86drm: include <limits.h> for PATH_MAXFelix Janda
2015-09-21xf86drm: remove makedev() hack/workaroundEmil Velikov
2015-09-21xf86drm: add drm{Get,Free}DeviceEmil Velikov
2015-09-21xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevicesEmil Velikov
2015-09-21xf86drm: warn on missing drmGetMinorNameForFD implementationEmil Velikov
2015-09-21xf86drm: move ifdef __linux__ guards where neededEmil Velikov
2015-09-21xf86drm: rework drmGetDevices()Emil Velikov
2015-09-21xf86drm: rename drmSameDevice to drmCompareBusInfoEmil Velikov
2015-09-21xf86drm: move the final linux specific bits out of drmGetDevicesEmil Velikov
2015-09-21xf86drm: move platform details to drmParsePciDeviceInfo()Emil Velikov
2015-09-21xf86drm: flex platform specifics into drmParsePciBusInfoEmil Velikov
2015-09-04drm: make individual drm_server_info fxns optionalRob Clark
2015-08-24drm: add interface to get drm devices on the system v3Emil Velikov
2015-08-24drm: fix the usage after freeMathias Tillman
2015-07-29xf86drm: use the correct device minor names on OpenBSDJonathan Gray
2015-07-29xf86drm: correct the OpenBSD DRM_MAJOR defineJonathan Gray
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