OSDN Git Service

tests/amdgpu: add bad slow dispatch test
[android-x86/external-libdrm.git] / xf86drm.c
2019-10-26 Chunming Zhoulibdrm: wrap new flexible syncobj query interface v2
2019-07-03 Eric Engestromxf86drm: dedupe drmGetDeviceName() logic
2019-07-03 Eric Engestromxf86drm: use max size of drm node name instead of arbit...
2019-07-03 Eric Engestromxf86drm: dedupe `#define`s
2019-07-03 Jonathan Grayxf86drm: open correct render node on non-linux
2019-07-03 Jonathan Grayxf86drm: test for render nodes before primary nodes
2019-05-16 Chunming Zhouadd timeline signal/transfer ioctls v2
2019-05-16 Chunming Zhouadd timeline wait/query ioctl v2
2019-04-25 Prabhanjan Kandulalibdrm: Avoid additional drm open close
2019-04-17 Emil VelikovRevert "libdrm: Fix issue about differrent domainID...
2019-04-17 Eric Engestromfix various typos
2019-03-12 Andreas Baierlxf86drm: Fix segmentation fault while parsing device...
2019-02-22 Emily Denglibdrm: Fix issue about differrent domainID but same BDF
2019-02-08 Eric Engestromxf86drm: fix return type for drmIsMaster()
2019-02-07 Christopher James... xf86drm: Add drmIsMaster()
2019-02-04 Emil Velikovxf85drm: de-duplicate drmParse{Platform.Host1x}{Bus...
2019-02-04 Emil Velikovxf86drm: fallback to MODALIAS for OF less platform...
2018-12-14 François Tigeotlibdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly
2018-12-14 François Tigeotxf86drm: implement drmParseSubsystemType for DragonFly
2018-11-20 Eric Anholtdrm: Attempt to parse SPI devices as platform bus devices.
2018-11-20 Eric AnholtAvoid hardcoded strlens in drmParseSubsystemType().
2018-10-09 Thomas Hellstromlibdrm: Allow dynamic drm majors on linux
2018-09-20 Lucas De Marchilibdrm: annotate public functions
2018-09-05 Eric Engestromxf86drm: rename "real_path" to "pci_path"
2018-09-05 Eric Engestromxf86drm: merge get_normal_pci_path() into get_real_pci_...
2018-08-24 Emil Velikovxf86drm: fallback to normal path when realpath fails
2018-07-30 Mariusz Ceierxf86drm: Fix error path in drmGetDevice2
2018-07-24 Emil Velikovxf86drm: Add drmDevice support for virtio_gpu
2018-07-24 Emil Velikovxf86drm: introduce a get_real_pci_path() helper
2018-07-24 Emil Velikovxf86drm: Allocate drmDevicePtr's on stack
2018-07-24 Emil Velikovxf86drm: Fold drmDevice processing into process_device...
2018-07-24 Emil Velikovxf86drm: introduce drm_device_has_rdev() helper
2018-07-24 Emil Velikovxf86drm: drmGetDevice2: error out if the fd has unknown...
2018-05-22 Michel DänzerAlways pass O_CLOEXEC when opening DRM file descriptors
2018-05-21 Kevin Strasserxf86drm: Be sure to closedir before return
2018-03-22 John Stultzlibdrm: Use readdir instead of readdir_r to avoid build...
2018-03-20 Eric Engestrommeson,configure: include config.h automatically
2018-03-20 Eric Engestrommeson,configure: always define UDEV
2018-02-07 Chunming Zhoufix return value for syncobj wait
2018-02-06 Bas Nieuwenhuizendrm: Fix 32-bit drmSyncobjWait.
2017-12-18 Keith Packarddrm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs...
2017-12-17 Bas Nieuwenhuizendrm: Add drmSyncobjReset & drmSyncobjSignal wrappers.
2017-10-25 Dave Airliedrm/syncobj: fix some whitespace issues
2017-10-12 Marek Olšákdrm: add drmSyncobjWait wrapper
2017-07-20 Emil Velikovxf86drm: continue with next device if drmProcessUsbDevi...
2017-07-20 Gurchetan Singhxf86drm: continue after drmProcessPlatformDevice failure
2017-07-07 coypuRemove redundant memclear
2017-06-28 Dave Airlielibdrm: add drm syncobj create/destroy/import/export
2017-05-04 Adam JacksonFix stray caller of drmCompareDevices
2017-05-04 Adam JacksonExport drmDevicesEqual
2017-04-03 Seung-Woo Kimxf86drm: remove memory leaks in drmGetBusid/drmGetReser...
2017-01-20 Thierry Redingxf86drm: Reuse sysfs_uevent_get()
2017-01-20 Thierry Redingxf86drm: Add platform and host1x bus support
2017-01-20 Thierry Redingxf86drm: Add USB support
2017-01-20 Thierry Redingxf86drm: Factor out drmDeviceAlloc()
2017-01-16 Taro Yamadaxf86drm: fix null termination of string buffer
2017-01-12 Thierry Redingxf86drm: Fix indentation
2016-12-24 Jonathan Grayxf86drm: don't fatal on per device error in drmGetDevic...
2016-12-24 Jonathan Grayxf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2
2016-12-24 Jonathan Grayxf86drm: adjust device node path for minor base
2016-12-12 Grazvydas Ignotasxf86drm: fix sign-compare warning
2016-12-05 Jonathan Grayxf86drm: implement an OpenBSD specific drmGetDevice2
2016-12-05 Jonathan Grayxf86drm: implement drmParsePciBusInfo for OpenBSD
2016-12-05 Jonathan Grayxf86drm: implement drmParsePciDeviceInfo for OpenBSD
2016-12-05 Jonathan Grayxf86drm: implement drmParseSubsystemType for OpenBSD
2016-12-05 Jonathan Grayxf86drm: implement drmGetMinorNameForFD for non-sysfs
2016-12-05 Emil Velikovxf86drm: introduce drmGetDevice[s]2
2016-12-05 Emil Velikovxf86drm: parse the separate sysfs files for vendor...
2016-12-05 Emil Velikovxf86drm: add plumbing to not retrieve PCI device revision
2016-12-05 Emil Velikovxf86drm: use maj/min in drmParsePciDeviceInfo()
2016-11-22 Emil Velikovxf86drm: introduce drmGetDeviceNameFromFd2
2016-11-14 Emil Velikovxd86drm: read more than 128 bytes of uevent in drmParse...
2016-10-21 Eric AnholtSilence runtime complaints on platform devices
2016-10-21 Rob HerringReturn an -ENODEV from drmGetDevice() when no device...
2016-07-20 Qiang Yudrm: fix drmFreeDevices memory leak on multi GPU setups
2016-07-20 Qiang Yudrm: drmGetDevice return correct device on multi GPU...
2016-07-06 Mike Frysingerpull in sys/sysmacros.h when available
2016-07-06 Jan Veselyxf86drm.c: Fix mix of tabs and spaces
2016-06-10 Nicolai Hähnlexf86drm: ensure proper alignment of pointers in drmProc...
2016-06-06 Qiang Yudrm: fix multi GPU drmGetDevices only return one device
2016-04-07 Eric Engestromxf86drm: Fix spelling mistakes
2016-01-22 Damien Lespiauxf86drm: Bound strstr() to the allocated data
2015-10-20 Matt Roperxf86drm: Handle unrecognized subsystems safely in drmGe...
2015-10-20 Matt Roperxf86drm: Fix error handling for drmGetDevice()
2015-10-14 Michel DänzerFix void pointer arithmetic in drmProcessPciDevice
2015-10-02 Matt Roperxf86drm: Fix error handling for drmGetDevices()
2015-09-28 Felix Jandaxf86drm: include <limits.h> for PATH_MAX
2015-09-21 Emil Velikovxf86drm: remove makedev() hack/workaround
2015-09-21 Emil Velikovxf86drm: add drm{Get,Free}Device
2015-09-21 Emil Velikovxf86drm: split out drmProcessPciDevice and drmFoldDupli...
2015-09-21 Emil Velikovxf86drm: warn on missing drmGetMinorNameForFD implement...
2015-09-21 Emil Velikovxf86drm: move ifdef __linux__ guards where needed
2015-09-21 Emil Velikovxf86drm: rework drmGetDevices()
2015-09-21 Emil Velikovxf86drm: rename drmSameDevice to drmCompareBusInfo
2015-09-21 Emil Velikovxf86drm: move the final linux specific bits out of...
2015-09-21 Emil Velikovxf86drm: move platform details to drmParsePciDeviceInfo()
2015-09-21 Emil Velikovxf86drm: flex platform specifics into drmParsePciBusInfo
2015-09-04 Rob Clarkdrm: make individual drm_server_info fxns optional
2015-08-24 Emil Velikovdrm: add interface to get drm devices on the system v3
2015-08-24 Mathias Tillmandrm: fix the usage after free
next