index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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]