1. 271ab54 ANDROID: xf86drm: fix subsystem type lookup for virtio mmio-based devices by Vasyl Vavrychuk · 4 years, 4 months ago
  2. f900a0f ANDROID: xf86drm: generalize the device subsystem type parsing code by Vasyl Vavrychuk · 4 years, 4 months ago
  3. 12712eb add timeline signal/transfer ioctls v2 by Chunming Zhou · 5 years ago
  4. ec6ae51 add timeline wait/query ioctl v2 by Chunming Zhou · 5 years ago
  5. 225d73f libdrm: Avoid additional drm open close by Prabhanjan Kandula · 5 years ago
  6. 439a4c0 Revert "libdrm: Fix issue about differrent domainID but same BDF" by Emil Velikov · 5 years ago
  7. 360292c fix various typos by Eric Engestrom · 5 years ago
  8. 4735ca7 xf86drm: Fix segmentation fault while parsing device info by Andreas Baierl · 5 years ago
  9. 56c21f8 libdrm: Fix issue about differrent domainID but same BDF by Emily Deng · 5 years ago
  10. eba6609 xf86drm: fix return type for drmIsMaster() by Eric Engestrom · 5 years ago
  11. 17dfe3a xf86drm: Add drmIsMaster() by Christopher James Halse Rogers · 5 years ago
  12. ee798b9 xf85drm: de-duplicate drmParse{Platform.Host1x}{Bus,Device}Info by Emil Velikov · 5 years ago
  13. 3df8a7f xf86drm: fallback to MODALIAS for OF less platform devices by Emil Velikov · 5 years ago
  14. 8f2e092 libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly by François Tigeot · 5 years ago
  15. 200e9e9 xf86drm: implement drmParseSubsystemType for DragonFly by François Tigeot · 5 years ago
  16. 89700ab drm: Attempt to parse SPI devices as platform bus devices. by Eric Anholt · 6 years ago
  17. 9b28c5a Avoid hardcoded strlens in drmParseSubsystemType(). by Eric Anholt · 6 years ago
  18. f839258 libdrm: Allow dynamic drm majors on linux by Thomas Hellstrom · 6 years ago
  19. 26f9ce5 libdrm: annotate public functions by Lucas De Marchi · 6 years ago
  20. 9030a0f xf86drm: rename "real_path" to "pci_path" by Eric Engestrom · 6 years ago
  21. 5649953 xf86drm: merge get_normal_pci_path() into get_real_pci_path() by Eric Engestrom · 6 years ago
  22. bcb9d97 xf86drm: fallback to normal path when realpath fails by Emil Velikov · 6 years ago
  23. 4519db2 xf86drm: Fix error path in drmGetDevice2 by Mariusz Ceier · 6 years ago
  24. 3988580 xf86drm: Add drmDevice support for virtio_gpu by Emil Velikov · 6 years ago
  25. a029001 xf86drm: introduce a get_real_pci_path() helper by Emil Velikov · 6 years ago
  26. 95b262f xf86drm: Allocate drmDevicePtr's on stack by Emil Velikov · 6 years ago
  27. f808fee xf86drm: Fold drmDevice processing into process_device() helper by Emil Velikov · 6 years ago
  28. 56e72d3 xf86drm: introduce drm_device_has_rdev() helper by Emil Velikov · 6 years ago
  29. 7f52a0e xf86drm: drmGetDevice2: error out if the fd has unknown subsys by Emil Velikov · 6 years ago
  30. 3561569 Always pass O_CLOEXEC when opening DRM file descriptors by Michel Dänzer · 6 years ago
  31. f34b694 xf86drm: Be sure to closedir before return by Kevin Strasser · 6 years ago
  32. bb45ce4 libdrm: Use readdir instead of readdir_r to avoid build warnings by John Stultz · 6 years ago
  33. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  34. 0758520 meson,configure: always define UDEV by Eric Engestrom · 6 years ago
  35. bde3b9b fix return value for syncobj wait by Chunming Zhou · 6 years ago
  36. b1e63d9 drm: Fix 32-bit drmSyncobjWait. by Bas Nieuwenhuizen · 6 years ago
  37. d4331dd drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2] by Keith Packard · 7 years ago
  38. 1abcced drm: Add drmSyncobjReset & drmSyncobjSignal wrappers. by Bas Nieuwenhuizen · 6 years ago
  39. 61ff977 drm/syncobj: fix some whitespace issues by Dave Airlie · 7 years ago
  40. 2048a9e drm: add drmSyncobjWait wrapper by Marek Olšák · 7 years ago
  41. 3876bc2 xf86drm: continue with next device if drmProcessUsbDevice fails by Emil Velikov · 7 years ago
  42. 5226b52 xf86drm: continue after drmProcessPlatformDevice failure by Gurchetan Singh · 7 years ago
  43. ac21401 Remove redundant memclear by coypu · 7 years ago
  44. fc49227 libdrm: add drm syncobj create/destroy/import/export by Dave Airlie · 7 years ago
  45. a2fa2e0 Fix stray caller of drmCompareDevices by Adam Jackson · 7 years ago
  46. 7c27cd7 Export drmDevicesEqual by Adam Jackson · 7 years ago
  47. 7b806e8 xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList by Seung-Woo Kim · 7 years ago
  48. 5403cb3 xf86drm: Reuse sysfs_uevent_get() by Thierry Reding · 7 years ago
  49. 7b1f37f xf86drm: Add platform and host1x bus support by Thierry Reding · 7 years ago
  50. f8484cc xf86drm: Add USB support by Thierry Reding · 7 years ago
  51. 2e57bba xf86drm: Factor out drmDeviceAlloc() by Thierry Reding · 7 years ago
  52. 4ecd1ef xf86drm: fix null termination of string buffer by Taro Yamada · 7 years ago
  53. e17cad1 xf86drm: Fix indentation by Thierry Reding · 7 years ago
  54. eebefaf xf86drm: don't fatal on per device error in drmGetDevice[s]2 by Jonathan Gray · 7 years ago
  55. e2e766d xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 by Jonathan Gray · 7 years ago
  56. d5cf3f9 xf86drm: adjust device node path for minor base by Jonathan Gray · 7 years ago
  57. 3bc14c8 xf86drm: fix sign-compare warning by Grazvydas Ignotas · 7 years ago
  58. 0825792 xf86drm: implement an OpenBSD specific drmGetDevice2 by Jonathan Gray · 8 years ago
  59. fd19056 xf86drm: implement drmParsePciBusInfo for OpenBSD by Jonathan Gray · 8 years ago
  60. c0ef1d0 xf86drm: implement drmParsePciDeviceInfo for OpenBSD by Jonathan Gray · 8 years ago
  61. d05b9f2 xf86drm: implement drmParseSubsystemType for OpenBSD by Jonathan Gray · 8 years ago
  62. f189011 xf86drm: implement drmGetMinorNameForFD for non-sysfs by Jonathan Gray · 8 years ago
  63. 11687bf xf86drm: introduce drmGetDevice[s]2 by Emil Velikov · 8 years ago
  64. aae3f31 xf86drm: parse the separate sysfs files for vendor... info by Emil Velikov · 8 years ago
  65. 138d231 xf86drm: add plumbing to not retrieve PCI device revision by Emil Velikov · 8 years ago
  66. b40a65d xf86drm: use maj/min in drmParsePciDeviceInfo() by Emil Velikov · 8 years ago
  67. 37d790f xf86drm: introduce drmGetDeviceNameFromFd2 by Emil Velikov · 8 years ago
  68. f53d354 xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo by Emil Velikov · 8 years ago
  69. 2d8c01f Silence runtime complaints on platform devices by Eric Anholt · 8 years ago
  70. 677cd97 Return an -ENODEV from drmGetDevice() when no device was found. by Rob Herring · 8 years ago
  71. 6c056ee drm: fix drmFreeDevices memory leak on multi GPU setups by Qiang Yu · 8 years ago
  72. 3c20893 drm: drmGetDevice return correct device on multi GPU setups by Qiang Yu · 8 years ago
  73. 8c8d5dd pull in sys/sysmacros.h when available by Mike Frysinger · 8 years ago
  74. 50d3c85 xf86drm.c: Fix mix of tabs and spaces by Jan Vesely · 8 years ago
  75. 9bdec97 xf86drm: ensure proper alignment of pointers in drmProcessPciDevice by Nicolai Hähnle · 8 years ago
  76. 70b6407 drm: fix multi GPU drmGetDevices only return one device by Qiang Yu · 8 years ago
  77. ce97507 xf86drm: Fix spelling mistakes by Eric Engestrom · 8 years ago
  78. 3627f38 xf86drm: Bound strstr() to the allocated data by Damien Lespiau · 8 years ago
  79. ba5a6ec xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]() by Matt Roper · 9 years ago
  80. cf0f036 xf86drm: Fix error handling for drmGetDevice() by Matt Roper · 9 years ago
  81. 3045523 Fix void pointer arithmetic in drmProcessPciDevice by Michel Dänzer · 9 years ago
  82. 8c4a1cb xf86drm: Fix error handling for drmGetDevices() by Matt Roper · 9 years ago
  83. 4031dc1 xf86drm: include <limits.h> for PATH_MAX by Felix Janda · 9 years ago
  84. f3c6740 xf86drm: remove makedev() hack/workaround by Emil Velikov · 9 years ago
  85. ccedf66 xf86drm: add drm{Get,Free}Device by Emil Velikov · 9 years ago
  86. fae59d7 xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevices by Emil Velikov · 9 years ago
  87. 8415a00 xf86drm: warn on missing drmGetMinorNameForFD implementation by Emil Velikov · 9 years ago
  88. 291b2bb xf86drm: move ifdef __linux__ guards where needed by Emil Velikov · 9 years ago
  89. 5f68d31 xf86drm: rework drmGetDevices() by Emil Velikov · 9 years ago
  90. bc2aca9 xf86drm: rename drmSameDevice to drmCompareBusInfo by Emil Velikov · 9 years ago
  91. a250fce xf86drm: move the final linux specific bits out of drmGetDevices by Emil Velikov · 9 years ago
  92. ef5192e xf86drm: move platform details to drmParsePciDeviceInfo() by Emil Velikov · 9 years ago
  93. 536e0de xf86drm: flex platform specifics into drmParsePciBusInfo by Emil Velikov · 9 years ago
  94. eb7c2d5 drm: make individual drm_server_info fxns optional by Rob Clark · 9 years ago
  95. b556ea1 drm: add interface to get drm devices on the system v3 by Emil Velikov · 9 years ago
  96. 5c42b5e drm: fix the usage after free by Mathias Tillman · 9 years ago
  97. fc08332 xf86drm: use the correct device minor names on OpenBSD by Jonathan Gray · 9 years ago
  98. 66c3afb xf86drm: correct the OpenBSD DRM_MAJOR define by Jonathan Gray · 9 years ago
  99. c1cd3d9 xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType} by Emil Velikov · 9 years ago
  100. 5b0e76f Revert "Add device enumeration interface (v4)" by Emil Velikov · 9 years ago