summaryrefslogtreecommitdiff
path: root/xf86drm.c
Commit message (Expand)AuthorAgeFilesLines
* xf86drm: add support for printing AMD GFX11 modifiersSimon Ser2023-02-091-0/+6
* xf86drm: fix warning in drmGetFormatModifierNameFromVivante()Simon Ser2022-12-211-1/+1
* xf86drm: Add support for decoding Vivante format modifiersPhilipp Zabel2022-11-301-0/+68
* xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()Simon Ser2022-10-171-12/+17
* xf86drm: add drmGetFormatName()Simon Ser2022-08-311-0/+35
* Remove unused 3rd parameter to open(2)Matthieu Herrb2022-08-231-5/+5
* xf86drm.c: fix C99 warningEleni Maria Stea2022-05-091-1/+2
* xf86drm: fix compiler warningsEleni Maria Stea2021-11-251-10/+15
* xf86drm: add drmGetDeviceFromDevIdSimon Ser2021-11-191-24/+40
* xf86drm: Update drmGetFormatModifierNameFromArm to handle AFRCDennis Tsiang2021-10-041-20/+84
* xf86drm: add GEM_CLOSE ioctl wrapperSimon Ser2021-09-271-0/+9
* xf86drm: fix mem leak in drm_usb_dev_path()Eric Engestrom2021-08-141-2/+7
* xf86drm: Add support for decoding AMLOGIC format modifiersMarius Vlad2021-06-221-0/+35
* xf86drm: Add support for decoding AMD format modifiersMarius Vlad2021-06-221-0/+167
* xf86drm: Add support for decoding Nvidia format modifiersMarius Vlad2021-06-221-0/+30
* xf86drm: Add a vendor function to decode the format modifierMarius Vlad2021-06-221-3/+112
* xf86drm: Add a human readable representation for format modifiersMarius Vlad2021-06-221-0/+80
* xf86drm: fix null pointer deref in drmGetBufInfoAlistair Delva2021-03-021-1/+6
* xf86drm: cap number of reported devices by drmGetDevice(2)Emil Velikov2021-02-261-0/+4
* Revert "xf86drm: cap number of reported devices by drmGetDevice(2)"Emil Velikov2021-02-261-4/+3
* xf86drm: cap number of reported devices by drmGetDevice(2)Emil Velikov2021-02-101-3/+4
* xf86drm.c: Use integer logarithm.Paul Gofman2020-10-281-1/+17
* xf86drm.c: fix build failureHeiko Thiery2020-06-061-5/+5
* core: use `O_RDONLY` instead of ambiguous `0` flagEric Engestrom2020-05-281-1/+1
* libdrm: drmGetDeviceNameFromFd: Always return /dev/dri/ node for FreeBSDEmmanuel Vadot2020-05-041-11/+4
* libdrm: drmGetMinorNameFromFd: Fix FreeBSD variantEmmanuel Vadot2020-05-041-8/+19
* libdrm: Handle usb_interface devices for usb parsingScott Anderson2020-04-241-2/+46
* xf86drm: Check non-absolute path only for virtio based devicesMikhail Golubev2020-04-241-4/+8
* libdrm: Implement drmParsePciDeviceInfo for FreeBSDEmmanuel Vadot2020-04-211-0/+43
* libdrm: get_pci_path is Linux only so add an ifdefEmmanuel Vadot2020-04-211-0/+2
* libdrm: Add get_sysctl_pci_bus_info for FreeBSDEmmanuel Vadot2020-04-211-0/+65
* libdrm: drmGetDeviceNameFromFd2: Add FreeBSD variantEmmanuel Vadot2020-04-211-0/+2
* libdrm: Default to PCI for FreeBSDEmmanuel Vadot2020-04-211-1/+1
* libdrm: drmGetMinorNameForFD: Add FreeBSD variantEmmanuel Vadot2020-04-211-0/+32
* libdrm: drmGetDeviceNameFromFd: Add FreeBSD variantEmmanuel Vadot2020-04-211-0/+24
* libdrm: drmGetMinorType: Add FreeBSD versionEmmanuel Vadot2020-04-211-6/+26
* xf86drm: Remove ifdef for FreeBSD and DRM_MAJOREmmanuel Vadot2020-04-211-1/+1
* libdrm: drmNodeIsDRM: Add FreeBSD variantEmmanuel Vadot2020-04-211-0/+14
* xf86drm: fix subsystem type lookup for virtio mmio-based devicesVasyl Vavrychuk2020-02-241-3/+12
* xf86drm: generalize the device subsystem type parsing codeVasyl Vavrychuk2020-02-241-5/+16
* libdrm: wrap new flexible syncobj query interface v2Chunming Zhou2019-10-261-0/+15
* xf86drm: dedupe drmGetDeviceName() logicEric Engestrom2019-07-031-63/+23
* xf86drm: use max size of drm node name instead of arbitrary sizeEric Engestrom2019-07-031-2/+2
* xf86drm: dedupe `#define`sEric Engestrom2019-07-031-10/+0
* xf86drm: open correct render node on non-linuxJonathan Gray2019-07-031-18/+6
* xf86drm: test for render nodes before primary nodesJonathan Gray2019-07-031-4/+4
* add timeline signal/transfer ioctls v2Chunming Zhou2019-05-161-0/+33
* add timeline wait/query ioctl v2Chunming Zhou2019-05-161-0/+44
* libdrm: Avoid additional drm open closePrabhanjan Kandula2019-04-251-2/+2
* Revert "libdrm: Fix issue about differrent domainID but same BDF"Emil Velikov2019-04-171-23/+0