summaryrefslogtreecommitdiff
path: root/xf86drm.c
Commit message (Expand)AuthorAgeFilesLines
* xf86drm: introduce drmGetDeviceNameFromFd2Emil Velikov2016-11-221-0/+51
* xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfoEmil Velikov2016-11-141-2/+2
* Silence runtime complaints on platform devicesEric Anholt2016-10-211-2/+0
* Return an -ENODEV from drmGetDevice() when no device was found.Rob Herring2016-10-211-0/+2
* drm: fix drmFreeDevices memory leak on multi GPU setupsQiang Yu2016-07-201-2/+3
* drm: drmGetDevice return correct device on multi GPU setupsQiang Yu2016-07-201-5/+15
* pull in sys/sysmacros.h when availableMike Frysinger2016-07-061-2/+5
* xf86drm.c: Fix mix of tabs and spacesJan Vesely2016-07-061-723/+721
* xf86drm: ensure proper alignment of pointers in drmProcessPciDeviceNicolai Hähnle2016-06-101-1/+1
* drm: fix multi GPU drmGetDevices only return one deviceQiang Yu2016-06-061-1/+4
* xf86drm: Fix spelling mistakesEric Engestrom2016-04-071-1/+1
* xf86drm: Bound strstr() to the allocated dataDamien Lespiau2016-01-221-1/+2
* xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper2015-10-201-2/+2
* xf86drm: Fix error handling for drmGetDevice()Matt Roper2015-10-201-5/+5
* Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer2015-10-141-9/+10
* xf86drm: Fix error handling for drmGetDevices()Matt Roper2015-10-021-5/+5
* xf86drm: include <limits.h> for PATH_MAXFelix Janda2015-09-281-0/+1
* xf86drm: remove makedev() hack/workaroundEmil Velikov2015-09-211-8/+0
* xf86drm: add drm{Get,Free}DeviceEmil Velikov2015-09-211-1/+114
* xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevicesEmil Velikov2015-09-211-49/+74
* xf86drm: warn on missing drmGetMinorNameForFD implementationEmil Velikov2015-09-211-0/+2
* xf86drm: move ifdef __linux__ guards where neededEmil Velikov2015-09-211-18/+15
* xf86drm: rework drmGetDevices()Emil Velikov2015-09-211-110/+94
* xf86drm: rename drmSameDevice to drmCompareBusInfoEmil Velikov2015-09-211-6/+8
* xf86drm: move the final linux specific bits out of drmGetDevicesEmil Velikov2015-09-211-10/+9
* xf86drm: move platform details to drmParsePciDeviceInfo()Emil Velikov2015-09-211-21/+15
* xf86drm: flex platform specifics into drmParsePciBusInfoEmil Velikov2015-09-211-26/+20
* drm: make individual drm_server_info fxns optionalRob Clark2015-09-041-5/+7
* drm: add interface to get drm devices on the system v3Emil Velikov2015-08-241-0/+351
* drm: fix the usage after freeMathias Tillman2015-08-241-2/+3
* 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