[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libdrm: Changes to 'refs/tags/libdrm-2.4.83-1'



Tag 'libdrm-2.4.83-1' created by Timo Aaltonen <tjaalton@debian.org> at 2017-10-03 08:15 +0000

Tagging upload of libdrm 2.4.83-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJZ00csAAoJEMtwMWWoiYTcLTkP+gL0DTdHVGI2ezS2jWY7S7d0
leEb5YAzvR63dz1HjEQ3ZWqWECHMXg75+zeQ6nycKYra5OckB7F7Ieu72GhRci93
43+oBwVpRShGn9TLzQGqiZQJD4qKuKrAL6y2+j/NQytFAYYGOL0R+Cc9rJLES1Zs
cAWkFs29csPp0CjHqnjtn9EVAoI8Agbz+NgbCxiz8xZ4zTLkI6TCJsrRSNBohMYw
d8RFO7sGBOFhwexO5TM5jnfReoZQ3KvMsla30aiOxb3CePzG3SQ1sWvg1vb944R2
2H+xE6Kp/8owMWJ4LEQspKHVMxC41u0oaEpPqrWKOPHXHrRZCBsFUyOLI8c80Fpv
cuEkU+Whq9oL3hrO9byTNc6AGc+PalOic+ScIp1TAEIdwPCc56pyRbndjEyKFEH+
pAxYB2wiFhw1MQCcsMBuE1xY2Iko4YfWLQgEkpg0Wzq6iZHTjtzQUnuF2kZwrECW
+iI+4FG8FZpaKvLhhhzAQRCRGD0T4gEVbvQZQ/gs56vEQz0JKtp/MHTu9ZkeDGCJ
2GxZLVT/LlAvrVuJDWaWCFD6OjEBG6cOMKmjOxAk01Yi+idp54bV/OQGh85lCQa2
kbI/eZG9t1XJt3vpL7CfQ8YWURxv5CACl2zgSEYwDdlBMe3krmH4hbtp4TM+4R2u
+ureLbK0aYwj77EpU3Cl
=pUhe
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.82-1:
Boyuan Zhang (1):
      tests/amdgpu: add uvd encode unit tests

Chih-Wei Huang (2):
      android: add rules to build amdgpu.ids
      android: amdgpu: fix build break

Daniel Stone (1):
      configure.ac: Bump version to 2.4.83

Emil Velikov (1):
      xf86drm: continue with next device if drmProcessUsbDevice fails

Eric Engestrom (4):
      radeon: add fallthrough annotation
      freedreno: remove dead error path
      freedreno/msm: remove dead error path
      freedreno: prevent deadlock in error path

Flora Cui (1):
      test/amdgpu: fix test failure for SI

Gurchetan Singh (1):
      xf86drm: continue after drmProcessPlatformDevice failure

Hawking Zhang (2):
      tests/amdgpu: bypass UVD CS tests on raven
      tests/amdgpu: bypass VCE tests on raven

Jan Vesely (2):
      amdgpu: Add FX-9800P Bristol Ridge iGPU id
      drmsltest: Check expected neighbours

Jason Ekstrand (1):
      drm: Pull new modifier uapi into drm_fourcc and drm_mode

Monk Liu (3):
      amdgpu: fix missing mutex unlock before return
      amdgpu: fix race issue between two bo functions(v2)
      amdgpu: merge and cleanup amdgpu_bo_free

Philipp Zabel (1):
      etnaviv: fix etna_bo_from_name

Timo Aaltonen (2):
      Merge branch 'upstream-unstable' into debian-unstable
      release to sid

---
 amdgpu/Android.mk              |    6 
 amdgpu/amdgpu_bo.c             |   58 ++--
 amdgpu/amdgpu_internal.h       |   24 -
 configure.ac                   |    2 
 data/Android.mk                |    9 
 data/amdgpu.ids                |    1 
 debian/changelog               |    6 
 etnaviv/etnaviv_bo.c           |    2 
 freedreno/freedreno_bo.c       |    1 
 freedreno/freedreno_pipe.c     |   10 
 freedreno/msm/msm_ringbuffer.c |    8 
 include/drm/drm_fourcc.h       |   31 ++
 include/drm/drm_mode.h         |   50 +++
 radeon/radeon_surface.c        |    1 
 tests/amdgpu/Makefile.am       |    1 
 tests/amdgpu/amdgpu_test.c     |    6 
 tests/amdgpu/amdgpu_test.h     |   15 +
 tests/amdgpu/basic_tests.c     |  270 ++++++++++++++-------
 tests/amdgpu/cs_tests.c        |   44 ++-
 tests/amdgpu/frame.h           |    2 
 tests/amdgpu/uvd_enc_tests.c   |  500 ++++++++++++++++++++++++++++++++++++++
 tests/amdgpu/uve_ib.h          |  527 +++++++++++++++++++++++++++++++++++++++++
 tests/amdgpu/vce_tests.c       |   44 ++-
 tests/drmsl.c                  |   28 +-
 xf86drm.c                      |    6 
 25 files changed, 1464 insertions(+), 188 deletions(-)
---


Reply to: