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

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



Tag 'libdrm-2.4.76-1' created by Andreas Boll <andreas.boll.dev@gmail.com> at 2017-03-30 08:43 +0000

Tagging upload of libdrm 2.4.76-1 to experimental.
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJY3MUnAAoJEB7vU9OKOpxnGdwP/022D9Us5Q4/PMGqPqXOVT86
Ai3IZ1kh2seBmtpY0GMMy5DoTZNKS3Pb0goMr5f5LwX62MvO3AoPZ4tVenQN2KO4
ayjxai+DGhRj8RfGmhzeBHN1hZ5M5s9r1eUI+WJnLicxT//UjCp9ZI7gb8OfTpGL
SEDD51YKm1N3PgtgK1v42lgsQIgo1ooEMyIvS9QjkwzF5ZsrwBN0uSeqCkCJiBqS
cMQdOJu0zy5kSX0IFgnN/TgNHsk8h2F0FSLdt6CxVaY6a5GXyJvL8n7NVNju6tWP
Xb9I/m3rpIcVLmIp+djo0+FLPlYzD+lMbbgDBIAZl9PvGvRuza7D/RPSBEdsp6sF
XVMsbyNS4D2hP8J0uKgCsT6uljKbYXF34ax+/Qdm/VvQtYej+FZZrdOvHYy+zd2x
TzM3t6/VFCkGpzXJsaY7SfR3s1vCJTg8L0zfDSmS5S7lbDHsTX36FYT+dS+ZlYv8
QDEOCis5tIxk+ijdFAcjSRDTN/EJBZ/OQ9amX9r4P5JWoHv4ohUG61NW+ye5QBFx
KZcX1kQa7AB57xk3YsyjZ+oOvt2Ud4HfG7+UKZKqp8lDKuDYuobQ8mhV5gfwbIoc
mKgF/z32Xu5WYS4H9qD9unHGxLx1OSvsjvYdlVALr3xZl9xPxug0w9o1M1wbi4tU
dmAltZ8H47Xotylljc+B
=wtP4
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.75-2:
Adam Jackson (1):
      configure: Explicitly check for pkg-config at the top level

Alex Xie (3):
      amdgpu: Free/uninit vamgr_32 in theoretically correct order
      amdgpu: vamgr_32 can be a struct instead of a pointer
      amdgpu: vamgr can be a struct instead of a pointer

Andreas Boll (4):
      Merge tag 'libdrm-2.4.76' into debian-experimental
      Bump changelog
      Update extend-diff-ignore.
      Upload to experimental.

Chris Wilson (3):
      intel: Move is_softpin to obj->kflags
      intel: Move 48b support to bo_gem->kflags
      intel: Add handle to hashtable before freeing along an error path

Christian König (1):
      amdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10

Emil Velikov (2):
      Remove unused tests/drmstat.c
      headers: add explicit note against local changes in the README

Eric Engestrom (2):
      autogen.sh: don't print old git-config values
      autogen.sh: run git commands in the (potentially) git dir

Huang Rui (2):
      amdgpu: don't read registers not present on Vega10
      tests/amdgpu: fix the count number for vega10

Junwei Zhang (1):
      tests/amdgpu: add Polaris12 support for cs test

Leo Liu (3):
      tests/amdgpu: add uvd unit test support for vega10
      tests/amdgpu: add vce unit test support for vega10
      amdgpu_drm: add AMDGPU_HW_IP_UVD_ENC

Marek Olšák (3):
      amdgpu: sync amdgpu_drm.h with kernel 4.11-rc2
      amdgpu: update amdgpu_drm.h for Vega10
      configure.ac: bump version for release

Rob Clark (3):
      freedreno: fix potential use-after-free on a5xx+
      freedreno: valgrind support
      freedreno: fix device close issues

Thomas Hindoe Paaboel Andersen (1):
      intel: avoid null pointer dereference

---
 amdgpu/amdgpu_device.c         |   24 --
 amdgpu/amdgpu_gpu_info.c       |   72 +++----
 amdgpu/amdgpu_internal.h       |    4 
 amdgpu/amdgpu_vamgr.c          |    6 
 autogen.sh                     |   10 
 configure.ac                   |    3 
 debian/changelog               |    7 
 debian/source/local-options    |    3 
 freedreno/Makefile.am          |    1 
 freedreno/freedreno_bo.c       |   12 +
 freedreno/freedreno_bo_cache.c |    4 
 freedreno/freedreno_device.c   |    3 
 freedreno/freedreno_priv.h     |   56 +++++
 freedreno/kgsl/kgsl_device.c   |    2 
 freedreno/msm/msm_device.c     |    2 
 freedreno/msm/msm_ringbuffer.c |    7 
 include/drm/README             |    2 
 include/drm/amdgpu_drm.h       |  409 +++++++++++++++++++++++++---------------
 intel/intel_bufmgr_gem.c       |   50 +---
 intel/intel_decode.c           |    3 
 tests/amdgpu/basic_tests.c     |   27 ++
 tests/amdgpu/cs_tests.c        |   41 ++--
 tests/amdgpu/vce_tests.c       |   54 ++++-
 tests/drmstat.c                |  419 -----------------------------------------
 24 files changed, 521 insertions(+), 700 deletions(-)
---


Reply to: