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

[email protected] (Daniel Stone) Thu, 24 Aug 2017 11:44:42 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
Tag 'libdrm-2.4.83' created by Daniel Stone <[email protected]> at 2017-08-24 11:36 +0000

libdrm 2.4.83

Changes since libdrm-2.4.82:
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

---
 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 
 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 
 24 files changed, 1458 insertions(+), 188 deletions(-)
---

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--