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
2017-10-12
drm: add drmSyncobjWait wrapper
Marek Olšák
1
-0
/
+22
2017-07-20
xf86drm: continue with next device if drmProcessUsbDevice fails
Emil Velikov
1
-1
/
+1
2017-07-20
xf86drm: continue after drmProcessPlatformDevice failure
Gurchetan Singh
1
-2
/
+2
2017-07-07
Remove redundant memclear
coypu
1
-2
/
+0
2017-06-29
libdrm: add drm syncobj create/destroy/import/export
Dave Airlie
1
-0
/
+81
2017-05-04
Fix stray caller of drmCompareDevices
Adam Jackson
1
-1
/
+1
2017-05-04
Export drmDevicesEqual
Adam Jackson
1
-9
/
+9
2017-04-03
xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList
Seung-Woo Kim
1
-6
/
+12
2017-01-20
xf86drm: Reuse sysfs_uevent_get()
Thierry Reding
1
-48
/
+18
2017-01-20
xf86drm: Add platform and host1x bus support
Thierry Reding
1
-0
/
+300
2017-01-20
xf86drm: Add USB support
Thierry Reding
1
-0
/
+175
2017-01-20
xf86drm: Factor out drmDeviceAlloc()
Thierry Reding
1
-27
/
+51
2017-01-16
xf86drm: fix null termination of string buffer
Taro Yamada
1
-2
/
+2
2017-01-12
xf86drm: Fix indentation
Thierry Reding
1
-2
/
+2
2016-12-24
xf86drm: don't fatal on per device error in drmGetDevice[s]2
Jonathan Gray
1
-2
/
+2
2016-12-24
xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2
Jonathan Gray
1
-2
/
+42
2016-12-24
xf86drm: adjust device node path for minor base
Jonathan Gray
1
-4
/
+12
2016-12-12
xf86drm: fix sign-compare warning
Grazvydas Ignotas
1
-1
/
+1
2016-12-05
xf86drm: implement an OpenBSD specific drmGetDevice2
Jonathan Gray
1
-0
/
+62
2016-12-05
xf86drm: implement drmParsePciBusInfo for OpenBSD
Jonathan Gray
1
-0
/
+24
2016-12-05
xf86drm: implement drmParsePciDeviceInfo for OpenBSD
Jonathan Gray
1
-0
/
+41
2016-12-05
xf86drm: implement drmParseSubsystemType for OpenBSD
Jonathan Gray
1
-0
/
+2
2016-12-05
xf86drm: implement drmGetMinorNameForFD for non-sysfs
Jonathan Gray
1
-1
/
+34
2016-12-05
xf86drm: introduce drmGetDevice[s]2
Emil Velikov
1
-8
/
+62
2016-12-05
xf86drm: parse the separate sysfs files for vendor... info
Emil Velikov
1
-4
/
+54
2016-12-05
xf86drm: add plumbing to not retrieve PCI device revision
Emil Velikov
1
-5
/
+9
2016-12-05
xf86drm: use maj/min in drmParsePciDeviceInfo()
Emil Velikov
1
-7
/
+6
2016-11-22
xf86drm: introduce drmGetDeviceNameFromFd2
Emil Velikov
1
-0
/
+51
2016-11-14
xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo
Emil Velikov
1
-2
/
+2
2016-10-21
Silence runtime complaints on platform devices
Eric Anholt
1
-2
/
+0
2016-10-21
Return an -ENODEV from drmGetDevice() when no device was found.
Rob Herring
1
-0
/
+2
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
[next]