summaryrefslogtreecommitdiff
path: root/xf86drm.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix various typosEric Engestrom2019-04-171-3/+3
* xf86drm: Fix segmentation fault while parsing device infoAndreas Baierl2019-03-121-2/+2
* libdrm: Fix issue about differrent domainID but same BDFEmily Deng2019-02-221-0/+23
* xf86drm: fix return type for drmIsMaster()Eric Engestrom2019-02-081-1/+1
* xf86drm: Add drmIsMaster()Christopher James Halse Rogers2019-02-071-0/+18
* xf85drm: de-duplicate drmParse{Platform.Host1x}{Bus,Device}InfoEmil Velikov2019-02-041-83/+15
* xf86drm: fallback to MODALIAS for OF less platform devicesEmil Velikov2019-02-041-13/+42
* libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFlyFrançois Tigeot2018-12-131-3/+3
* xf86drm: implement drmParseSubsystemType for DragonFlyFrançois Tigeot2018-12-131-1/+1
* drm: Attempt to parse SPI devices as platform bus devices.Eric Anholt2018-11-191-0/+1
* Avoid hardcoded strlens in drmParseSubsystemType().Eric Anholt2018-11-191-15/+16
* libdrm: Allow dynamic drm majors on linuxThomas Hellstrom2018-10-091-8/+22
* libdrm: annotate public functionsLucas De Marchi2018-09-191-132/+144
* xf86drm: rename "real_path" to "pci_path"Eric Engestrom2018-09-051-13/+13
* xf86drm: merge get_normal_pci_path() into get_real_pci_path()Eric Engestrom2018-09-051-17/+8
* xf86drm: fallback to normal path when realpath failsEmil Velikov2018-08-241-3/+9
* xf86drm: Fix error path in drmGetDevice2Mariusz Ceier2018-07-301-0/+2
* xf86drm: Add drmDevice support for virtio_gpuEmil Velikov2018-07-241-1/+12
* xf86drm: introduce a get_real_pci_path() helperEmil Velikov2018-07-241-8/+26
* xf86drm: Allocate drmDevicePtr's on stackEmil Velikov2018-07-241-56/+23
* xf86drm: Fold drmDevice processing into process_device() helperEmil Velikov2018-07-241-108/+51
* xf86drm: introduce drm_device_has_rdev() helperEmil Velikov2018-07-241-9/+25
* xf86drm: drmGetDevice2: error out if the fd has unknown subsysEmil Velikov2018-07-241-0/+2
* Always pass O_CLOEXEC when opening DRM file descriptorsMichel Dänzer2018-05-221-3/+3
* xf86drm: Be sure to closedir before returnKevin Strasser2018-05-211-0/+2
* libdrm: Use readdir instead of readdir_r to avoid build warningsJohn Stultz2018-03-221-19/+3
* meson,configure: include config.h automaticallyEric Engestrom2018-03-201-3/+0
* meson,configure: always define UDEVEric Engestrom2018-03-201-4/+4
* fix return value for syncobj waitChunming Zhou2018-02-071-1/+1
* drm: Fix 32-bit drmSyncobjWait.Bas Nieuwenhuizen2018-02-061-1/+1
* drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]Keith Packard2017-12-181-0/+37
* drm: Add drmSyncobjReset & drmSyncobjSignal wrappers.Bas Nieuwenhuizen2017-12-181-0/+26
* drm/syncobj: fix some whitespace issuesDave Airlie2017-10-251-19/+19
* drm: add drmSyncobjWait wrapperMarek Olšák2017-10-121-0/+22
* xf86drm: continue with next device if drmProcessUsbDevice failsEmil Velikov2017-07-201-1/+1
* xf86drm: continue after drmProcessPlatformDevice failureGurchetan Singh2017-07-201-2/+2
* Remove redundant memclearcoypu2017-07-071-2/+0
* libdrm: add drm syncobj create/destroy/import/exportDave Airlie2017-06-291-0/+81
* Fix stray caller of drmCompareDevicesAdam Jackson2017-05-041-1/+1
* Export drmDevicesEqualAdam Jackson2017-05-041-9/+9
* xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextListSeung-Woo Kim2017-04-031-6/+12
* xf86drm: Reuse sysfs_uevent_get()Thierry Reding2017-01-201-48/+18
* xf86drm: Add platform and host1x bus supportThierry Reding2017-01-201-0/+300
* xf86drm: Add USB supportThierry Reding2017-01-201-0/+175
* xf86drm: Factor out drmDeviceAlloc()Thierry Reding2017-01-201-27/+51
* xf86drm: fix null termination of string bufferTaro Yamada2017-01-161-2/+2
* xf86drm: Fix indentationThierry Reding2017-01-121-2/+2
* xf86drm: don't fatal on per device error in drmGetDevice[s]2Jonathan Gray2016-12-241-2/+2
* xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2Jonathan Gray2016-12-241-2/+42
* xf86drm: adjust device node path for minor baseJonathan Gray2016-12-241-4/+12