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

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



Tag 'libdrm-2.4.67-1' created by Timo Aaltonen <tjaalton@debian.org> at 2016-02-16 10:14 +0000

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

iQIcBAABAgAGBQJWwvaLAAoJEMtwMWWoiYTcttUP+wdR6Y9fLXqnKx3Cmq/tyAc6
92exqd1cYRZ5Lp9UADzOxFDvBtswk3L/ECUS217wH/1ci7yx9tPrIMBHCvODXyzJ
DI1KMgr25PERdQZbD2X0SYlKF2Co/38VB2EiXT0QiDhM68qzImnEcJTa4gsW3Iqf
sSEbWsB57Hcw+9L3dSxNk5xqiVqISl0W5V+ReP74SnBZax9jtkzVCkG3yDukq7O0
Z68oA9CCUCFh3mXqPhSaB11c6zW4tUyYhGQZQuJ63fvoKzwQxy9Vn/Eq+kc+RCK0
6zWTbiUwjFuc2b6neRuFATRxYJ3TO92gL5auP9Uj5WXLIqZoJwM+DSpLp5JHGH39
YRaM8IWuwbTP7tNt33G1qpgEDZl9VCOxLXRJXMSZiAS/3Wm8fsel2hC7+9MgfMdw
Iy3q1D4J4mmy/5g/5edV7omXoaUgaytgUqEs56oaldJY+6C11Uz5m4IIpL/SYJfR
AO61DaVrNhSlpyZNUohjV5NUkoPF4leNSk8HZEOG9f3AW38cMSYi8cFxT32TD+Yu
ZUO1Dvdms888HKN6patKTfKnxcagwopjdHjmFeWyEHj9cp1727PFtb4wxWCjxB1v
uuylBB4uGNAKqX+oi1YciMVIfli0YZvWzPNnppq0PO6i4G73zVpbmC7alZev7rq/
JGwieH2XJVnASTX8aR2v
=3PGZ
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.66-2:
Alex Deucher (7):
      tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)
      tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic
      tests/amdgpu: add a test for cp write data
      tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic
      tests/amdgpu: add a test for cp dma fill
      tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic
      tests/amdgpu: add a test for cp dma copy

Chunming Zhou (2):
      amdgpu: validate user memory for userptr
      tests/amdgpu: add semaphore test

Damien Lespiau (1):
      xf86drm: Bound strstr() to the allocated data

Emil Velikov (4):
      tests/kmstest: inverse the order of LDADD libraries
      amdgpu: add libdrm as private requirement/dependency
      radeon: add libdrm to Requires.private
      libkms: add libdrm to Requires.private

Eric Anholt (3):
      vc4: Add the DRM header file.
      util: Add support for vc4.
      vc4: Add headers and .pc files for VC4 userspace development.

Junwei Zhang (1):
      amdgpu: list each entry safely for sw semaphore when submit ib

Ken Wang (1):
      amdgpu: fix for submition with no ibs

Khem Raj (1):
      tests: Include sys/select.h

Kylie McClain (1):
      tests: Include poll.h rather than sys/poll.h

Marcin Ślusarz (1):
      configure.ac: don't detect disabled options dependencies

Marek Olšák (2):
      configure.ac: disable annoying warning -Wmissing-field-initializers
      amdgpu: add semaphore support

Michel Dänzer (2):
      amdgpu: Add new symbols to amdgpu-symbols-check
      radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl

Rob Clark (4):
      freedreno: update uapi
      freedreno: small refactor for get_param
      freedreno: add support for FD_MAX_FREQ
      Bump version for release

Rodrigo Vivi (1):
      intel/kbl: Add Kabylake PCI ids

Stefan Agner (2):
      kmstest: Use util_open()
      tests: add fsl-dcu-drm to modules

Sumit Semwal (1):
      android: enable building static version of libdrm

Thierry Reding (1):
      tests: util: Fixup util_open() parameter order

Timo Aaltonen (4):
      Merge branch 'upstream-unstable' into debian-unstable
      refresh patch, update changelog
      libdrm-amdgpu1.symbols: Updated.
      release to unstable

Ville Syrjälä (1):
      Fix memory leak with drmModeGetConnectorCurrent()

monk.liu (1):
      amdgpu: drop address patching logics

---
 Android.mk                           |   19 +
 Makefile.am                          |    6 
 Makefile.sources                     |    1 
 amdgpu/amdgpu-symbol-check           |    4 
 amdgpu/amdgpu.h                      |   65 +++++
 amdgpu/amdgpu_bo.c                   |   14 -
 amdgpu/amdgpu_cs.c                   |  181 ++++++++++++++-
 amdgpu/amdgpu_internal.h             |   16 +
 amdgpu/libdrm_amdgpu.pc.in           |    1 
 configure.ac                         |   62 +++--
 debian/changelog                     |    8 
 debian/libdrm-amdgpu1.symbols        |    4 
 debian/patches/01_default_perms.diff |   10 
 freedreno/freedreno_drmif.h          |    1 
 freedreno/kgsl/kgsl_pipe.c           |    3 
 freedreno/msm/msm_drm.h              |    1 
 freedreno/msm/msm_pipe.c             |   45 ++-
 include/drm/vc4_drm.h                |  279 +++++++++++++++++++++++
 intel/intel_chipset.h                |   57 ++++
 intel/intel_decode.c                 |    2 
 libkms/libkms.pc.in                  |    1 
 radeon/libdrm_radeon.pc.in           |    1 
 radeon/radeon_bo_gem.c               |    2 
 tests/amdgpu/basic_tests.c           |  417 +++++++++++++++++++++++++++++++----
 tests/kms/kms-steal-crtc.c           |    3 
 tests/kms/kms-universal-planes.c     |    3 
 tests/kmstest/Makefile.am            |    6 
 tests/kmstest/main.c                 |   45 ++-
 tests/modetest/modetest.c            |    7 
 tests/proptest/proptest.c            |    2 
 tests/util/kms.c                     |    2 
 tests/vbltest/vbltest.c              |    7 
 vc4/Makefile.am                      |   34 ++
 vc4/Makefile.sources                 |    3 
 vc4/libdrm_vc4.pc.in                 |    9 
 vc4/vc4_packet.h                     |  397 +++++++++++++++++++++++++++++++++
 vc4/vc4_qpu_defines.h                |  274 ++++++++++++++++++++++
 xf86drm.c                            |    3 
 xf86drmMode.c                        |   11 
 39 files changed, 1876 insertions(+), 130 deletions(-)
---


Reply to: