summaryrefslogtreecommitdiff
path: root/xf86drm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12xf86drm: Don't consider node names longer than the maximum allowedDylan Baker1-2/+18
2024-02-12Revert "xf86drm: ignore symlinks in process_device()"Dylan Baker1-4/+1
2024-02-08xf86drm: ignore symlinks in process_device()103-regression-intel-mesa-buildtests-broken-by-libdrm-updateTobias Jakobi1-1/+4
2023-11-20xf86drm: add drmGetNodeTypeFromDevIdSimon Ser1-0/+17
2023-08-16xf86drm: use drm device name to identify drm node typeJames Zhu1-10/+12
2023-07-27xf86drm: add drmSyncobjEventfdSimon Ser1-0/+14
2023-07-26xf86drm: drop control nodes implementationSimon Ser1-19/+3
2023-02-09xf86drm: add support for printing AMD GFX11 modifiersSimon Ser1-0/+6
2022-12-21xf86drm: fix warning in drmGetFormatModifierNameFromVivante()Simon Ser1-1/+1
2022-11-30xf86drm: Add support for decoding Vivante format modifiersPhilipp Zabel1-0/+68
2022-10-17xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()Simon Ser1-12/+17
2022-08-31xf86drm: add drmGetFormatName()Simon Ser1-0/+35
2022-08-23Remove unused 3rd parameter to open(2)Matthieu Herrb1-5/+5
2022-05-09xf86drm.c: fix C99 warningEleni Maria Stea1-1/+2
2021-11-25xf86drm: fix compiler warningsEleni Maria Stea1-10/+15
2021-11-19xf86drm: add drmGetDeviceFromDevIdSimon Ser1-24/+40
2021-10-04xf86drm: Update drmGetFormatModifierNameFromArm to handle AFRCDennis Tsiang1-20/+84
2021-09-27xf86drm: add GEM_CLOSE ioctl wrapperSimon Ser1-0/+9
2021-08-14xf86drm: fix mem leak in drm_usb_dev_path()Eric Engestrom1-2/+7
2021-06-22xf86drm: Add support for decoding AMLOGIC format modifiersMarius Vlad1-0/+35
2021-06-22xf86drm: Add support for decoding AMD format modifiersMarius Vlad1-0/+167
2021-06-22xf86drm: Add support for decoding Nvidia format modifiersMarius Vlad1-0/+30
2021-06-22xf86drm: Add a vendor function to decode the format modifierMarius Vlad1-3/+112
2021-06-22xf86drm: Add a human readable representation for format modifiersMarius Vlad1-0/+80
2021-03-02xf86drm: fix null pointer deref in drmGetBufInfoAlistair Delva1-1/+6
2021-02-26xf86drm: cap number of reported devices by drmGetDevice(2)Emil Velikov1-0/+4
2021-02-26Revert "xf86drm: cap number of reported devices by drmGetDevice(2)"Emil Velikov1-4/+3
2021-02-10xf86drm: cap number of reported devices by drmGetDevice(2)Emil Velikov1-3/+4
2020-10-28xf86drm.c: Use integer logarithm.Paul Gofman1-1/+17
2020-06-06xf86drm.c: fix build failureHeiko Thiery1-5/+5
2020-05-28core: use `O_RDONLY` instead of ambiguous `0` flagEric Engestrom1-1/+1
2020-05-04libdrm: drmGetDeviceNameFromFd: Always return /dev/dri/ node for FreeBSDEmmanuel Vadot1-11/+4
2020-05-04libdrm: drmGetMinorNameFromFd: Fix FreeBSD variantEmmanuel Vadot1-8/+19
2020-04-24libdrm: Handle usb_interface devices for usb parsingScott Anderson1-2/+46
2020-04-24xf86drm: Check non-absolute path only for virtio based devicesMikhail Golubev1-4/+8
2020-04-21libdrm: Implement drmParsePciDeviceInfo for FreeBSDEmmanuel Vadot1-0/+43
2020-04-21libdrm: get_pci_path is Linux only so add an ifdefEmmanuel Vadot1-0/+2
2020-04-21libdrm: Add get_sysctl_pci_bus_info for FreeBSDEmmanuel Vadot1-0/+65
2020-04-21libdrm: drmGetDeviceNameFromFd2: Add FreeBSD variantEmmanuel Vadot1-0/+2
2020-04-21libdrm: Default to PCI for FreeBSDEmmanuel Vadot1-1/+1
2020-04-21libdrm: drmGetMinorNameForFD: Add FreeBSD variantEmmanuel Vadot1-0/+32
2020-04-21libdrm: drmGetDeviceNameFromFd: Add FreeBSD variantEmmanuel Vadot1-0/+24
2020-04-21libdrm: drmGetMinorType: Add FreeBSD versionEmmanuel Vadot1-6/+26
2020-04-21xf86drm: Remove ifdef for FreeBSD and DRM_MAJOREmmanuel Vadot1-1/+1
2020-04-21libdrm: drmNodeIsDRM: Add FreeBSD variantEmmanuel Vadot1-0/+14
2020-02-24xf86drm: fix subsystem type lookup for virtio mmio-based devicesVasyl Vavrychuk1-3/+12
2020-02-24xf86drm: generalize the device subsystem type parsing codeVasyl Vavrychuk1-5/+16
2019-10-26libdrm: wrap new flexible syncobj query interface v2Chunming Zhou1-0/+15
2019-07-03xf86drm: dedupe drmGetDeviceName() logicEric Engestrom1-63/+23
2019-07-03xf86drm: use max size of drm node name instead of arbitrary sizeEric Engestrom1-2/+2