index
:
~daenzer/drm
master
Michel Daenzer's personal libdrm repository.
daenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xf86drm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
drm: fix drmFreeDevices memory leak on multi GPU setups
Qiang Yu
1
-2
/
+3
2016-07-20
drm: drmGetDevice return correct device on multi GPU setups
Qiang Yu
1
-5
/
+15
2016-07-06
pull in sys/sysmacros.h when available
Mike Frysinger
1
-2
/
+5
2016-07-06
xf86drm.c: Fix mix of tabs and spaces
Jan Vesely
1
-723
/
+721
2016-06-10
xf86drm: ensure proper alignment of pointers in drmProcessPciDevice
Nicolai Hähnle
1
-1
/
+1
2016-06-06
drm: fix multi GPU drmGetDevices only return one device
Qiang Yu
1
-1
/
+4
2016-04-07
xf86drm: Fix spelling mistakes
Eric Engestrom
1
-1
/
+1
2016-01-22
xf86drm: Bound strstr() to the allocated data
Damien Lespiau
1
-1
/
+2
2015-10-20
xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()
Matt Roper
1
-2
/
+2
2015-10-20
xf86drm: Fix error handling for drmGetDevice()
Matt Roper
1
-5
/
+5
2015-10-14
Fix void pointer arithmetic in drmProcessPciDevice
Michel Dänzer
1
-9
/
+10
2015-10-02
xf86drm: Fix error handling for drmGetDevices()
Matt Roper
1
-5
/
+5
2015-09-28
xf86drm: include <limits.h> for PATH_MAX
Felix Janda
1
-0
/
+1
2015-09-21
xf86drm: remove makedev() hack/workaround
Emil Velikov
1
-8
/
+0
2015-09-21
xf86drm: add drm{Get,Free}Device
Emil Velikov
1
-1
/
+114
2015-09-21
xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevices
Emil Velikov
1
-49
/
+74
2015-09-21
xf86drm: warn on missing drmGetMinorNameForFD implementation
Emil Velikov
1
-0
/
+2
2015-09-21
xf86drm: move ifdef __linux__ guards where needed
Emil Velikov
1
-18
/
+15
2015-09-21
xf86drm: rework drmGetDevices()
Emil Velikov
1
-110
/
+94
2015-09-21
xf86drm: rename drmSameDevice to drmCompareBusInfo
Emil Velikov
1
-6
/
+8
2015-09-21
xf86drm: move the final linux specific bits out of drmGetDevices
Emil Velikov
1
-10
/
+9
2015-09-21
xf86drm: move platform details to drmParsePciDeviceInfo()
Emil Velikov
1
-21
/
+15
2015-09-21
xf86drm: flex platform specifics into drmParsePciBusInfo
Emil Velikov
1
-26
/
+20
2015-09-04
drm: make individual drm_server_info fxns optional
Rob Clark
1
-5
/
+7
2015-08-24
drm: add interface to get drm devices on the system v3
Emil Velikov
1
-0
/
+351
2015-08-24
drm: fix the usage after free
Mathias Tillman
1
-2
/
+3
2015-07-29
xf86drm: use the correct device minor names on OpenBSD
Jonathan Gray
1
-3
/
+13
2015-07-29
xf86drm: correct the OpenBSD DRM_MAJOR define
Jonathan Gray
1
-3
/
+7
2015-07-16
xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}
Emil Velikov
1
-1
/
+1
2015-06-29
Revert "Add device enumeration interface (v4)"
Emil Velikov
1
-100
/
+0
2015-05-28
drmPrime*: initialize output args to 0
Guillaume Desmottes
1
-1
/
+3
2015-05-28
Fix one warning (v2)
Jammy Zhou
1
-1
/
+1
2015-05-28
xf86drm: simplify drmMalloc/drmFree
Emil Velikov
1
-6
/
+2
2015-05-26
Add device enumeration interface (v4)
frank
1
-0
/
+100
2015-04-28
drm: rename libdrm{,_macros}.h
Emil Velikov
1
-1
/
+1
2015-04-05
xf86drm: Fix ioctl struct clearing in drmAgpEnable
Connor Behan
1
-1
/
+1
2015-03-20
Remove drmSetDebugMsgFunction and related infrastructure
Jan Vesely
1
-12
/
+1
2015-03-20
Fix unused function warnings
Jan Vesely
1
-0
/
+2
2015-03-14
Fix unused, and unused-but-set variables warnings
Jan Vesely
1
-3
/
+6
2015-03-14
On Solaris, #include <sys/mkdev.h> in xf86drm.c
Alan Coopersmith
1
-0
/
+3
2015-03-10
drm: add drmGet(Primary|Render)DeviceNameFromFd functions
Emil Velikov
1
-0
/
+84
2015-02-23
Add new drmGetNodeTypeFromFd function
Frank Binns
1
-0
/
+39
2015-02-12
Add new drmOpenOnceWithType function (v2)
Jammy Zhou
1
-2
/
+10
2015-02-12
Add new drmOpenWithType function (v4)
Jammy Zhou
1
-15
/
+55
2015-02-11
xf86drm: Fix ioctl struct clearing in drmGetVersion
Daniel Vetter
1
-1
/
+1
2015-02-11
xf86drm: Unconditionally clear ioctl structs
Daniel Vetter
1
-35
/
+77
2015-02-11
drm: use drmIoctl everywhere
Daniel Vetter
1
-2
/
+2
2015-02-10
Fix gcc -Wextra warnings
Jan Vesely
1
-2
/
+2
2015-01-23
Add new drmOpenRender function
Frank Binns
1
-2
/
+38
2015-01-23
Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY
Frank Binns
1
-5
/
+5
[next]