index
:
~nh/libdrm
freesync
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xf86drm.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-09-28
drm: use drm_mmap/drm_munmap wrappers
Emil Velikov
1
-4
/
+4
2014-05-13
drmOpenByName: remove redundant drmAvailable check
Daniel Kurtz
1
-13
/
+0
2014-04-17
libdrm: Remove extraneous parameter
Thierry Reding
1
-1
/
+1
2014-04-17
Mark functions printf-like where possible
Thierry Reding
1
-3
/
+7
2013-09-30
drm: Introduce a drmSetClientCap() wrapper
Damien Lespiau
1
-0
/
+7
2013-03-28
drm: Fix error message in drmWaitVBlank
Daniel Kurtz
1
-1
/
+1
2012-07-16
libdrm: add prime fd->handle and handle->fd interfaces
Dave Airlie
1
-0
/
+31
2011-11-01
Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
Jeremy Huddleston
1
-4
/
+4
[next]