index
:
mesa/drm
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
agpgart_2_0_branch
amdgpu
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cle266-0-0-1-branch
dri2-swapbuffers
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-sman-branch
drm-ttm-branch
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
glxmisc-1-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
main
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
pageflip
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r6xx-r7xx-support
radeon-1-0-0-branch
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
trident-0-0-1-branch
trident-0-0-2-branch
vblank-event
video-1-0-0-branch
xgi-0-0-1
xv845g-0-1-branch
Direct Rendering Manager headers and kernel modules (mirrored from https://gitlab.freedesktop.org/mesa/drm)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xf86drm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-06
xf86drm.c: fix build failure
Heiko Thiery
1
-5
/
+5
2020-05-28
core: use `O_RDONLY` instead of ambiguous `0` flag
Eric Engestrom
1
-1
/
+1
2020-05-04
libdrm: drmGetDeviceNameFromFd: Always return /dev/dri/ node for FreeBSD
Emmanuel Vadot
1
-11
/
+4
2020-05-04
libdrm: drmGetMinorNameFromFd: Fix FreeBSD variant
Emmanuel Vadot
1
-8
/
+19
2020-04-24
libdrm: Handle usb_interface devices for usb parsing
Scott Anderson
1
-2
/
+46
2020-04-24
xf86drm: Check non-absolute path only for virtio based devices
Mikhail Golubev
1
-4
/
+8
2020-04-21
libdrm: Implement drmParsePciDeviceInfo for FreeBSD
Emmanuel Vadot
1
-0
/
+43
2020-04-21
libdrm: get_pci_path is Linux only so add an ifdef
Emmanuel Vadot
1
-0
/
+2
2020-04-21
libdrm: Add get_sysctl_pci_bus_info for FreeBSD
Emmanuel Vadot
1
-0
/
+65
2020-04-21
libdrm: drmGetDeviceNameFromFd2: Add FreeBSD variant
Emmanuel Vadot
1
-0
/
+2
2020-04-21
libdrm: Default to PCI for FreeBSD
Emmanuel Vadot
1
-1
/
+1
2020-04-21
libdrm: drmGetMinorNameForFD: Add FreeBSD variant
Emmanuel Vadot
1
-0
/
+32
2020-04-21
libdrm: drmGetDeviceNameFromFd: Add FreeBSD variant
Emmanuel Vadot
1
-0
/
+24
2020-04-21
libdrm: drmGetMinorType: Add FreeBSD version
Emmanuel Vadot
1
-6
/
+26
2020-04-21
xf86drm: Remove ifdef for FreeBSD and DRM_MAJOR
Emmanuel Vadot
1
-1
/
+1
2020-04-21
libdrm: drmNodeIsDRM: Add FreeBSD variant
Emmanuel Vadot
1
-0
/
+14
2020-02-24
xf86drm: fix subsystem type lookup for virtio mmio-based devices
Vasyl Vavrychuk
1
-3
/
+12
2020-02-24
xf86drm: generalize the device subsystem type parsing code
Vasyl Vavrychuk
1
-5
/
+16
2019-10-26
libdrm: wrap new flexible syncobj query interface v2
Chunming Zhou
1
-0
/
+15
2019-07-03
xf86drm: dedupe drmGetDeviceName() logic
Eric Engestrom
1
-63
/
+23
2019-07-03
xf86drm: use max size of drm node name instead of arbitrary size
Eric Engestrom
1
-2
/
+2
2019-07-03
xf86drm: dedupe `#define`s
Eric Engestrom
1
-10
/
+0
2019-07-03
xf86drm: open correct render node on non-linux
Jonathan Gray
1
-18
/
+6
2019-07-03
xf86drm: test for render nodes before primary nodes
Jonathan Gray
1
-4
/
+4
2019-05-16
add timeline signal/transfer ioctls v2
Chunming Zhou
1
-0
/
+33
2019-05-16
add timeline wait/query ioctl v2
Chunming Zhou
1
-0
/
+44
2019-04-25
libdrm: Avoid additional drm open close
Prabhanjan Kandula
1
-2
/
+2
2019-04-17
Revert "libdrm: Fix issue about differrent domainID but same BDF"
Emil Velikov
1
-23
/
+0
2019-04-17
fix various typos
Eric Engestrom
1
-3
/
+3
2019-03-12
xf86drm: Fix segmentation fault while parsing device info
Andreas Baierl
1
-2
/
+2
2019-02-22
libdrm: Fix issue about differrent domainID but same BDF
Emily Deng
1
-0
/
+23
2019-02-08
xf86drm: fix return type for drmIsMaster()
Eric Engestrom
1
-1
/
+1
2019-02-07
xf86drm: Add drmIsMaster()
Christopher James Halse Rogers
1
-0
/
+18
2019-02-04
xf85drm: de-duplicate drmParse{Platform.Host1x}{Bus,Device}Info
Emil Velikov
1
-83
/
+15
2019-02-04
xf86drm: fallback to MODALIAS for OF less platform devices
Emil Velikov
1
-13
/
+42
2018-12-13
libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly
François Tigeot
1
-3
/
+3
2018-12-13
xf86drm: implement drmParseSubsystemType for DragonFly
François Tigeot
1
-1
/
+1
2018-11-19
drm: Attempt to parse SPI devices as platform bus devices.
Eric Anholt
1
-0
/
+1
2018-11-19
Avoid hardcoded strlens in drmParseSubsystemType().
Eric Anholt
1
-15
/
+16
2018-10-09
libdrm: Allow dynamic drm majors on linux
Thomas Hellstrom
1
-8
/
+22
2018-09-19
libdrm: annotate public functions
Lucas De Marchi
1
-132
/
+144
2018-09-05
xf86drm: rename "real_path" to "pci_path"
Eric Engestrom
1
-13
/
+13
2018-09-05
xf86drm: merge get_normal_pci_path() into get_real_pci_path()
Eric Engestrom
1
-17
/
+8
2018-08-24
xf86drm: fallback to normal path when realpath fails
Emil Velikov
1
-3
/
+9
2018-07-30
xf86drm: Fix error path in drmGetDevice2
Mariusz Ceier
1
-0
/
+2
2018-07-24
xf86drm: Add drmDevice support for virtio_gpu
Emil Velikov
1
-1
/
+12
2018-07-24
xf86drm: introduce a get_real_pci_path() helper
Emil Velikov
1
-8
/
+26
2018-07-24
xf86drm: Allocate drmDevicePtr's on stack
Emil Velikov
1
-56
/
+23
2018-07-24
xf86drm: Fold drmDevice processing into process_device() helper
Emil Velikov
1
-108
/
+51
2018-07-24
xf86drm: introduce drm_device_has_rdev() helper
Emil Velikov
1
-9
/
+25
[next]