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

[email protected] (Rob Clark)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
Tag 'libdrm-2.4.65' created by Rob Clark <[email protected]> at 2015-09-16 14:06 -0700

libdrm-2.4.65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJV+WlXAAoJEBkcm5BVIrBFJwUP/1nREOHq4jLP3IlPJIXH2eSM
0HNmVjWniisurEi7UBg9vBsuWbCJ88YkcbvnoZ45kGk2KqInzT0h/vpkxWYLYM//
YnNECNFzRhSn8WuGMEl25DI7FBgrOQT5mz9V63InuLTmVybf1pb98U/5BSmLAZPu
SdhhijJVtISLwFM5v6uMnM7SFAnMPGt7RickLvxYmRJzZN++EfC3WJSPO3LukaiI
8/S1jFTtHWTwwYM7sTAlrw2jpghnloIPTiLHlfqcV6J1Nhi5k+JsjcXFILwtqeXP
akt7Zbz1mxDSutOjN7OP3N7zM9f/15wUVNkFFJ76FVune+ur4IZ1jddkhsicqDxD
ZLFDYGlN7Wq/x0h2SVMURFPlbb2OfIX5ICSIrolXSgrQ5o2YuMIc/QBjPkewzVUP
enuSTuU9pVXkvZaIXE0ULKzKVjMedSOAR0JX3uYkk+8tNc2NKc+yudWvODdbt7U/
hoIlEpQD+S4GNdRZoC5dAFckKHYAt/4gO6KWsOKWvh6scNK5w25UNz8jT5G26AKc
Y5fX9CIz7q5mjRq/+lHOwjPejFMwsC9s9nOrmOaxGa3G+se+/X7C+wxF5oOkantC
AY4oAECCq/vaITjf/i0mlGvia6yhQbOPR+h+MPkIvPhfBLR0LeDhW0yVaxNRkbUr
XxFhVQ0QNFY/iA0CNqdd
=twaL
-----END PGP SIGNATURE-----

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

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

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 
 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 
 49 files changed, 714 insertions(+), 160 deletions(-)
---

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140

--
_______________________________________________
Dri-patches mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.