Tag 'libdrm-2.4.82-1' created by Emilio Pozuelo Monfort <po...@debian.org> at 2017-07-28 20:45 +0000
Tagging upload of libdrm 2.4.82-1 to unstable. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAll7olIACgkQnUbEiOQ2 gwLVQhAAs9NH41BsgwZBBo4bKfW6wHPOzp04bJ+G0JQs5auVcjVoLvCR4P/zN9W/ L1BHuuEyKhrJA1TE2zfI9IeyvbSuWXmTFHbCDLU631QgrxZtH+WSoHPjus6mxD0m ryXJtTA0swAy9NRtVGdo5Gd7OKdnofT4du4iwQNCQ7sxo88kBGMG6Mod4844+kgv 5RoKLCpbVRPNhAHVQYt8cXFmm/7NyIdgsKOvBsLW+4YC6U43dKusv/0/5jC8/Iop uNb2yRSWlmtcrhZx2Crsu6t8EBgQ6zUfmwaqbufrx8eM6u4w8Dh2lSBz8Ryloo6r aRe6xFNeov8m70ayTYKiADRNGHJiXKjPoq1cquX1Gm0hS1tB6Fveel70cEEJj/AM Uu4yirVbFq1fluow/9ZG7ey9kQInTETQ8Rn/BOo5UtZH2FOb1QF6dGRK0opuWhRc 0Lp0f8UaKDlz8WO7U9R13vCglycxOGf8rW4KAuhvee06ZgChxSQUXrcUtszKG1VT bnH9KJkVReOKF87VlMMOegXspE322rK2aB6+k1LCs8vGkKkxI7JJ9We6kBAkx/6s 8mrt96hZYGGgq+SelajxHuhW7spBS0ZMtuey++XmiT31dkxphZbB4qrdk+UsO/H1 CXae0EnLSnrkp26HCLzVb7spNEPaEpOHAHWIFZWlX7oAm16wgy8= =gbOr -----END PGP SIGNATURE----- Changes since libdrm-2.4.81-2: Anusha Srivatsa (3): intel: PCI Ids for S SKU in CFL intel: PCI Ids for H SKU in CFL intel: PCI Ids for U SKU in CFL Ben Widawsky (1): intel/gen10: Add missed gen10 stuff Christian Gmeiner (1): etnaviv: submit full struct drm_etnaviv_gem_submit Dave Airlie (6): amdgpu: sync amdgpu_drm with kernel. drm: update drm.h to latest in drm-next. libdrm: add drm syncobj create/destroy/import/export drm/amdgpu: add syncobj create/destroy/import/export apis drm/amdgpu: add new low overhead command submission API. (v2) amdgpu: add new symbols to tests. Elliott Hughes (1): Android's major/minor/makedev live in <sys/sysmacros.h> Emilio Pozuelo Monfort (8): Merge branch 'upstream-unstable' into debian-unstable New upstream release Add key from Lucas Stach Add libdrm-common package Add new symbols Bump shlibs for the libraries with new symbols Bump Standards-Version to 4.0.0 Release to unstable Eric Anholt (1): headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI. Eric Engestrom (2): headers: sync drm_fourcc.h with airlied/drm-next headers: sync drm_sarea.h with airlied/drm-next Leo Liu (5): tests/amdgpu: rename uvd messages to decode messages tests/amdgpu: separate decode messages tests/amdgpu: move decode sum to common tests/amdgpu: add vcn tests support and sets tests/amdgpu: implement vcn dec unit tests Lucas Stach (1): configure.ac: bump version for release Michel Dänzer (2): tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am amdgpu: Add .editorconfig file for amdgpu coding style Paulo Zanoni (1): intel: add GEN10 to IS_9XX. Rob Herring (1): Android: fix missing trailing \ Rodrigo Vivi (3): intel: Add Cannonlake PCI IDs for U-skus. intel: Add Cannonlake PCI IDs for Y-skus. intel/intel_chipset: Move IS_9XX below IS_GEN10. Tom St Denis (1): tests/amdgpu: Fix device_id option Xiaojie Yuan (1): amdgpu: move asic id table to a separate file coypu (1): Remove redundant memclear --- Android.common.mk | 1 Makefile.am | 1 amdgpu/.editorconfig | 9 amdgpu/Makefile.am | 7 amdgpu/Makefile.sources | 2 amdgpu/amdgpu-symbol-check | 7 amdgpu/amdgpu.h | 85 +++- amdgpu/amdgpu_asic_id.c | 219 ++++++++++ amdgpu/amdgpu_asic_id.h | 165 ------- amdgpu/amdgpu_cs.c | 85 ++++ amdgpu/amdgpu_device.c | 28 - amdgpu/amdgpu_internal.h | 10 configure.ac | 6 data/Makefile.am | 23 + data/amdgpu.ids | 159 +++++++ debian/changelog | 11 debian/control | 18 debian/libdrm-amdgpu1.symbols | 7 debian/libdrm-common.install | 1 debian/libdrm2.symbols | 6 debian/rules | 4 debian/upstream/signing-key.asc | 45 ++ etnaviv/etnaviv_cmd_stream.c | 8 include/drm/amdgpu_drm.h | 54 ++ include/drm/drm.h | 26 + include/drm/drm_fourcc.h | 147 ++++++ include/drm/drm_sarea.h | 8 include/drm/vc4_drm.h | 22 - intel/intel_bufmgr_gem.c | 2 intel/intel_chipset.h | 65 ++- intel/intel_decode.c | 4 tests/amdgpu/Makefile.am | 5 tests/amdgpu/amdgpu_test.c | 24 - tests/amdgpu/amdgpu_test.h | 15 tests/amdgpu/cs_tests.c | 7 tests/amdgpu/decode_messages.h | 848 ++++++++++++++++++++++++++++++++++++++++ tests/amdgpu/uvd_messages.h | 813 -------------------------------------- tests/amdgpu/vcn_tests.c | 410 +++++++++++++++++++ xf86drm.c | 83 +++ xf86drm.h | 8 40 files changed, 2426 insertions(+), 1022 deletions(-) ---