drm: Changes to 'refs/tags/libdrm-2.4.75'
[email protected] (Dave Airlie)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag 'libdrm-2.4.75' created by Dave Airlie <[email protected]> at 2017-01-28 02:02 +0000 libdrm-2.4.75 -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJYi/vTAAoJEAx081l5xIa+QBwP/1lYqivQDvRe3Wt3SlMFTMDe tFtSAzzoW0h+8Sb9GeHYgzcgahj0sZblHrfJ3TZKohRAECRnXq2kwfNqpLNb39Bo 0ZEVpeVbQLaM01t+qT9IXgGXrPKii+mQlBvlCiN7xfYizCbZR9mgd2Ab7+FxpCXv +3tMXhZsaTapo1xmZUapuNYCItsMBU3p1t3g/1ZsYRKc9GczGkPvg+grRt3qwEqi XGwUxOW57OgWpH79idC7Lvb6gHbB8l1w/r/yxw73/v7oQclC3hReaAU4kup45br2 NxPyV/F3jiIIk9hhzhV+eAT2B0+tJh85n8C1ukXxUuEQZmjdOcexs9I4UUDJwZtZ TDrAeHBmcRx95Zaf3yDAZj15sY6LgUqjGrJ0ha9cF75iE2KiI5oJXV98dyWrf9xE ijx5kU6aBULEpXX+lafBwnLC9V7IEe9jA8h5vOav2KlRb6LwsgLzzjQ9qsLPI+9A Zr1Uojdw7eKFNV4EwSh80QAjN5qsT365L21Vgo24eSt0C+9HoY59O9VO6nCgbtLS 0Edc9P8Ee99IESIUk7ZsfHSpe+h4BY4Os7BUx5NBy3HBhWU70gjiwUo0om0DcVtn waBJS4q16ZdXmWli9vc1iarkDe+idnMP+b8jJ5nY+H3oqjol/RBwZoSFLIOAwYjG R6YXvTzFvCic6PnWg5XV =jUh5 -----END PGP SIGNATURE----- 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 (2): Bump version for 2.4.75 release 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 Dave Airlie (2): Revert "Bump version for 2.4.75 release" intel: fix make distcheck 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-symbol-check | 4 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 52 files changed, 1726 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