libdrm: Changes to 'refs/tags/libdrm-2.4.71-1'
Tag 'libdrm-2.4.71-1' created by Andreas Boll <andreas.boll.dev@gmail.com> at 2016-10-06 08:36 +0000
Tagging upload of libdrm 2.4.71-1 to unstable.
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJX9g0cAAoJEB7vU9OKOpxnOVUP/iXjDl+JvE2BOeSmnGjmykJa
3mk3cNS+4gZH2iOzL7f4glgX/9AJQ3gy7ZeY7r2fAiWjsvKYtk2MFmlmWd+0t1f1
+VfwJCzP7ZSpz5bd0zLAKWqciMwsr09z+7N8jKB54myCdXDlvkIsYPNV0z9y9DKg
uWYsiEOFAMB2ujwE0nWU/y+xyTCz0ZUkZkX75VJxyyfOD1x7+s9vF8iMXuB9tdCv
bqb+GSDtaBBz1HxEwLCxq0+wVskNn0pASoMUEOjatnzwMUtg+OJzc4JcUF2fabbc
vTvpy/ILqIVnJB2i9RRpjNx9+9veqFzIWEUzCUxRvCS3tKpeoSmnsEoRiqN46RHx
VbX2UTkILi9nZJecrSZ8gCaY39WT/av7BHiom1f1XPA3svFukPhkqdVhhIQkKKgL
hnm6XG8G6W2ZMYMbovpuWLv8HYJ3omloFLqh5CldQIwgqn0M3otghYCx+ZG0lamh
BzHsiiN9kwbBJDHmxnxHCgvR/dGf3p04nmT8o1khEUGsb0hYefpG0OOjtEpFDMLN
2By3JviPIzR4rW24bKjnxPQ8u3eqa/yKsitDhId9asYYsa/oeLCzbFehvHyaKiAN
imiR+/34L3gavkQ77ZLqFiG7jHi+c0U8q2zWTglZt9gLEAETtFei21DvvIK0rP/4
ineIbU7SyxOhqL2MkEyF
=fAmz
-----END PGP SIGNATURE-----
Changes since libdrm-2.4.70-1:
Andreas Boll (6):
Remove Hurd from the architecture list.
Merge tag 'libdrm-2.4.71' into debian-unstable
Bump changelog.
Update symbols file and bump shlibs for libdrm2.
Update libdrm-intel1.symbols and shlibs.
Upload to unstable.
Daniel Kurtz (1):
modetest: add mediatek to module list
Eric Anholt (1):
Simplify the RELEASING steps based on current release.sh.
Flora Cui (1):
amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag
Kristian H. Kristensen (1):
Add drmModeAddFB2WithModifiers() which takes format modifiers
Leo Liu (1):
tests/amdgpu: update vce encRefPic addr mode to tiled
Marek Olšák (3):
radeon: sync radeon_drm.h with the kernel
amdgpu: sync amdgpu_drm.h with the kernel
amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version
Michel Dänzer (1):
intel: Add new symbols to intel-symbol-check
Rob Clark (2):
list: fix an issue with android build using clang
Bump version for release
Ronie Salgado (1):
amdgpu: add SI support
Stéphane Marchesin (1):
modetest: Also print the pixel clock
The etnaviv authors (2):
libdrm: add etnaviv drm support
libdrm: add etnaviv tests
Yang Rong (1):
intel: Export pooled EU and min no. of eus in a pool.
satsahu (1):
modetest: Adding amdgpu to module list
---
.gitignore | 4
Makefile.am | 6
RELEASING | 26
amdgpu/amdgpu_gpu_info.c | 20
configure.ac | 19
debian/changelog | 11
debian/control | 16
debian/libdrm-intel1.symbols | 2
debian/libdrm2.symbols | 1
debian/rules | 4
etnaviv/Android.mk | 18
etnaviv/Makefile.am | 26
etnaviv/Makefile.sources | 12
etnaviv/etnaviv-symbol-check | 45
etnaviv/etnaviv_bo.c | 347 +++++++
etnaviv/etnaviv_bo_cache.c | 196 ++++
etnaviv/etnaviv_cmd_stream.c | 243 +++++
etnaviv/etnaviv_device.c | 96 ++
etnaviv/etnaviv_drm.h | 233 ++++
etnaviv/etnaviv_drmif.h | 188 ++++
etnaviv/etnaviv_gpu.c | 175 +++
etnaviv/etnaviv_pipe.c | 78 +
etnaviv/etnaviv_priv.h | 199 ++++
etnaviv/libdrm_etnaviv.pc.in | 11
include/drm/amdgpu_drm.h | 44
include/drm/i915_drm.h | 2
include/drm/radeon_drm.h | 51 -
intel/intel-symbol-check | 2
intel/intel_bufmgr.h | 3
intel/intel_bufmgr_gem.c | 30
radeon/radeon_surface.c | 8
tests/Makefile.am | 4
tests/amdgpu/vce_ib.h | 2
tests/etnaviv/Makefile.am | 41
tests/etnaviv/cmdstream.xml.h | 242 +++++
tests/etnaviv/etnaviv_2d_test.c | 240 +++++
tests/etnaviv/etnaviv_bo_cache_test.c | 121 ++
tests/etnaviv/etnaviv_cmd_stream_test.c | 123 ++
tests/etnaviv/state.xml.h | 375 ++++++++
tests/etnaviv/state_2d.xml.h | 1497 ++++++++++++++++++++++++++++++++
tests/etnaviv/write_bmp.c | 151 +++
tests/etnaviv/write_bmp.h | 34
tests/modetest/modetest.c | 5
tests/util/kms.c | 2
util_double_list.h | 2
xf86drmMode.c | 21
xf86drmMode.h | 7
47 files changed, 4911 insertions(+), 72 deletions(-)
---
Reply to: