summaryrefslogtreecommitdiff
path: root/lib/libdrm
AgeCommit message (Collapse)Author
2019-02-18intel: sync i915_pciids.h with kernelJonathan Gray
From Rodrigo Vivi 70a1ae89be6b9f9a535f1fbaff3e4b1c4bb46d4a in libdrm git
2018-11-01Merge libdrm 2.4.96Jonathan Gray
2018-11-01Import libdrm 2.4.96Jonathan Gray
2018-09-13Merge libdrm 2.4.94Jonathan Gray
2018-09-13Import libdrm 2.4.94Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@
2018-02-21No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymoreJonathan Gray
as the configure scripts have been changed to avoid pthread-stubs.
2018-02-17Merge libdrm 2.4.89Jonathan Gray
2018-02-17Import libdrm 2.4.89Jonathan Gray
2017-10-23Remove all references to libpthread-stubs from xenocara.Matthieu Herrb
"looks sane" guenther@.
2017-08-05Merge libdrm 2.4.82Jonathan Gray
2017-08-05Import libdrm 2.4.82Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2017-04-14Merge libdrm 2.4.79Jonathan Gray
2017-04-14Import libdrm 2.4.79Jonathan Gray
2017-02-05Merge libdrm 2.4.75Jonathan Gray
2017-02-05Import libdrm 2.4.75Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2016-12-02Drop the local diff to avoid calling drm set/drop master ioctls,Jonathan Gray
the kernel implements these as noops now.
2016-11-25Implement an OpenBSD specific codepath for drmGetDeviceJonathan Gray
The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@
2016-11-25Implement drmParsePciBusInfo for OpenBSD by using the newJonathan Gray
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
2016-11-25Implement drmParsePciDeviceInfo for OpenBSD by using the newJonathan Gray
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
2016-11-25Implement drmParseSubsystemType for OpenBSD.Jonathan Gray
Always return DRM_BUS_PCI for now. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. ok kettenis@
2016-11-25Implement drmGetMinorNameForFD for systems without sysfs by adaptingJonathan Gray
drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@
2016-11-19Merge libdrm 2.4.73Jonathan Gray
2016-11-19Import libdrm 2.4.73Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2016-10-16Merge libdrm 2.4.71Jonathan Gray
2016-10-16Import libdrm 2.4.71Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2016-10-11regenMatthieu Herrb
2016-03-20Merge libdrm 2.4.67Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2015-12-27Merge libdrm 2.4.65Jonathan Gray
2015-12-27Import libdrm 2.4.65Jonathan Gray
2015-08-28regenJonathan Gray
2015-08-28The libdrm autoconf test for atomics uses __sync_val_compare_and_swap withJonathan Gray
the address of a function argument which triggers a gcc ICE on sparc64 resulting in libdrm_radeon not being built as reported by naddy. kettenis pointed out that while other architectures probably spill the argument onto the stack this is likely not the case on register window architectures like SPARC and suggested passing a pointer as an argument instead which avoids the ICE and allows the drm libraries requiring atomics to build on sparc64 again. ok kettenis@ matthieu@
2015-08-22regenJonathan Gray
2015-08-22Merge libdrm 2.4.64. This changes the build to using the upstreamJonathan Gray
auto* build system and installing/using a libdrm specific set of drm headers. Thanks to Emil Velikov for removing the GNU makeisms upstream.
2015-08-21Import libdrm 2.4.64Jonathan Gray
2015-07-15update to libdrm 2.4.62Jonathan Gray
2015-03-26update to libdrm 2.4.60Jonathan Gray
2015-02-07update to libdrm 2.4.59Jonathan Gray
2014-08-14update to libdrm 2.4.56Jonathan Gray
2014-07-19Mesa git no longer includes Intel AUB definitions,Jonathan Gray
instead it uses the libdrm definitions. Install the AUB header so this will work.
2014-05-13update to libdrm 2.4.54Jonathan Gray
ok matthieu@
2014-04-11update to libdrm 2.4.53Jonathan Gray
For us the only code change is some new radeon_drm.h defines as the xf86drmMode.c change is ifdef __FreeBSD__.
2014-03-15update to libdrm 2.4.52Jonathan Gray
ok matthieu@
2014-01-18Update libdrm to 2.4.51.Jonathan Gray
ok mpi@ kettenis@