libdrm: Changes to 'refs/tags/libdrm-2.4.84-1'
Tag 'libdrm-2.4.84-1' created by Timo Aaltonen <tjaalton@debian.org> at 2017-10-13 06:04 +0000
Tagging upload of libdrm 2.4.84-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJZ4FdwAAoJEMtwMWWoiYTcygYP/2QeY0830dJ7pGOM57OpkBEu
Vvn9OTBc9GD76AbLtZ6RuuJZ9JQu5ZkvhdQW0stter66rfSXR0BOUYgiSvmzI7Bv
f0whkPMK7PhYCKUTK0IEPm+TPOOeZKQ7f5jAga4sjCZvCT/foQ8CufMjin7C6t75
XTBefBZL7/schfHuYqSrH4pFRhuvjxYF/LFLlTLErKYkodjHeuorj01iU4zlK/a1
DSKqOqazEHG9pTC0/nez7wsOJnSzjjG9s/W4hCTh7cj6jfOtvlpgMuAJIGjHWCmt
6+mx2k9ruUdjbt+PApfE23cUPeqL/WDR7UYba7MXSs7A2A+/xNTcP04WlorzUEQs
SaR6hT5BoPzeP4bu0SQRuyAfLHpfENJPgvyneIx/njYU5UI4K8WZZEYAIemImDyI
5V2DRT47n8Mnu7IWOHqiG+aZ7lH8ZknP940NoazuA6oEGNuhFvnBDBtJ1h/vmHU0
3dVW1osY7zKihaWl6XsKmDdWPKXi1O+CBZQPhxo6iy3nFuLLjEF0tYRsteGZko21
3fToFR9kbHXEyjOtcdVUQ+vliQwSHOI1fYvu9X6gD7VYCuQ5dMTIhs0PvOl9RSUz
tnd4RXpOnAXUpegq4J+Etf/dmr9FCX5HTMaR4uRZ7mEgrHAX7QaHvQ0wKHvL60+S
bfqPCRXVO1Xl4xJqaadg
=P/s4
-----END PGP SIGNATURE-----
Changes since libdrm-2.4.83-1:
Alex Deucher (1):
tests/amdgpu: add missing header to SOURCES
Andrey Grodzovsky (1):
amdgpu: Add deadlock detection test suit.
Anuj Phogat (1):
intel: Change a KBL pci id to GT2 from GT1.5
Christian König (1):
amdgpu: make userptr unit test more interesting
Dave Airlie (1):
headers: sync syncobj ioctl defines.
Eric Engestrom (1):
freedreno/kgsl: fix pointer-to-int cast
James Zhu (2):
tests/amdgpu: add new uvd enc support check
tests/amdgpu: fix uvd enc data corruption issue
Jan Vesely (1):
amdgpu: Do not write beyond allocated memory when parsing ids
Marek Olšák (7):
amdgpu: print error messages when amdgpu_device_initialize is failing
include: sync drm.h and amdgpu_drm.h with airlied/drm-next
amdgpu: add sync_file import and export functions
drm: add drmSyncobjWait wrapper
amdgpu: add amdgpu_cs_syncobj_wait
amdgpu: add amdgpu_cs_fence_to_handle
configure.ac: bump version to 2.4.84
Philipp Zabel (1):
etnaviv: prevent deadlock in error path
Rob Herring (2):
Android: move libraries to /vendor
headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1
Timo Aaltonen (3):
Merge branch 'upstream-unstable' into debian-unstable
update the changelog
release to unstable
---
Android.common.mk | 2
amdgpu/Android.mk | 2
amdgpu/amdgpu-symbol-check | 4
amdgpu/amdgpu.h | 64 ++++++++++
amdgpu/amdgpu_asic_id.c | 15 +-
amdgpu/amdgpu_cs.c | 54 ++++++++
amdgpu/amdgpu_device.c | 19 ++-
configure.ac | 2
data/Android.mk | 3
debian/changelog | 6
etnaviv/etnaviv_bo.c | 5
freedreno/kgsl/kgsl_ringbuffer.c | 2
include/drm/amdgpu_drm.h | 21 +++
include/drm/drm.h | 22 +++
include/drm/drm_mode.h | 47 +++++++
intel/intel_chipset.h | 4
tests/amdgpu/Makefile.am | 7 -
tests/amdgpu/amdgpu_test.c | 6
tests/amdgpu/amdgpu_test.h | 15 ++
tests/amdgpu/basic_tests.c | 8 +
tests/amdgpu/deadlock_tests.c | 245 +++++++++++++++++++++++++++++++++++++++
tests/amdgpu/uvd_enc_tests.c | 31 +++-
tests/amdgpu/uve_ib.h | 4
xf86drm.c | 22 +++
xf86drm.h | 3
25 files changed, 586 insertions(+), 27 deletions(-)
---
Reply to: