1. 5226b52 xf86drm: continue after drmProcessPlatformDevice failure by Gurchetan Singh · 7 years ago
  2. ac21401 Remove redundant memclear by coypu · 7 years ago
  3. fc49227 libdrm: add drm syncobj create/destroy/import/export by Dave Airlie · 7 years ago
  4. a2fa2e0 Fix stray caller of drmCompareDevices by Adam Jackson · 7 years ago
  5. 7c27cd7 Export drmDevicesEqual by Adam Jackson · 7 years ago
  6. 7b806e8 xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList by Seung-Woo Kim · 7 years ago
  7. 5403cb3 xf86drm: Reuse sysfs_uevent_get() by Thierry Reding · 8 years ago
  8. 7b1f37f xf86drm: Add platform and host1x bus support by Thierry Reding · 8 years ago
  9. f8484cc xf86drm: Add USB support by Thierry Reding · 8 years ago
  10. 2e57bba xf86drm: Factor out drmDeviceAlloc() by Thierry Reding · 8 years ago
  11. 4ecd1ef xf86drm: fix null termination of string buffer by Taro Yamada · 8 years ago
  12. e17cad1 xf86drm: Fix indentation by Thierry Reding · 8 years ago
  13. eebefaf xf86drm: don't fatal on per device error in drmGetDevice[s]2 by Jonathan Gray · 8 years ago
  14. e2e766d xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 by Jonathan Gray · 8 years ago
  15. d5cf3f9 xf86drm: adjust device node path for minor base by Jonathan Gray · 8 years ago
  16. 3bc14c8 xf86drm: fix sign-compare warning by Grazvydas Ignotas · 8 years ago
  17. 0825792 xf86drm: implement an OpenBSD specific drmGetDevice2 by Jonathan Gray · 8 years ago
  18. fd19056 xf86drm: implement drmParsePciBusInfo for OpenBSD by Jonathan Gray · 8 years ago
  19. c0ef1d0 xf86drm: implement drmParsePciDeviceInfo for OpenBSD by Jonathan Gray · 8 years ago
  20. d05b9f2 xf86drm: implement drmParseSubsystemType for OpenBSD by Jonathan Gray · 8 years ago
  21. f189011 xf86drm: implement drmGetMinorNameForFD for non-sysfs by Jonathan Gray · 8 years ago
  22. 11687bf xf86drm: introduce drmGetDevice[s]2 by Emil Velikov · 8 years ago
  23. aae3f31 xf86drm: parse the separate sysfs files for vendor... info by Emil Velikov · 8 years ago
  24. 138d231 xf86drm: add plumbing to not retrieve PCI device revision by Emil Velikov · 8 years ago
  25. b40a65d xf86drm: use maj/min in drmParsePciDeviceInfo() by Emil Velikov · 8 years ago
  26. 37d790f xf86drm: introduce drmGetDeviceNameFromFd2 by Emil Velikov · 8 years ago
  27. f53d354 xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo by Emil Velikov · 8 years ago
  28. 2d8c01f Silence runtime complaints on platform devices by Eric Anholt · 8 years ago
  29. 677cd97 Return an -ENODEV from drmGetDevice() when no device was found. by Rob Herring · 8 years ago
  30. 6c056ee drm: fix drmFreeDevices memory leak on multi GPU setups by Qiang Yu · 8 years ago
  31. 3c20893 drm: drmGetDevice return correct device on multi GPU setups by Qiang Yu · 8 years ago
  32. 8c8d5dd pull in sys/sysmacros.h when available by Mike Frysinger · 8 years ago
  33. 50d3c85 xf86drm.c: Fix mix of tabs and spaces by Jan Vesely · 8 years ago
  34. 9bdec97 xf86drm: ensure proper alignment of pointers in drmProcessPciDevice by Nicolai Hähnle · 8 years ago
  35. 70b6407 drm: fix multi GPU drmGetDevices only return one device by Qiang Yu · 8 years ago
  36. ce97507 xf86drm: Fix spelling mistakes by Eric Engestrom · 8 years ago
  37. 3627f38 xf86drm: Bound strstr() to the allocated data by Damien Lespiau · 9 years ago
  38. ba5a6ec xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]() by Matt Roper · 9 years ago
  39. cf0f036 xf86drm: Fix error handling for drmGetDevice() by Matt Roper · 9 years ago
  40. 3045523 Fix void pointer arithmetic in drmProcessPciDevice by Michel Dänzer · 9 years ago
  41. 8c4a1cb xf86drm: Fix error handling for drmGetDevices() by Matt Roper · 9 years ago
  42. 4031dc1 xf86drm: include <limits.h> for PATH_MAX by Felix Janda · 9 years ago
  43. f3c6740 xf86drm: remove makedev() hack/workaround by Emil Velikov · 9 years ago
  44. ccedf66 xf86drm: add drm{Get,Free}Device by Emil Velikov · 9 years ago
  45. fae59d7 xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevices by Emil Velikov · 9 years ago
  46. 8415a00 xf86drm: warn on missing drmGetMinorNameForFD implementation by Emil Velikov · 9 years ago
  47. 291b2bb xf86drm: move ifdef __linux__ guards where needed by Emil Velikov · 9 years ago
  48. 5f68d31 xf86drm: rework drmGetDevices() by Emil Velikov · 9 years ago
  49. bc2aca9 xf86drm: rename drmSameDevice to drmCompareBusInfo by Emil Velikov · 9 years ago
  50. a250fce xf86drm: move the final linux specific bits out of drmGetDevices by Emil Velikov · 9 years ago
  51. ef5192e xf86drm: move platform details to drmParsePciDeviceInfo() by Emil Velikov · 9 years ago
  52. 536e0de xf86drm: flex platform specifics into drmParsePciBusInfo by Emil Velikov · 9 years ago
  53. eb7c2d5 drm: make individual drm_server_info fxns optional by Rob Clark · 9 years ago
  54. b556ea1 drm: add interface to get drm devices on the system v3 by Emil Velikov · 9 years ago
  55. 5c42b5e drm: fix the usage after free by Mathias Tillman · 9 years ago
  56. fc08332 xf86drm: use the correct device minor names on OpenBSD by Jonathan Gray · 9 years ago
  57. 66c3afb xf86drm: correct the OpenBSD DRM_MAJOR define by Jonathan Gray · 9 years ago
  58. c1cd3d9 xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType} by Emil Velikov · 9 years ago
  59. 5b0e76f Revert "Add device enumeration interface (v4)" by Emil Velikov · 9 years ago
  60. 4bca42f drmPrime*: initialize output args to 0 by Guillaume Desmottes · 9 years ago
  61. 454b149 Fix one warning (v2) by Jammy Zhou · 9 years ago
  62. d0e592d xf86drm: simplify drmMalloc/drmFree by Emil Velikov · 9 years ago
  63. fde4969 Add device enumeration interface (v4) by frank · 9 years ago
  64. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  65. 1490055 xf86drm: Fix ioctl struct clearing in drmAgpEnable by Connor Behan · 9 years ago
  66. cfbe9c9 Remove drmSetDebugMsgFunction and related infrastructure by Jan Vesely · 9 years ago
  67. 6fc0e4b Fix unused function warnings by Jan Vesely · 9 years ago
  68. 0706c14 Fix unused, and unused-but-set variables warnings by Jan Vesely · 9 years ago
  69. 0e1135d On Solaris, #include <sys/mkdev.h> in xf86drm.c by Alan Coopersmith · 9 years ago
  70. 0ca03a4 drm: add drmGet(Primary|Render)DeviceNameFromFd functions by Emil Velikov · 9 years ago
  71. 1f73578 Add new drmGetNodeTypeFromFd function by Frank Binns · 9 years ago
  72. dbc8b11 Add new drmOpenOnceWithType function (v2) by Jammy Zhou · 10 years ago
  73. f1adc4b Add new drmOpenWithType function (v4) by Jammy Zhou · 9 years ago
  74. 95f23cf xf86drm: Fix ioctl struct clearing in drmGetVersion by Daniel Vetter · 9 years ago
  75. fd38794 xf86drm: Unconditionally clear ioctl structs by Daniel Vetter · 9 years ago
  76. 80834b3 drm: use drmIoctl everywhere by Daniel Vetter · 9 years ago
  77. de8532d Fix gcc -Wextra warnings by Jan Vesely · 10 years ago
  78. 0c5aaee Add new drmOpenRender function by Frank Binns · 10 years ago
  79. ad8bbfd Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY by Frank Binns · 10 years ago
  80. faf51d5 drm: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  81. 305478c drmOpenByName: remove redundant drmAvailable check by Daniel Kurtz · 10 years ago
  82. 303ff26 libdrm: Remove extraneous parameter by Thierry Reding · 10 years ago
  83. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 11 years ago
  84. ddbbdb1 drm: Introduce a drmSetClientCap() wrapper by Damien Lespiau · 11 years ago
  85. 1eb2860 drm: Fix error message in drmWaitVBlank by Daniel Kurtz · 11 years ago
  86. cc0a145 libdrm: add prime fd->handle and handle->fd interfaces by Dave Airlie · 12 years ago
  87. 961bf9b Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast by Jeremy Huddleston · 13 years ago
  88. 3b04c73 libdrm: oops fix get cap return value. by Dave Airlie · 13 years ago
  89. 5c6c691 Implement drmGetCap() to query device/driver capabilities by Ben Skeggs · 13 years ago
  90. 39e5e98 drm: don't do the create the node ourselves if we have udev. by Dave Airlie · 14 years ago
  91. 0a1ff35 s/drmStrdup/strdup/ by Adam Jackson · 14 years ago
  92. b04515c libdrm: Fix PCI domain domain support by Benjamin Herrenschmidt · 14 years ago
  93. fbc8b2d Be less chatty in drmSetMaster/drmDropMaster by Kristian Høgsberg · 15 years ago
  94. 6f66de9 Correctly set DRM_MAX_MINOR for all platforms. by Robert Noland · 15 years ago
  95. 22d4666 Add drmGetDeviceNameFromFd function by Kristian Høgsberg · 15 years ago
  96. 4f57abf Move libdrm/ up one level by Kristian Høgsberg · 15 years ago