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

[email protected] (Rob Clark)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
Tag 'libdrm-2.4.70' created by Rob Clark <[email protected]> at 2016-07-23 13:30 +0000

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

iQIcBAABAgAGBQJXk3FfAAoJEBkcm5BVIrBFaV0QAMQwhZQRhRX8rEHZbvvUEp1y
/ckinOPDUARqRrUWWfUjmVQRKgcJiM1F6D9NsKRD5eG4oIe6mXi0l1BX6zhYx34j
Kj3TNGf1hclv4+kmTE8YvRzaVnhQ7Mx/2gWHY/KJrwFo1w/gNaYYkZvvM1ZmkgYr
0b+huVY4j8NQ49XifmRVRUHd5eehei4pt424NgN7TnUW+8fU/0XPJaRGjD7IxwCJ
M4LbBqOJxPVtKyfdIhmCAnJNdGzlPjq9Klrcf27X81s7I7sFjVAt4bMZAYJaorJe
Dg5+lWaJCqwHsyUFIaepssVzTr1CHOWGRj1vDxy13uodtp0Gifq1MDAuo1TmMN21
3SYuOiALl6RqekyuLDRvzmhWIXxmKCZfEeK1E9Z4ZfVwn+L4lypO2KqTOavuEQ5y
BEV0A3X6gUoxkjqrOtGqnDQ3AqB3pFOc/teywz1cF4+Xnlrc/6Yxr7Xf9XJlfbP1
9Q33wOWuLYf6pJdaNOc76YTFt/LRJL1smsnrt8nLHPakMcYjVVu0t7IDPIsG460O
6WjaZ4yFnNV6aAlUvyI6zCRsG+iPUeoWGdYO0Nbe596aZLBLHaxu4QuwaH/Zaqny
MOKRtohQ8UwWwWwhdhKORcF9ZJE8IWofKEIMidDgZJSRzDOuDnxILC1k9cbsCE33
zf0VhteRhQCDoGxQcMol
=09mg
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.69:
Andreas Boll (6):
      radeon: Wire up radeon-symbol-check to make check
      automake: Don't include Android Makefiles in the release tarball
      virtgpu: Update kernel header
      automake: Include virtgpu_drm.h in the release tarball
      man: Fix typo
      radeon: Fix typo in stderr message

Emil Velikov (2):
      tests/drmdevice: print out the full 'bus' and 'dev' strings
      tests/drmdevice: be move verbose when using open()

Qiang Yu (2):
      drm: drmGetDevice return correct device on multi GPU setups
      drm: fix drmFreeDevices memory leak on multi GPU setups

Rob Clark (24):
      freedreno: rework internal ring->emit_reloc_ring()
      freedreno: add simpler ring-reloc
      freedreno: split out fd_bo_cache
      freedreno: refactor bo-cache API
      freedreno: move bo-cache to it's own file
      freedreno: sync uapi
      freedreno: add madvise support
      freedreno: fix potential fd leak in error path
      freedreno: expose kernel driver version
      freedreno: support either coarse or fine-grained bucket sizes
      freedreno: ocd
      freedreno: fix potential leak at free
      freedreno/msm: use private bo-cache for ringbuffer bo's
      freedreno/msm: drop return from get_cmd()
      freedreno/msm: split out cmd buffer tracking from ring
      list: add first/last entry macros
      freedreno/msm: split out dump_submit() helper
      freedreno: support growable cmdstream buffers
      freedreno/msm: use hashtable to track bo idx
      freedreno: move legacy kgsl related README
      freedreno: fix distcheck errors
      freedreno: fix android build break
      freedreno: fix warnings
      Bump version for release

---
 Makefile.am                      |    2 
 Makefile.sources                 |    3 
 configure.ac                     |    2 
 freedreno/Makefile.am            |    2 
 freedreno/Makefile.sources       |    1 
 freedreno/README                 |   16 -
 freedreno/freedreno-symbol-check |    4 
 freedreno/freedreno_bo.c         |  141 +------------
 freedreno/freedreno_bo_cache.c   |  222 +++++++++++++++++++++
 freedreno/freedreno_device.c     |   62 +----
 freedreno/freedreno_drmif.h      |   14 +
 freedreno/freedreno_priv.h       |   38 +++
 freedreno/freedreno_ringbuffer.c |   51 ++++
 freedreno/freedreno_ringbuffer.h |   16 -
 freedreno/kgsl/README            |   26 ++
 freedreno/kgsl/kgsl_bo.c         |    6 
 freedreno/kgsl/kgsl_ringbuffer.c |   13 -
 freedreno/msm/msm_bo.c           |   20 +
 freedreno/msm/msm_device.c       |    3 
 freedreno/msm/msm_drm.h          |  109 ++++++----
 freedreno/msm/msm_priv.h         |   17 -
 freedreno/msm/msm_ringbuffer.c   |  410 ++++++++++++++++++++++++++++-----------
 include/drm/virtgpu_drm.h        |  109 +++++-----
 intel/Makefile.am                |    1 
 libkms/Makefile.am               |    2 
 man/drm-kms.xml                  |    2 
 nouveau/Makefile.am              |    2 
 radeon/Makefile.am               |    3 
 radeon/radeon_cs_gem.c           |    2 
 tests/drmdevice.c                |   13 -
 tests/modetest/Makefile.am       |    2 
 util_double_list.h               |    6 
 xf86drm.c                        |   25 +-
 33 files changed, 895 insertions(+), 450 deletions(-)
---

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
--
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.