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

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



Tag 'libdrm-2.4.65-1' created by Timo Aaltonen <tjaalton@debian.org> at 2015-10-26 08:29 +0000

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

iQIcBAABAgAGBQJWLeRkAAoJEMtwMWWoiYTcqd0P/3/qUxzsCxRqB6xc+MR1gB4B
IoGOM7HvZl8qqLI46smDQv9+99Erwo8JhtsKhG6Q9YjL064ZjO7VI6ZU8XA0oVlD
cK1oH3/CoYQcnUX/YPaZkcHc21vJulZ2s3LZkkIgLhjWZnnkg7HKttigvhMkgvYj
rZ1JAPXs1z5CRrCE4fa5nSHLHUWV88nNm4iEUXUTr869j0VTA6M1z96o9mXaov6z
VS6hPIXYXZPAuv1YzAkdvdIxl92OI7/AdbIoxW6YFF2QHlfgxbvRwEWRVDC2WUxF
czdvkTgwAmO2KAKjOvrsqckbxiy77e2M+pQvZx9Nu8x0liGpahQ4zmv5101x8ZiI
rrziQxKhqVYaH63Tvl2SifXAdQu7XoC0XtPzRH+0lSPYbkEh4JL1Z55M/5cORuS3
IVBdTRslzbz0eRg7AouDWjLTv+ZQp8SbONLNiRrt97yjN1gnoC7ZIAYzL6qh9K5i
oAg+DFN5KcPCThXjlNUgKNBo42a+0NoOSUgq8t7+uYRo6dLfGYNSkC5E22GlXMVq
t6NU9uqhyo0Pe4J9/gZ+iCCppGLdW4sngUseUxKde4rd6SdUMWr5Y9Vdpl3MH9lq
i0a4cA2+Yzm4j3Uufh7/5tut/1RkC+2svJGFefBdK8MACSvv066IEsptj5/z680F
BfY+EO6gBqpcr2QjwR7O
=0zRU
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.64-1:
Alan Coopersmith (1):
      Include <alloca.h> when needed before calling alloca

Andreas Boll (8):
      Enable libdrm-amdgpu1 on kfreebsd-*.
      Fix Vcs-* fields.
      Add upstream url.
      Use https for Vcs-* fields
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelog.
      Update debian/upstream/signing-key.asc.
      Update symbols file and bump shlibs for libdrm2.

Christian König (2):
      amdgpu: remove sequence mutex
      amdgpu: serialize drmPrimeFDToHandle

Emil Velikov (20):
      drm: add interface to get drm devices on the system v3
      Move -lm link flag to LIBADD
      vbltest: fix variable shadowing warning
      modetest: fix shadowing warnings
      intel: resolve shadowing warnings
      intel: error out on has_error in exec2
      intel: introduce to_bo_gem() helper
      configure: enable -Wshadow when available
      amdgpu: remove unneeded -Wno-switch-enum flag
      modetest: annotate const data as such for good measure
      libkms: use static const for good measure
      radeon: cleanup bo/cs func tables
      freedreno: annotate the device/bo/pipe/ringbuffer funcs as const data
      tests/amdgpu: reference the correct variable for memcpy
      tests/amdgpu: annotate the uvd message templates as const data
      tests/amdgpu: annotate (most of) the vce templates as const data
      tests/amdgpu: ensure tests work by using c99 initializers
      nouveau: use designated initializers
      intel: ignore missing-field-initializers warnings
      configure: remove -Wno-missing-field-initializers

Hyungwon Hwang (2):
      xf86drmMode: remove the trailing white spaces
      modetest: remove the trailing white spaces

Jonathan Gray (1):
      amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()

Jérôme Glisse (1):
      drm: Add -lm to libdrm ldflags to fix build failure.

Mathias Tillman (1):
      drm: fix the usage after free

Mauro Rossi (2):
      amdgpu: add Makefile.sources
      amdgpu: add Android build support

Michel Dänzer (1):
      tests: Add -lm to LDADD for dristat

Rafał Sapała (1):
      intel: Serialize drmPrimeFDToHandle with struct_mutex

Rob Clark (4):
      freedreno: don't take ownership of the dmabuf fd on import
      drm: make individual drm_server_info fxns optional
      freedreno: add API to get drm fd from fd_device
      Bump version for release

Thierry Reding (1):
      omap: Initialize DMA BUF file descriptor to -1

Timo Aaltonen (1):
      release to unstable

Tvrtko Ursulin (1):
      libdrm: Add framebuffer modifiers uapi

Varad Gautam (5):
      freedreno: fix a bo cache segfault with imported bo's
      freedreno: fill bo->fd when importing
      freedreno: get bo size for imported dma-buf
      freedreno: use drmPrime wrappers to import/export prime bo's
      freedreno: serialize drmPrimeFDToHandle under table_lock

monk.liu (1):
      amdgpu: fix missing deinit on vamgr_32

---
 Makefile.am                      |    2 
 amdgpu/Android.mk                |   18 +
 amdgpu/Makefile.am               |   20 --
 amdgpu/Makefile.sources          |   14 +
 amdgpu/amdgpu_bo.c               |   11 -
 amdgpu/amdgpu_cs.c               |   13 -
 amdgpu/amdgpu_device.c           |    2 
 amdgpu/amdgpu_internal.h         |    3 
 configure.ac                     |    6 
 debian/changelog                 |   12 +
 debian/control                   |   11 -
 debian/libdrm2.symbols           |    2 
 debian/rules                     |    9 
 debian/upstream/signing-key.asc  |   76 ++++++++
 freedreno/freedreno-symbol-check |    1 
 freedreno/freedreno_bo.c         |   38 ++--
 freedreno/freedreno_device.c     |    5 
 freedreno/freedreno_drmif.h      |    1 
 freedreno/freedreno_priv.h       |    6 
 freedreno/freedreno_ringbuffer.h |    2 
 freedreno/kgsl/kgsl_bo.c         |    2 
 freedreno/kgsl/kgsl_device.c     |    2 
 freedreno/kgsl/kgsl_pipe.c       |    2 
 freedreno/kgsl/kgsl_ringbuffer.c |    2 
 freedreno/msm/msm_bo.c           |    2 
 freedreno/msm/msm_device.c       |    2 
 freedreno/msm/msm_pipe.c         |    2 
 freedreno/msm/msm_ringbuffer.c   |    2 
 include/drm/drm.h                |    1 
 include/drm/drm_fourcc.h         |   93 +++++++++
 include/drm/drm_mode.h           |   11 +
 intel/intel_bufmgr_fake.c        |    2 
 intel/intel_bufmgr_gem.c         |   31 +--
 intel/intel_decode.c             |   10 -
 libkms/linux.c                   |    2 
 nouveau/abi16.c                  |   13 +
 nouveau/nouveau.c                |    6 
 omap/omap_drm.c                  |    1 
 radeon/radeon_bo_gem.c           |   23 +-
 radeon/radeon_bo_int.h           |    2 
 radeon/radeon_cs_gem.c           |   20 +-
 radeon/radeon_cs_int.h           |    2 
 tests/Makefile.am                |    2 
 tests/amdgpu/amdgpu_test.c       |   32 ++-
 tests/amdgpu/basic_tests.c       |    3 
 tests/amdgpu/cs_tests.c          |    4 
 tests/amdgpu/uvd_messages.h      |   10 -
 tests/amdgpu/vce_ib.h            |   24 +-
 tests/modetest/cursor.c          |   10 -
 tests/modetest/modetest.c        |    7 
 tests/vbltest/vbltest.c          |    1 
 xf86drm.c                        |  368 ++++++++++++++++++++++++++++++++++++++-
 xf86drm.h                        |   34 +++
 xf86drmMode.c                    |    4 
 54 files changed, 814 insertions(+), 170 deletions(-)
---


Reply to: