drm: Changes to 'refs/tags/libdrm-2.4.75'
[email protected] (Chad Versace)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag 'libdrm-2.4.75' created by Chad Versace <[email protected]> at 2017-01-27 21:16 +0000 Release libdrm-2.4.75 Changes since libdrm-2.4.74: Alex Xie (4): amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test amdgpu: verify the tested device amdgpu: A new option to choose which device to run most tests amdgpu: A new option to run tests on render node Chad Versace (1): Bump version for 2.4.75 release Chris Wilson (5): Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9 intel: Allow the client to control implicit synchronisation intel: Support passing of explicit fencing from execbuf intel: Clear execobject flags before preserving object in reuse cache intel: Export a function to re-enable implicit synchronisation Dongwon Kim (1): intel: update global_name before HASH_ADD Emil Velikov (16): xf86drm: use maj/min in drmParsePciDeviceInfo() xf86drm: add plumbing to not retrieve PCI device revision xf86drm: parse the separate sysfs files for vendor... info xf86drm: introduce drmGetDevice[s]2 tests/drmdevice: use drmGetDevice[s]2 tests: remove useless legacy tests kms: remove commented out libudev code configure: remove libudev checks tests: automake: reorder makefile contents autogen.sh: set format.subjectPrefix and sendemail.to if needed android: remove LOCAL_MODULE_TAGS := optional tag android: introduce Android.common.mk to reduce boilerplate android: add HAVE_VISIBILITY to Android.common.mk android: add note about command line defines and config.h android: silence ~550 warnings tests/nouveau: automake: fold C and CPP flags Fabio Estevam (1): README: Fix grammar Grazvydas Ignotas (1): xf86drm: fix sign-compare warning Jonathan Gray (8): xf86drm: implement drmGetMinorNameForFD for non-sysfs xf86drm: implement drmParseSubsystemType for OpenBSD xf86drm: implement drmParsePciDeviceInfo for OpenBSD xf86drm: implement drmParsePciBusInfo for OpenBSD xf86drm: implement an OpenBSD specific drmGetDevice2 xf86drm: adjust device node path for minor base xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 xf86drm: don't fatal on per device error in drmGetDevice[s]2 Neil Armstrong (1): tests/util: Add support for meson module Seung-Woo Kim (1): libkms/exynos: fix memory leak in error path Taro Yamada (1): xf86drm: fix null termination of string buffer Thierry Reding (10): xf86drm: Fix indentation Add .editorconfig xf86drmMode.h: Use consistent padding xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectors xf86drm: Fix type-punned pointer build warning xf86drm: Factor out drmDeviceAlloc() xf86drm: Add USB support xf86drm: Add platform and host1x bus support tests/drmdevice: Add USB, platform and host1x support xf86drm: Reuse sysfs_uevent_get() Tomasz Figa (1): tests: Use -pthread in CFLAGS instead of -lpthread Ville Syrjälä (1): modetest: Allow the user to specify the plane ID --- .editorconfig | 19 Android.common.mk | 12 Android.mk | 17 README | 6 amdgpu/Android.mk | 8 autogen.sh | 6 configure.ac | 11 etnaviv/Android.mk | 8 freedreno/Android.mk | 8 include/drm/i915_drm.h | 276 ++++++++++++ intel/Android.mk | 8 intel/intel_bufmgr.h | 11 intel/intel_bufmgr_gem.c | 106 ++++ libkms/Android.mk | 6 libkms/Makefile.am | 4 libkms/exynos.c | 3 libkms/linux.c | 94 ---- nouveau/Android.mk | 8 radeon/Android.mk | 8 tests/Makefile.am | 46 -- tests/amdgpu/amdgpu_test.c | 259 ++++++++++-- tests/amdgpu/amdgpu_test.h | 3 tests/amdgpu/basic_tests.c | 7 tests/amdgpu/bo_tests.c | 13 tests/amdgpu/cs_tests.c | 8 tests/amdgpu/vce_tests.c | 8 tests/auth.c | 138 ------ tests/dristat.c | 285 ------------- tests/drmdevice.c | 60 ++ tests/drmtest.c | 135 ------ tests/drmtest.h | 40 - tests/exynos/Makefile.am | 4 tests/getclient.c | 61 -- tests/getstats.c | 50 -- tests/getversion.c | 49 -- tests/lock.c | 264 ------------ tests/modetest/Android.mk | 3 tests/modetest/Makefile.am | 4 tests/modetest/modetest.c | 28 + tests/name_from_fd.c | 58 -- tests/nouveau/Makefile.am | 8 tests/openclose.c | 37 - tests/proptest/Android.mk | 3 tests/setversion.c | 91 ---- tests/updatedraw.c | 154 ------- tests/util/Android.mk | 7 tests/util/kms.c | 1 xf86drm.c | 962 ++++++++++++++++++++++++++++++++++++++++----- xf86drm.h | 45 ++ xf86drmMode.c | 2 xf86drmMode.h | 19 51 files changed, 1722 insertions(+), 1749 deletions(-) --- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot -- _______________________________________________ Dri-patches mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-patches