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

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



Tag 'libdrm-2.4.62-1' created by Julien Cristau <jcristau@debian.org> at 2015-07-02 19:19 +0000

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

iQIcBAABCAAGBQJVlY6lAAoJEDEBgAUJBeQMduYP/ReB1zHqI+nP4cUJno6w/mvX
InQ1MKEdY65p4aOsS7PuNONkuLXhbAnIonpFtmHF1CR/XN5HbuFqdj+WVhmq/JC4
5PH6WyfQikhhOOOW1mNYG9sU48TUy5X3ijwY2EDnzAecFEDX2JwRYaBEfpZ/2ZO7
dzf6ALRx2SsCURp3DfHUkcLqnU7H1Ahu6hRwZtXmIeuTtzu3b+E85+mmdvCrgT0B
pYseJsIkfJTOWCe4bWlqKrjJbh7AwT5CFveK7ZeCL7fQu0dEgDWcgmCZRsWecJrh
aNmcVWhVhF//DQmq9nad0FuvF/S8OxAqx/VSM97VlCk48nlMlHBffo6OCk+/UbdQ
wNxK7DgUQHZXXOaUSUxRdbwJqVq3etaYJZYX73cE9z5e2vc5qEtMn0y1gCtx3QJW
5W5OFPMxf1NE2ywOuJNa8W36cb7WpsLrqIYwIYKg9WdwoHc5A2r3VaWBOw4XVl2H
J1ea7RcJm2MwC3i7rFdoB38tIJ4WVH1JZRQ7yrTPo+WHO3EeZbqCkjHdfoP3PRqL
LYtDFjhVaWe1GGmT4D87uz/M2rDHNcc5am0XdZ4nxZXgqlO1reUrz9R264nSNp5v
/nxF9RVqd3orKoWpS21QYJ5m5PsklbA2tjNDIm3M6tR1HTULNvWy/kjI2BOh1ang
9ofO0xS7T8W4tCfNsEaL
=HnEU
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.60-3:
Alex Deucher (1):
      radeon: add new bonaire pci id

Alexandre Courbot (1):
      nouveau: add coherent BO attribute

Ben Skeggs (2):
      nouveau: restore check that avoids multiple user bos per kernel bo
      configure.ac: bump version to 2.4.61 for release

Boris BREZILLON (2):
      modetest: add atmel-hlcdc driver support
      tests/kmstest: support atmel-hlcdc

Chih-Wei Huang (3):
      android: simplify the including rule of subdirs
      android: get rid of LIBDRM_TOP
      android: remove unnecessary TARGET_OUT_HEADERS variable

Chris Wilson (2):
      mode: Retrieve only the current information for a Connector
      intel: Delay testing for userptr until first use

Connor Behan (1):
      xf86drm: Fix ioctl struct clearing in drmAgpEnable

Damien Lespiau (4):
      RELEASING: Fix releasing instructions to match the latest release.sh
      RELEASING: Fix the step numbering
      RELEASING: Fix annouce typo
      intel: Add the Broxton PCI IDs

Daniel Kurtz (3):
      proptest: install it with --enable-install-test-programs
      tests: add rockchip to modetest, kmstest, vbltest and proptest
      xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic

Daniel Stone (1):
      Add blob property create/destroy ioctl wrappers

Emil Velikov (47):
      android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
      android: simplify LOCAL_C_INCLUDES
      android: remove ${srcdir} from the includes
      android: remove LOCAL_COPY_HEADERS* variables
      android: add the missing tag "optional" to libkms
      autotools: remove ${srcdir} from the includes
      android: remove explicit include to libpciaccess
      tests/hash: extract test out of xf86drmHash.c
      tests/hash: misc compilation fixes
      tests/hash: style fixes
      tests/hash: return non-zero on failure
      tests/random: extract test out of xf86drmRandom.c
      tests/random: return non-zero on test failure
      drm: replace HASH_DEBUG with DEBUG
      drm: use correct printf modifiers
      configure.ac: split -fvisibility and __attribute__((visibility)) checks
      radeon: move bof.[ch] out of libdrm_radeon
      radeon: add symbols test
      freedreno: annotate the private symbols
      freedreno: add symbols test
      intel: remove the drm_mm* symbol workarounds
      intel: remove unused mmFindBlock
      intel: annotate the private symbols
      intel: add symbols test
      nouveau: annotate the private symbols
      nouveau: add symbols test
      libkms: annotate private symbols
      libkms: add symbols test
      exynos: add symbols test
      omap: add symbols test
      tegra: add symbols test
      drm: rename libdrm{,_macros}.h
      drm: remove no longer needed VISIBILITY_CFLAGS
      drm: remove drm_public macro
      configure: request/set the compiler in C99 mode
      drm: use c99 __func__ over __FUNCTION__
      man: rework the Makefile.am
      android: set the HAVE_VISIBILITY define
      freedreno: link against CLOCK_LIB
      modetest: explicitly zero the newly allocated memory
      modetest: replace malloc + memset with calloc
      xf86drm: simplify drmMalloc/drmFree
      Revert "Add device enumeration interface (v4)"
      xf86drmMode: remove unused valgrind(VG) macros
      xf86drmMode: include config.h before anything else
      configure.ac: bump version to 2.4.62 for release
      configure: default --enable-valgrind to auto

Greg Hackmann (1):
      Add missing <strings.h> includes

Guillaume Desmottes (1):
      drmPrime*: initialize output args to 0

Ilia Mirkin (1):
      nouveau: add asserts to make sure krefs are there

Jammy Zhou (1):
      Fix one warning (v2)

Jan Vesely (5):
      Fix unused function warnings
      Remove drmSetDebugMsgFunction and related infrastructure
      tests/exynos: Fix missing static keyword
      drmSL: Fix neighbor lookup
      tests/drmsl: Extract tests out of xf86drmSL.c

Joonyoung Shim (6):
      modetest: fix Segmentation fault
      modetest: make use of drmModeRmFB
      modetest: fix the error path handling
      modetest: clear buffer and framebuffer for planes
      modetest: destroy the cursor bo
      modetest: fix the arguments of the MAKE_RGB_INFO define

Julien Cristau (4):
      Update debian/upstream/signing-key.asc.
      Fix kfreebsd patch that caused an FTBFS on Linux/x32
      Add build-dep on xutils-dev for xorg-macros
      Upload to unstable

Matt Turner (1):
      configure: Add flag to disable valgrind support.

Neil Roberts (1):
      intel: Merge latest i915_drm.h

Rob Clark (2):
      modeprint: add missing encoder/connector type names
      modetest: fix allocation for yuv420/yvu420

Sven Joachim (11):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream version
      Update symbols file and bump shlibs for libdrm2
      Remove duplicate Section fields from debian/control
      Bump Standards-Version to 3.9.6
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream release
      Refresh patch Fix-headers-inclusion-in-xf86drmMode.c.diff
      Update symbols file and bump shlibs for libdrm2 again
      Update debian/upstream/signing-key.asc
      Close bug #789759

Tobias Jakobi (12):
      modetest: initialize handles/pitches in set_plane()
      modetest: make middle SMPTE colors transparent
      modetest: only select plane with matching format
      exynos: fimg2d: fix return codes
      tests/exynos: replace return by break
      exynos/fimg2d: simplify g2d_fini()
      tests/exynos: clean struct connector
      tests/exynos: remove unused define
      tests/exynos: remove struct fimg2d_test_case
      tests/exynos: simplify drm_set_crtc
      tests/exynos: remove connector_find_plane
      tests/exynos: handle G2D_IMGBUF_COLOR in switch statements

Tvrtko Ursulin (1):
      intel: Leak the userptr test bo

Ville Syrjälä (1):
      Support atomic modesetting ioctl

frank (1):
      Add device enumeration interface (v4)

---
 .gitignore                                                 |    3 
 Android.mk                                                 |   24 -
 Makefile.am                                                |    8 
 Makefile.sources                                           |    4 
 RELEASING                                                  |   29 -
 configure.ac                                               |   56 +-
 debian/changelog                                           |   22 
 debian/control                                             |   11 
 debian/libdrm2.symbols                                     |   12 
 debian/patches/01_default_perms.diff                       |    2 
 debian/patches/Fix-headers-inclusion-in-xf86drmMode.c.diff |   59 +-
 debian/rules                                               |    2 
 debian/upstream/signing-key.asc                            |  163 ++++++
 exynos/Makefile.am                                         |    5 
 exynos/exynos-symbol-check                                 |   37 +
 exynos/exynos_drm.c                                        |   26 -
 exynos/exynos_fimg2d.c                                     |   41 -
 freedreno/Android.mk                                       |   11 
 freedreno/Makefile.am                                      |   10 
 freedreno/freedreno-symbol-check                           |   52 ++
 freedreno/freedreno_bo.c                                   |   28 -
 freedreno/freedreno_device.c                               |   10 
 freedreno/freedreno_pipe.c                                 |    8 
 freedreno/freedreno_priv.h                                 |    6 
 freedreno/freedreno_ringbuffer.c                           |   26 -
 freedreno/kgsl/kgsl_bo.c                                   |   13 
 freedreno/kgsl/kgsl_device.c                               |    2 
 freedreno/kgsl/kgsl_pipe.c                                 |   18 
 freedreno/kgsl/kgsl_priv.h                                 |   33 -
 freedreno/kgsl/kgsl_ringbuffer.c                           |    2 
 freedreno/msm/msm_bo.c                                     |    4 
 freedreno/msm/msm_device.c                                 |    2 
 freedreno/msm/msm_pipe.c                                   |    3 
 freedreno/msm/msm_priv.h                                   |   11 
 freedreno/msm/msm_ringbuffer.c                             |    2 
 include/drm/drm.h                                          |   10 
 include/drm/drm_mode.h                                     |   37 +
 include/drm/i915_drm.h                                     |   48 +-
 include/drm/nouveau_drm.h                                  |    1 
 intel/Android.mk                                           |   12 
 intel/Makefile.am                                          |   10 
 intel/intel-symbol-check                                   |   88 +++
 intel/intel_bufmgr.c                                       |   62 +-
 intel/intel_bufmgr_fake.c                                  |   37 -
 intel/intel_bufmgr_gem.c                                   |  189 ++++---
 intel/intel_chipset.h                                      |   11 
 intel/intel_decode.c                                       |   16 
 intel/mm.c                                                 |   29 -
 intel/mm.h                                                 |   36 -
 intel/test_decode.c                                        |    2 
 libdrm.h                                                   |   89 ---
 libdrm_macros.h                                            |   87 +++
 libkms/Android.mk                                          |    6 
 libkms/Makefile.am                                         |    3 
 libkms/api.c                                               |    3 
 libkms/dumb.c                                              |    4 
 libkms/exynos.c                                            |    4 
 libkms/intel.c                                             |    4 
 libkms/internal.h                                          |   19 
 libkms/kms-symbol-check                                    |   25 +
 libkms/linux.c                                             |    4 
 libkms/nouveau.c                                           |    4 
 libkms/radeon.c                                            |    4 
 libkms/vmwgfx.c                                            |    4 
 man/Makefile.am                                            |   80 +--
 nouveau/Android.mk                                         |   11 
 nouveau/Makefile.am                                        |    5 
 nouveau/abi16.c                                            |   17 
 nouveau/bufctx.c                                           |   10 
 nouveau/nouveau-symbol-check                               |   52 ++
 nouveau/nouveau.c                                          |   55 +-
 nouveau/nouveau.h                                          |    1 
 nouveau/private.h                                          |   20 
 nouveau/pushbuf.c                                          |   24 -
 omap/Makefile.am                                           |    5 
 omap/omap-symbol-check                                     |   35 +
 omap/omap_drm.c                                            |   38 -
 radeon/Android.mk                                          |   11 
 radeon/Makefile.am                                         |    4 
 radeon/Makefile.sources                                    |    8 
 radeon/r600_pci_ids.h                                      |    1 
 radeon/radeon-symbol-check                                 |   61 ++
 radeon/radeon_bo.c                                         |   30 -
 radeon/radeon_bo_gem.c                                     |   18 
 radeon/radeon_cs.c                                         |   26 -
 radeon/radeon_cs_gem.c                                     |   11 
 radeon/radeon_cs_space.c                                   |   10 
 radeon/radeon_surface.c                                    |   14 
 tegra/Makefile.am                                          |    4 
 tegra/private.h                                            |    2 
 tegra/tegra-symbol-check                                   |   30 +
 tegra/tegra.c                                              |   13 
 tests/Android.mk                                           |    1 
 tests/Makefile.am                                          |   10 
 tests/drmsl.c                                              |  172 +++++++
 tests/drmstat.c                                            |   20 
 tests/exynos/exynos_fimg2d_test.c                          |  114 ----
 tests/hash.c                                               |  217 +++++++++
 tests/kmstest/main.c                                       |    2 
 tests/modeprint/modeprint.c                                |   18 
 tests/modetest/Android.mk                                  |    2 
 tests/modetest/buffers.c                                   |   38 -
 tests/modetest/modetest.c                                  |  111 +++-
 tests/proptest/Makefile.am                                 |    5 
 tests/proptest/proptest.c                                  |    2 
 tests/random.c                                             |  120 +++++
 tests/vbltest/vbltest.c                                    |    2 
 xf86drm.c                                                  |   33 -
 xf86drmHash.c                                              |  205 --------
 xf86drmHash.h                                              |   47 +
 xf86drmMode.c                                              |  312 ++++++++++++-
 xf86drmMode.h                                              |   43 +
 xf86drmRandom.c                                            |   79 ---
 xf86drmRandom.h                                            |   35 +
 xf86drmSL.c                                                |  179 -------
 115 files changed, 2550 insertions(+), 1406 deletions(-)
---


Reply to: