summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'freedesktop/master' into aosp/masterJohn Stultz2018-04-131-46/+197
|\
| * libdrm: Use readdir instead of readdir_r to avoid build warningsJohn Stultz2018-03-221-19/+3
| * meson,configure: include config.h automaticallyEric Engestrom2018-03-201-3/+0
| * meson,configure: always define UDEVEric Engestrom2018-03-201-4/+4
| * fix return value for syncobj waitChunming Zhou2018-02-061-1/+1
| * drm: Fix 32-bit drmSyncobjWait.Bas Nieuwenhuizen2018-02-061-1/+1
| * drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]Keith Packard2017-12-171-0/+37
| * drm: Add drmSyncobjReset & drmSyncobjSignal wrappers.Bas Nieuwenhuizen2017-12-171-0/+26
| * drm/syncobj: fix some whitespace issuesDave Airlie2017-10-251-19/+19
| * drm: add drmSyncobjWait wrapperMarek Olšák2017-10-121-0/+22
| * xf86drm: continue with next device if drmProcessUsbDevice failsEmil Velikov2017-07-201-1/+1
| * xf86drm: continue after drmProcessPlatformDevice failureGurchetan Singh2017-07-201-2/+2
| * Remove redundant memclearcoypu2017-07-071-2/+0
| * libdrm: add drm syncobj create/destroy/import/exportDave Airlie2017-06-281-0/+81
| * Fix stray caller of drmCompareDevicesAdam Jackson2017-05-041-1/+1
| * Export drmDevicesEqualAdam Jackson2017-05-041-9/+9
| * xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextListSeung-Woo Kim2017-04-031-6/+12
* | libdrm: Avoid additional drm open closeandroid-p-preview-1android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-lg-thinq-wk7Prabhanjan Kandula2018-01-251-2/+2
|/
* xf86drm: Reuse sysfs_uevent_get()Thierry Reding2017-01-201-48/+18
* xf86drm: Add platform and host1x bus supportThierry Reding2017-01-201-0/+300
* xf86drm: Add USB supportThierry Reding2017-01-201-0/+175
* xf86drm: Factor out drmDeviceAlloc()Thierry Reding2017-01-201-27/+51
* xf86drm: fix null termination of string bufferTaro Yamada2017-01-161-2/+2
* xf86drm: Fix indentationThierry Reding2017-01-121-2/+2
* xf86drm: don't fatal on per device error in drmGetDevice[s]2Jonathan Gray2016-12-241-2/+2
* xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2Jonathan Gray2016-12-241-2/+42
* xf86drm: adjust device node path for minor baseJonathan Gray2016-12-241-4/+12
* xf86drm: fix sign-compare warningGrazvydas Ignotas2016-12-121-1/+1
* xf86drm: implement an OpenBSD specific drmGetDevice2Jonathan Gray2016-12-051-0/+62
* xf86drm: implement drmParsePciBusInfo for OpenBSDJonathan Gray2016-12-051-0/+24
* xf86drm: implement drmParsePciDeviceInfo for OpenBSDJonathan Gray2016-12-051-0/+41
* xf86drm: implement drmParseSubsystemType for OpenBSDJonathan Gray2016-12-051-0/+2
* xf86drm: implement drmGetMinorNameForFD for non-sysfsJonathan Gray2016-12-051-1/+34
* xf86drm: introduce drmGetDevice[s]2Emil Velikov2016-12-051-8/+62
* xf86drm: parse the separate sysfs files for vendor... infoEmil Velikov2016-12-051-4/+54
* xf86drm: add plumbing to not retrieve PCI device revisionEmil Velikov2016-12-051-5/+9
* xf86drm: use maj/min in drmParsePciDeviceInfo()Emil Velikov2016-12-051-7/+6
* 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