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

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



Tag 'libdrm-2.4.73-1' created by Andreas Boll <andreas.boll.dev@gmail.com> at 2016-11-15 14:45 +0000

Tagging upload of libdrm 2.4.73-1 to unstable.
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJYKx+XAAoJEB7vU9OKOpxn1qkQAKFx4mP7hEX4hByMxUjNc6p9
ssHfDGL7/So7buncioQGIBbOB4CWD1JzDOVgthw7KE73sM8wVFLFDeFoXKTnEN53
/C0ejFzvYtcDf//nv4HvOXjVHdsk6JVOXA6JncfY/UeeiSIXYahB4EvwyQNsNWCd
+OsMrbAAs0h3SUf5xO8Z/AWs2KMiGO/Xp0fbqHyqfEDUrGsbVv4nyCmvmExCH9mO
fh7AvCisiNVYWJmLLpwxmkfjXFZB3AofVg67vs73PyutvszJKgjvBOy3oPGLeqwT
CMFFxWzE9/KX5Rs3c10EPQ7A3+k9tdVxA5b+ux3QP9w4SlGKjrF4oq6EzTqwQBCy
bJCbW93hAVIyzPpxrFCTpk25n/h/8mmW4pF5mnP4EEQTvjA4bsx/XTSar3Ri/C9v
6LMynww9jJG+cY5TqdhEhuyax2lKEHsdjAwXj/5MVTGMEuQnwhNJwZZfPTiKMeZT
lyV4hZa13ojxN3Fc0DrCrGgvmSHzZlicgl48DlP5VybP+PRhHH/qn1pnk10JDm2p
pgH/7xdwT1H+EZkLXfJzEFIuRg5sabPIKWtKII58i1MDfY10Y9YO0098Wih8erAn
vn3kzp8ulHEV7zEvE9A/e4RxbGJhg8ZYOCji/3XZPehwdCxFh9WTkoYZHi1kBsBs
BDs8cop6wmExvOHPbCyp
=PK2b
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.71-1:
Alex Deucher (1):
      amdgpu: check parameters in amdgpu_query_gpu_info

Andreas Boll (5):
      Update a bunch of URLs in packaging to https.
      Merge tag 'libdrm-2.4.73' into debian-unstable
      Bump changelog
      Bump libdrm2's, libdrm-amdgpu1's, libdrm-freedreno1's and libdrm-intel1's symbols and shlibs.
      Upload to unstable.

Chris Wilson (3):
      intel: Export raw GEM mmap interfaces
      intel: Migrate handle/name lookups from linear lists to hashtables
      intel: Look prime handle up in handle hash table

Emil Velikov (3):
      headers: Add README file
      xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo
      Bump version for release

Eric Anholt (1):
      Silence runtime complaints on platform devices

Junwei Zhang (1):
      amdgpu: add the function to get the marketing name (v4)

Matt Turner (4):
      intel: Add uthash.h to Makefile.sources.
      amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
      freedreno: Add fd_ringbuffer_flush2 to symbol check.
      Bump version for release

Michel Dänzer (3):
      headers: Sync drm{,_mode}.h with the kernel
      Add drmModePageFlipTarget
      intel: Add new symbols to intel-symbol-check

Neil Roberts (1):
      intel: Allow some codenames in INTEL_DEVID_OVERRIDE

Rob Clark (3):
      add libsync.h helper
      freedreno: sync uapi header
      freedreno: add fence fd support

Rob Herring (1):
      Return an -ENODEV from drmGetDevice() when no device was found.

---
 Makefile.am                      |    1 
 Makefile.sources                 |    1 
 amdgpu/Makefile.sources          |    1 
 amdgpu/amdgpu-symbol-check       |    1 
 amdgpu/amdgpu.h                  |   10 
 amdgpu/amdgpu_asic_id.h          |  165 +++++
 amdgpu/amdgpu_device.c           |   15 
 amdgpu/amdgpu_gpu_info.c         |    2 
 configure.ac                     |    2 
 debian/changelog                 |    9 
 debian/control                   |    2 
 debian/copyright                 |    2 
 debian/libdrm-amdgpu1.symbols    |    1 
 debian/libdrm-freedreno1.symbols |    1 
 debian/libdrm-intel1.symbols     |    3 
 debian/libdrm2.symbols           |    1 
 debian/rules                     |    8 
 freedreno/freedreno-symbol-check |    1 
 freedreno/freedreno_drmif.h      |    1 
 freedreno/freedreno_priv.h       |    3 
 freedreno/freedreno_ringbuffer.c |   11 
 freedreno/freedreno_ringbuffer.h |    5 
 freedreno/kgsl/kgsl_ringbuffer.c |    6 
 freedreno/msm/msm_drm.h          |   22 
 freedreno/msm/msm_ringbuffer.c   |   18 
 include/drm/README               |  157 +++++
 include/drm/drm.h                |   17 
 include/drm/drm_mode.h           |   49 +
 intel/Makefile.sources           |    3 
 intel/intel-symbol-check         |    3 
 intel/intel_bufmgr.h             |    4 
 intel/intel_bufmgr_gem.c         |  392 ++++++++++----
 intel/uthash.h                   | 1074 +++++++++++++++++++++++++++++++++++++++
 libsync.h                        |  148 +++++
 xf86drm.c                        |    8 
 xf86drmMode.c                    |   16 
 xf86drmMode.h                    |    3 
 37 files changed, 2041 insertions(+), 125 deletions(-)
---


Reply to: