1. a029001 xf86drm: introduce a get_real_pci_path() helper by Emil Velikov · 6 years ago
  2. 95b262f xf86drm: Allocate drmDevicePtr's on stack by Emil Velikov · 6 years ago
  3. f808fee xf86drm: Fold drmDevice processing into process_device() helper by Emil Velikov · 6 years ago
  4. 56e72d3 xf86drm: introduce drm_device_has_rdev() helper by Emil Velikov · 6 years ago
  5. 7f52a0e xf86drm: drmGetDevice2: error out if the fd has unknown subsys by Emil Velikov · 6 years ago
  6. 3561569 Always pass O_CLOEXEC when opening DRM file descriptors by Michel Dänzer · 6 years ago
  7. f34b694 xf86drm: Be sure to closedir before return by Kevin Strasser · 6 years ago
  8. bb45ce4 libdrm: Use readdir instead of readdir_r to avoid build warnings by John Stultz · 7 years ago
  9. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 7 years ago
  10. 0758520 meson,configure: always define UDEV by Eric Engestrom · 7 years ago
  11. bde3b9b fix return value for syncobj wait by Chunming Zhou · 7 years ago
  12. b1e63d9 drm: Fix 32-bit drmSyncobjWait. by Bas Nieuwenhuizen · 7 years ago
  13. d4331dd drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2] by Keith Packard · 7 years ago
  14. 1abcced drm: Add drmSyncobjReset & drmSyncobjSignal wrappers. by Bas Nieuwenhuizen · 7 years ago
  15. 61ff977 drm/syncobj: fix some whitespace issues by Dave Airlie · 7 years ago
  16. 2048a9e drm: add drmSyncobjWait wrapper by Marek Olšák · 7 years ago
  17. 3876bc2 xf86drm: continue with next device if drmProcessUsbDevice fails by Emil Velikov · 7 years ago
  18. 5226b52 xf86drm: continue after drmProcessPlatformDevice failure by Gurchetan Singh · 7 years ago
  19. ac21401 Remove redundant memclear by coypu · 7 years ago
  20. fc49227 libdrm: add drm syncobj create/destroy/import/export by Dave Airlie · 7 years ago
  21. a2fa2e0 Fix stray caller of drmCompareDevices by Adam Jackson · 7 years ago
  22. 7c27cd7 Export drmDevicesEqual by Adam Jackson · 7 years ago
  23. 7b806e8 xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList by Seung-Woo Kim · 8 years ago
  24. 5403cb3 xf86drm: Reuse sysfs_uevent_get() by Thierry Reding · 8 years ago
  25. 7b1f37f xf86drm: Add platform and host1x bus support by Thierry Reding · 8 years ago
  26. f8484cc xf86drm: Add USB support by Thierry Reding · 8 years ago
  27. 2e57bba xf86drm: Factor out drmDeviceAlloc() by Thierry Reding · 8 years ago
  28. 4ecd1ef xf86drm: fix null termination of string buffer by Taro Yamada · 8 years ago
  29. e17cad1 xf86drm: Fix indentation by Thierry Reding · 8 years ago
  30. eebefaf xf86drm: don't fatal on per device error in drmGetDevice[s]2 by Jonathan Gray · 8 years ago
  31. e2e766d xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 by Jonathan Gray · 8 years ago
  32. d5cf3f9 xf86drm: adjust device node path for minor base by Jonathan Gray · 8 years ago
  33. 3bc14c8 xf86drm: fix sign-compare warning by Grazvydas Ignotas · 8 years ago
  34. 0825792 xf86drm: implement an OpenBSD specific drmGetDevice2 by Jonathan Gray · 8 years ago
  35. fd19056 xf86drm: implement drmParsePciBusInfo for OpenBSD by Jonathan Gray · 8 years ago
  36. c0ef1d0 xf86drm: implement drmParsePciDeviceInfo for OpenBSD by Jonathan Gray · 8 years ago
  37. d05b9f2 xf86drm: implement drmParseSubsystemType for OpenBSD by Jonathan Gray · 8 years ago
  38. f189011 xf86drm: implement drmGetMinorNameForFD for non-sysfs by Jonathan Gray · 8 years ago
  39. 11687bf xf86drm: introduce drmGetDevice[s]2 by Emil Velikov · 8 years ago
  40. aae3f31 xf86drm: parse the separate sysfs files for vendor... info by Emil Velikov · 8 years ago
  41. 138d231 xf86drm: add plumbing to not retrieve PCI device revision by Emil Velikov · 8 years ago
  42. b40a65d xf86drm: use maj/min in drmParsePciDeviceInfo() by Emil Velikov · 8 years ago
  43. 37d790f xf86drm: introduce drmGetDeviceNameFromFd2 by Emil Velikov · 8 years ago
  44. f53d354 xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo by Emil Velikov · 8 years ago
  45. 2d8c01f Silence runtime complaints on platform devices by Eric Anholt · 8 years ago
  46. 677cd97 Return an -ENODEV from drmGetDevice() when no device was found. by Rob Herring · 8 years ago
  47. 6c056ee drm: fix drmFreeDevices memory leak on multi GPU setups by Qiang Yu · 8 years ago
  48. 3c20893 drm: drmGetDevice return correct device on multi GPU setups by Qiang Yu · 8 years ago
  49. 8c8d5dd pull in sys/sysmacros.h when available by Mike Frysinger · 8 years ago
  50. 50d3c85 xf86drm.c: Fix mix of tabs and spaces by Jan Vesely · 8 years ago
  51. 9bdec97 xf86drm: ensure proper alignment of pointers in drmProcessPciDevice by Nicolai Hähnle · 8 years ago
  52. 70b6407 drm: fix multi GPU drmGetDevices only return one device by Qiang Yu · 8 years ago
  53. ce97507 xf86drm: Fix spelling mistakes by Eric Engestrom · 8 years ago
  54. 3627f38 xf86drm: Bound strstr() to the allocated data by Damien Lespiau · 9 years ago
  55. ba5a6ec xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]() by Matt Roper · 9 years ago
  56. cf0f036 xf86drm: Fix error handling for drmGetDevice() by Matt Roper · 9 years ago
  57. 3045523 Fix void pointer arithmetic in drmProcessPciDevice by Michel Dänzer · 9 years ago
  58. 8c4a1cb xf86drm: Fix error handling for drmGetDevices() by Matt Roper · 9 years ago
  59. 4031dc1 xf86drm: include <limits.h> for PATH_MAX by Felix Janda · 9 years ago
  60. f3c6740 xf86drm: remove makedev() hack/workaround by Emil Velikov · 9 years ago
  61. ccedf66 xf86drm: add drm{Get,Free}Device by Emil Velikov · 9 years ago
  62. fae59d7 xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevices by Emil Velikov · 9 years ago
  63. 8415a00 xf86drm: warn on missing drmGetMinorNameForFD implementation by Emil Velikov · 9 years ago
  64. 291b2bb xf86drm: move ifdef __linux__ guards where needed by Emil Velikov · 9 years ago
  65. 5f68d31 xf86drm: rework drmGetDevices() by Emil Velikov · 9 years ago
  66. bc2aca9 xf86drm: rename drmSameDevice to drmCompareBusInfo by Emil Velikov · 9 years ago
  67. a250fce xf86drm: move the final linux specific bits out of drmGetDevices by Emil Velikov · 9 years ago
  68. ef5192e xf86drm: move platform details to drmParsePciDeviceInfo() by Emil Velikov · 9 years ago
  69. 536e0de xf86drm: flex platform specifics into drmParsePciBusInfo by Emil Velikov · 9 years ago
  70. eb7c2d5 drm: make individual drm_server_info fxns optional by Rob Clark · 9 years ago
  71. b556ea1 drm: add interface to get drm devices on the system v3 by Emil Velikov · 9 years ago
  72. 5c42b5e drm: fix the usage after free by Mathias Tillman · 9 years ago
  73. fc08332 xf86drm: use the correct device minor names on OpenBSD by Jonathan Gray · 9 years ago
  74. 66c3afb xf86drm: correct the OpenBSD DRM_MAJOR define by Jonathan Gray · 9 years ago
  75. c1cd3d9 xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType} by Emil Velikov · 9 years ago
  76. 5b0e76f Revert "Add device enumeration interface (v4)" by Emil Velikov · 9 years ago
  77. 4bca42f drmPrime*: initialize output args to 0 by Guillaume Desmottes · 9 years ago
  78. 454b149 Fix one warning (v2) by Jammy Zhou · 9 years ago
  79. d0e592d xf86drm: simplify drmMalloc/drmFree by Emil Velikov · 9 years ago
  80. fde4969 Add device enumeration interface (v4) by frank · 9 years ago
  81. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  82. 1490055 xf86drm: Fix ioctl struct clearing in drmAgpEnable by Connor Behan · 10 years ago
  83. cfbe9c9 Remove drmSetDebugMsgFunction and related infrastructure by Jan Vesely · 10 years ago
  84. 6fc0e4b Fix unused function warnings by Jan Vesely · 10 years ago
  85. 0706c14 Fix unused, and unused-but-set variables warnings by Jan Vesely · 10 years ago
  86. 0e1135d On Solaris, #include <sys/mkdev.h> in xf86drm.c by Alan Coopersmith · 10 years ago
  87. 0ca03a4 drm: add drmGet(Primary|Render)DeviceNameFromFd functions by Emil Velikov · 10 years ago
  88. 1f73578 Add new drmGetNodeTypeFromFd function by Frank Binns · 10 years ago
  89. dbc8b11 Add new drmOpenOnceWithType function (v2) by Jammy Zhou · 10 years ago
  90. f1adc4b Add new drmOpenWithType function (v4) by Jammy Zhou · 10 years ago
  91. 95f23cf xf86drm: Fix ioctl struct clearing in drmGetVersion by Daniel Vetter · 10 years ago
  92. fd38794 xf86drm: Unconditionally clear ioctl structs by Daniel Vetter · 10 years ago
  93. 80834b3 drm: use drmIoctl everywhere by Daniel Vetter · 10 years ago
  94. de8532d Fix gcc -Wextra warnings by Jan Vesely · 10 years ago
  95. 0c5aaee Add new drmOpenRender function by Frank Binns · 10 years ago
  96. ad8bbfd Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY by Frank Binns · 10 years ago
  97. faf51d5 drm: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  98. 305478c drmOpenByName: remove redundant drmAvailable check by Daniel Kurtz · 10 years ago
  99. 303ff26 libdrm: Remove extraneous parameter by Thierry Reding · 10 years ago
  100. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 11 years ago