libdrm: Changes to 'debian-jessie-backports'

2017-01-10 Thread Andreas Boll
 Makefile.am  |1 
 README   |2 -
 configure.ac |2 -
 debian/changelog |   16 
 debian/compat|2 -
 debian/control   |3 --
 debian/libdrm-freedreno1.symbols |1 
 debian/libdrm-intel1.symbols |1 
 debian/libdrm2.symbols   |1 
 debian/rules |8 +++---
 debian/upstream/signing-key.asc  |   29 ++
 etnaviv/etnaviv-symbol-check |3 ++
 etnaviv/etnaviv_bo.c |2 -
 etnaviv/etnaviv_device.c |   23 +
 etnaviv/etnaviv_drmif.h  |3 ++
 etnaviv/etnaviv_pipe.c   |9 +-
 etnaviv/etnaviv_priv.h   |8 +++---
 freedreno/freedreno-symbol-check |1 
 freedreno/freedreno_pipe.c   |4 +++
 freedreno/freedreno_priv.h   |1 
 freedreno/freedreno_ringbuffer.c |9 ++
 freedreno/freedreno_ringbuffer.h |6 +++-
 freedreno/kgsl/kgsl_pipe.c   |5 +++
 freedreno/msm/msm_ringbuffer.c   |   27 ++--
 include/drm/README   |2 -
 include/drm/vc4_drm.h|2 +
 intel/intel-symbol-check |1 
 intel/intel_bufmgr.h |2 +
 intel/intel_bufmgr_fake.c|4 +--
 intel/intel_bufmgr_gem.c |   17 ++---
 intel/intel_chipset.h|   13 +++--
 radeon/radeon_cs_gem.c   |   10 +++
 radeon/radeon_surface.c  |2 -
 tests/kms/kms-universal-planes.c |2 -
 xf86drm.c|   51 +++
 xf86drm.h|5 +++
 36 files changed, 243 insertions(+), 35 deletions(-)

New commits:
commit 18b4af6f6cfd779c73cdfd242b1e40420d022534
Author: Andreas Boll 
Date:   Tue Jan 10 15:30:28 2017 +0100

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 591a64b..c8d0513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.74-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Tue, 10 Jan 2017 15:30:11 +0100
+
 libdrm (2.4.74-1) unstable; urgency=medium
 
   * New upstream release.

commit a4d943024af59e7bd81847aae9097d13537378e6
Author: Andreas Boll 
Date:   Tue Nov 29 19:01:17 2016 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 72384ad..b7897da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.74-1) UNRELEASED; urgency=medium
+libdrm (2.4.74-1) unstable; urgency=medium
 
   * New upstream release.
   * Update debian/upstream/signing-key.asc.
@@ -6,7 +6,7 @@ libdrm (2.4.74-1) UNRELEASED; urgency=medium
 shlibs.
   * Bump debhelper compat to 10.
 
- -- Andreas Boll   Tue, 29 Nov 2016 18:19:05 +0100
+ -- Andreas Boll   Tue, 29 Nov 2016 19:01:04 +0100
 
 libdrm (2.4.73-1) unstable; urgency=medium
 

commit d963fbc94795e4903f9ada320540380a3e774b7b
Author: Andreas Boll 
Date:   Tue Nov 29 18:52:03 2016 +0100

Bump debhelper compat to 10.

diff --git a/debian/changelog b/debian/changelog
index 48539d7..72384ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libdrm (2.4.74-1) UNRELEASED; urgency=medium
   * Update debian/upstream/signing-key.asc.
   * Bump libdrm2's, libdrm-freedreno1's and libdrm-intel1's symbols and
 shlibs.
+  * Bump debhelper compat to 10.
 
  -- Andreas Boll   Tue, 29 Nov 2016 18:19:05 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7854824..e60a4aa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Andreas Boll 
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10),
  quilt,
  xsltproc,
  docbook-xsl,
diff --git a/debian/rules b/debian/rules
index ebc5a9a..34abe72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,4 +135,4 @@ ifeq ($(FREEDRENO), yes)
 endif
 
 %:
-   dh $@ --with quilt,autoreconf --builddirectory=build/
+   dh $@ --with quilt --builddirectory=build/

commit 59f71414c0a4e45fa75bda9990c2d97cc5687519
Author: Andreas Boll 
Date:   Tue Nov 29 18:49:09 2016 +0100

Bump libdrm2's, libdrm-freedreno1's and libdrm-intel1's symbols and shlibs.

diff --git a/debian/changelog b/debian/changelog
index d74fb38..48539d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libdrm (2.4.74-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update 

libdrm: Changes to 'debian-jessie-backports'

2016-11-29 Thread Andreas Boll
 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 |   15 
 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, 2047 insertions(+), 125 deletions(-)

New commits:
commit 30a5b54fcf43863f42d9abc6d55ce2a3c0d855f1
Author: Andreas Boll 
Date:   Tue Nov 29 16:37:21 2016 +0100

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 6dcc10a..0c0c2f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.73-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Tue, 29 Nov 2016 16:37:00 +0100
+
 libdrm (2.4.73-1) unstable; urgency=medium
 
   * New upstream release.

commit cd11bac06d51efc4a1e1ab0c6882575774d7a8cd
Author: Andreas Boll 
Date:   Tue Nov 15 15:43:26 2016 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 857673a..afe749c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libdrm (2.4.73-1) UNRELEASED; urgency=medium
+libdrm (2.4.73-1) unstable; urgency=medium
 
   * New upstream release.
   * Bump libdrm2's, libdrm-amdgpu1's, libdrm-freedreno1's and libdrm-
 intel1's symbols and shlibs.
   * Update a bunch of URLs in packaging to https.
 
- -- Andreas Boll   Thu, 03 Nov 2016 12:13:24 +0100
+ -- Andreas Boll   Tue, 15 Nov 2016 15:43:02 +0100
 
 libdrm (2.4.71-1) unstable; urgency=medium
 

commit 35354731e531e390ed2167c89ce4abdd56bab89f
Author: Andreas Boll 
Date:   Tue Nov 15 15:29:18 2016 +0100

Bump libdrm2's, libdrm-amdgpu1's, libdrm-freedreno1's and libdrm-intel1's 
symbols and shlibs.

diff --git a/debian/changelog b/debian/changelog
index 5b0a495..857673a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libdrm (2.4.73-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Bump libdrm2's, libdrm-amdgpu1's, libdrm-freedreno1's and libdrm-
+intel1's symbols and shlibs.
   * Update a bunch of URLs in packaging to https.
 
  -- Andreas Boll   Thu, 03 Nov 2016 12:13:24 +0100
diff --git a/debian/libdrm-amdgpu1.symbols b/debian/libdrm-amdgpu1.symbols
index a1014f4..b4e4d68 100644
--- a/debian/libdrm-amdgpu1.symbols
+++ b/debian/libdrm-amdgpu1.symbols
@@ -24,6 +24,7 @@ libdrm_amdgpu.so.1 libdrm-amdgpu1 #MINVER#
  amdgpu_cs_wait_semaphore@Base 2.4.67
  amdgpu_device_deinitialize@Base 2.4.63
  amdgpu_device_initialize@Base 2.4.63
+ amdgpu_get_marketing_name@Base 2.4.73
  amdgpu_query_buffer_size_alignment@Base 2.4.63
  amdgpu_query_crtc_from_id@Base 2.4.63
  amdgpu_query_firmware_version@Base 2.4.63
diff --git a/debian/libdrm-freedreno1.symbols b/debian/libdrm-freedreno1.symbols
index b686576..70b84cd 100644
--- a/debian/libdrm-freedreno1.symbols
+++ b/debian/libdrm-freedreno1.symbols
@@ -28,6 +28,7 @@ libdrm_freedreno.so.1 libdrm-freedreno1 #MINVER#
  fd_ringbuffer_del@Base 0
  fd_ringbuffer_emit_reloc_ring@Base 0
  fd_ringbuffer_emit_reloc_ring_full@Base 2.4.70
+ fd_ringbuffer_flush2@Base 2.4.73
  fd_ringbuffer_flush@Base 0
  fd_ringbuffer_grow@Base 2.4.70
  fd_ringbuffer_new@Base 0
diff --git a/debian/libdrm-intel1.symbols b/debian/libdrm-intel1.symbols
index cf08516..102f799 100644
--- a/debian/libdrm-intel1.symbols
+++ b/debian/libdrm-intel1.symbols
@@ -59,6 +59,9 @@ libdrm_intel.so.1 libdrm-intel1 

libdrm: Changes to 'debian-jessie-backports'

2016-10-12 Thread Andreas Boll
 .gitignore  |4 
 Makefile.am |6 
 RELEASING   |   26 
 amdgpu/amdgpu_gpu_info.c|   20 
 configure.ac|   19 
 debian/changelog|   17 
 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, 4917 insertions(+), 72 deletions(-)

New commits:
commit e868216a2c3fdd321ae2c61de8db6b83b942ce32
Author: Andreas Boll 
Date:   Wed Oct 12 14:19:21 2016 +0200

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 4b7f812..e659f77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.71-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Wed, 12 Oct 2016 14:18:58 +0200
+
 libdrm (2.4.71-1) unstable; urgency=medium
 
   * New upstream release.

commit a61442adb281ff2a021f1db19440ec1557bb47bd
Author: Andreas Boll 
Date:   Thu Oct 6 10:31:43 2016 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3fc04d9..5beb35b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.71-1) UNRELEASED; urgency=medium
+libdrm (2.4.71-1) unstable; urgency=medium
 
   * New upstream release.
   * Update symbols file and bump shlibs for libdrm2.
@@ -7,7 +7,7 @@ libdrm (2.4.71-1) UNRELEASED; urgency=medium
 the past and won't be useful without the equivalent of the Linux
 Direct Rendering Manager (DRM) subsystem.
 
- -- Andreas Boll   Thu, 08 Sep 2016 13:09:49 +0200
+ -- Andreas Boll   Thu, 06 Oct 2016 10:31:27 +0200
 
 libdrm (2.4.70-1) unstable; urgency=medium
 

commit 3c087014f17a0f40862e3ea8b8b2a6eb3ac6606c
Author: Andreas Boll 
Date:   Thu Oct 6 10:10:21 2016 +0200

Update libdrm-intel1.symbols and shlibs.

diff --git a/debian/changelog b/debian/changelog
index 85379d7..3fc04d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libdrm (2.4.71-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update symbols file and bump shlibs for libdrm2.
+  * Update libdrm-intel1.symbols and shlibs.
   * Remove Hurd from the architecture list. It FTBFS, haven't built in
 the past and won't be useful without the equivalent of the Linux
 Direct Rendering Manager (DRM) subsystem.
diff --git a/debian/libdrm-intel1.symbols b/debian/libdrm-intel1.symbols
index 23795a2..cf08516 100644
--- a/debian/libdrm-intel1.symbols
+++ b/debian/libdrm-intel1.symbols
@@ -68,7 +68,9 @@ libdrm_intel.so.1 libdrm-intel1 #MINVER#
  drm_intel_gem_context_destroy@Base 2.4.37
  drm_intel_get_aperture_sizes@Base 2.4.26
  drm_intel_get_eu_total@Base 2.4.60
+ drm_intel_get_min_eu_in_pool@Base 2.4.71
  

libdrm: Changes to 'debian-jessie-backports'

2016-08-02 Thread Andreas Boll
 Android.mk   |4 
 Makefile.am  |2 
 Makefile.sources |3 
 amdgpu/Android.mk|2 
 configure.ac |5 
 debian/changelog |   28 
 debian/control   |8 
 debian/libdrm-freedreno1.symbols |4 
 debian/rules |   16 
 debian/source/local-options  |   14 
 debian/upstream/signing-key.asc  |  302 +++
 debian/watch |2 
 freedreno/Android.mk |2 
 freedreno/Makefile.am|2 
 freedreno/Makefile.sources   |1 
 freedreno/README |   16 
 freedreno/freedreno-symbol-check |4 
 freedreno/freedreno_bo.c |  141 ---
 freedreno/freedreno_bo_cache.c   |  222 +
 freedreno/freedreno_device.c |   62 -
 freedreno/freedreno_drmif.h  |   14 
 freedreno/freedreno_priv.h   |   38 -
 freedreno/freedreno_ringbuffer.c |   51 +
 freedreno/freedreno_ringbuffer.h |   16 
 freedreno/kgsl/README|   26 
 freedreno/kgsl/kgsl_bo.c |6 
 freedreno/kgsl/kgsl_ringbuffer.c |   13 
 freedreno/msm/msm_bo.c   |   20 
 freedreno/msm/msm_device.c   |3 
 freedreno/msm/msm_drm.h  |  109 +-
 freedreno/msm/msm_priv.h |   17 
 freedreno/msm/msm_ringbuffer.c   |  411 +++---
 include/drm/vc4_drm.h|   21 
 include/drm/virtgpu_drm.h|  109 +-
 intel/Android.mk |2 
 intel/Makefile.am|1 
 intel/intel_chipset.h|   26 
 libkms/Android.mk|2 
 libkms/Makefile.am   |2 
 libkms/linux.c   |5 
 man/drm-kms.xml  |2 
 nouveau/Android.mk   |2 
 nouveau/Makefile.am  |2 
 radeon/Android.mk|2 
 radeon/Makefile.am   |3 
 radeon/radeon_cs_gem.c   |2 
 radeon/radeon_surface.c  |6 
 tests/amdgpu/basic_tests.c   |   56 +
 tests/amdgpu/cs_tests.c  |   51 +
 tests/drmdevice.c|   13 
 tests/modetest/Android.mk|2 
 tests/modetest/Makefile.am   |2 
 tests/proptest/Android.mk|2 
 tests/util/Android.mk|2 
 util_double_list.h   |6 
 xf86drm.c| 1479 +++
 56 files changed, 2137 insertions(+), 1227 deletions(-)

New commits:
commit 3c65a18d7804a14fdcd92b1cb569980c650075be
Author: Andreas Boll 
Date:   Tue Aug 2 13:19:28 2016 +0200

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 9fa855c..0b22549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.70-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Tue, 02 Aug 2016 13:18:57 +0200
+
 libdrm (2.4.70-1) unstable; urgency=medium
 
   * New upstream release.

commit cc02f99b2c3e19f8108a7341eedb2666e6c6e602
Author: Andreas Boll 
Date:   Mon Jul 25 12:33:11 2016 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 915a635..7cb5342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libdrm (2.4.70-1) UNRELEASED; urgency=medium
+libdrm (2.4.70-1) unstable; urgency=medium
 
   * New upstream release.
   * Update libdrm-freedreno1.symbols and shlibs.
   * source/local-options: Add more files to extend-diff-ignore option.
 Fixes 17 patch-system-but-direct-changes-in-diff lintian warnings.
 
- -- Andreas Boll   Mon, 25 Jul 2016 11:54:36 +0200
+ -- Andreas Boll   Mon, 25 Jul 2016 12:32:20 +0200
 
 libdrm (2.4.69-1) unstable; urgency=medium
 

commit a2bfeba63f2c5f58a2c9803dd9aea01abd346c4c
Author: Andreas Boll 
Date:   Mon Jul 25 12:17:05 2016 +0200

source/local-options: Add more files to extend-diff-ignore option.

Fixes 17 patch-system-but-direct-changes-in-diff lintian warnings.

diff --git a/debian/changelog b/debian/changelog
index 010c37e..915a635 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libdrm (2.4.70-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update libdrm-freedreno1.symbols and shlibs.
+  * source/local-options: Add more files to extend-diff-ignore option.
+Fixes 17 patch-system-but-direct-changes-in-diff lintian warnings.
 
  -- Andreas Boll   Mon, 25 Jul 2016 11:54:36 +0200
 
diff --git a/debian/source/local-options b/debian/source/local-options
index ec29ae8..b0c5d03 100644
--- a/debian/source/local-options
+++ b/debian/source/local-options
@@ -1 +1,13 @@
---extend-diff-ignore=intel/tests/g.*batch.sh
+# ignore symlinks from git, use source files from the tarball
+extend-diff-ignore = 

libdrm: Changes to 'debian-jessie-backports'

2016-05-10 Thread Andreas Boll
 .gitignore|3 
 amdgpu/amdgpu.h   |4 
 configure.ac  |2 
 debian/changelog  |   12 
 exynos/exynos_drm.c   |2 
 freedreno/freedreno_bo.c  |7 
 freedreno/freedreno_drmif.h   |1 
 freedreno/kgsl/kgsl_drm.h |2 
 freedreno/kgsl/kgsl_pipe.c|1 
 freedreno/kgsl/msm_kgsl.h |4 
 freedreno/msm/msm_drm.h   |1 
 freedreno/msm/msm_pipe.c  |2 
 include/drm/drm.h |   68 +--
 include/drm/drm_fourcc.h  |   17 
 include/drm/drm_mode.h|  170 +---
 include/drm/drm_sarea.h   |2 
 include/drm/i915_drm.h|   43 +-
 include/drm/tegra_drm.h   |3 
 include/drm/vmwgfx_drm.h  |  792 ++
 intel/intel_bufmgr_fake.c |2 
 intel/intel_bufmgr_gem.c  |2 
 intel/intel_chipset.h |   30 +
 intel/intel_decode.c  |2 
 intel/tests/gen5-3d.batch-ref.txt |2 
 intel/tests/gen6-3d.batch-ref.txt |2 
 libkms/Android.mk |2 
 tests/amdgpu/basic_tests.c|6 
 tests/amdgpu/vce_tests.c  |   20 
 tests/kms/kms-steal-crtc.c|1 
 tests/modetest/modetest.c |2 
 tests/proptest/proptest.c |2 
 tests/util/kms.c  |1 
 xf86drm.c |2 
 xf86drmMode.c |2 
 34 files changed, 931 insertions(+), 283 deletions(-)

New commits:
commit e3556716321c101c656c638f2968f1aaa3dc0153
Author: Andreas Boll 
Date:   Tue May 10 14:18:54 2016 +0200

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 8566c35..ed5996d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.68-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Tue, 10 May 2016 14:18:37 +0200
+
 libdrm (2.4.68-1) unstable; urgency=medium
 
   * New upstream release. (LP: #1577735)

commit 09e9210bcf5c2c6940f5514fc978731ba2c4710f
Author: Timo Aaltonen 
Date:   Tue May 3 14:30:20 2016 +0300

upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 61fb15f..8fe6653 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libdrm (2.4.68-1) UNRELEASED; urgency=medium
+libdrm (2.4.68-1) unstable; urgency=medium
 
   * New upstream release. (LP: #1577735)
 
- -- Timo Aaltonen   Tue, 03 May 2016 14:27:40 +0300
+ -- Timo Aaltonen   Tue, 03 May 2016 14:30:06 +0300
 
 libdrm (2.4.67-1) unstable; urgency=medium
 

commit d62c51a0b49097330f7d5be516611abcfb59fe64
Author: Timo Aaltonen 
Date:   Tue May 3 14:30:04 2016 +0300

update changelog

diff --git a/debian/changelog b/debian/changelog
index ded83db..61fb15f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.68-1) UNRELEASED; urgency=medium
+
+  * New upstream release. (LP: #1577735)
+
+ -- Timo Aaltonen   Tue, 03 May 2016 14:27:40 +0300
+
 libdrm (2.4.67-1) unstable; urgency=medium
 
   * New upstream release.

commit fc09c5ab84240e9b6bd0bed01685ef004f56c4fa
Author: Kenneth Graunke 
Date:   Wed Apr 27 17:52:50 2016 -0700

Bump version for release

Signed-off-by: Kenneth Graunke 

diff --git a/configure.ac b/configure.ac
index ed07789..a04ce87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-[2.4.67],
+[2.4.68],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
 [libdrm])
 

commit e3623d34cad0ac3f181b0deee0931df202b8f909
Author: Michał Winiarski 
Date:   Wed Feb 17 11:40:19 2016 +0100

intel/skl: Add missing SKL PCI IDs

Used by production devices:
Intel(R) HD Graphics 510
Intel(R) HD Graphics 535
Intel(R) Iris(TM) Graphics 550
Intel(R) Iris(TM) Graphics P555

Signed-off-by: Michał Winiarski 
Tested-by: Lionel Landwerlin 
Reviewed-by: Kenneth Graunke 

diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 8e42a40..e2554c3 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -168,6 +168,7 @@
 #define PCI_CHIP_SKYLAKE_DT_GT10x1902
 #define PCI_CHIP_SKYLAKE_ULT_GT1   0x1906
 #define PCI_CHIP_SKYLAKE_SRV_GT1   0x190A /* Reserved */
+#define PCI_CHIP_SKYLAKE_H_GT1 0x190B
 #define PCI_CHIP_SKYLAKE_ULX_GT1   0x190E /* Reserved */
 #define PCI_CHIP_SKYLAKE_DT_GT20x1912
 #define PCI_CHIP_SKYLAKE_FUSED0_GT20x1913 /* Reserved */
@@ -179,9 +180,12 @@
 #define 

libdrm: Changes to 'debian-jessie-backports'

2016-03-14 Thread Andreas Boll
 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 |   14 +
 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, 1882 insertions(+), 130 deletions(-)

New commits:
commit 465c974b4f5121c1853330797c2843668a221c25
Author: Andreas Boll 
Date:   Mon Mar 14 13:22:03 2016 +0100

Rebuild for jessie-backports.

diff --git a/debian/changelog b/debian/changelog
index 70424dd..310ae27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.67-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Mon, 14 Mar 2016 13:21:43 +0100
+
 libdrm (2.4.67-1) unstable; urgency=medium
 
   * New upstream release.

commit 336c30b6c19f67e1c3c40e3360e72f0f5c76c09f
Author: Timo Aaltonen 
Date:   Tue Feb 16 12:14:29 2016 +0200

release to unstable

diff --git a/debian/changelog b/debian/changelog
index 486e7ac..ded83db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libdrm (2.4.67-1) UNRELEASED; urgency=medium
+libdrm (2.4.67-1) unstable; urgency=medium
 
   * New upstream release.
   * patches: Refreshed.
   * libdrm-amdgpu1.symbols: Updated.
 
- -- Timo Aaltonen   Tue, 16 Feb 2016 10:05:33 +0200
+ -- Timo Aaltonen   Tue, 16 Feb 2016 12:14:16 +0200
 
 libdrm (2.4.66-2) unstable; urgency=medium
 

commit eb52c127c9426a7eaa246b85cc0cf073760655df
Author: Timo Aaltonen 
Date:   Tue Feb 16 12:14:10 2016 +0200

libdrm-amdgpu1.symbols: Updated.

diff --git a/debian/changelog b/debian/changelog
index a5e4427..486e7ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libdrm (2.4.67-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * patches: Refreshed.
+  * libdrm-amdgpu1.symbols: Updated.
 
  -- Timo Aaltonen   Tue, 16 Feb 2016 10:05:33 +0200
 
diff --git a/debian/libdrm-amdgpu1.symbols b/debian/libdrm-amdgpu1.symbols
index 7ab54db..a1014f4 100644
--- a/debian/libdrm-amdgpu1.symbols
+++ b/debian/libdrm-amdgpu1.symbols
@@ -13,11 +13,15 @@ libdrm_amdgpu.so.1 libdrm-amdgpu1 #MINVER#
  amdgpu_bo_va_op@Base 2.4.63
  amdgpu_bo_wait_for_idle@Base 2.4.63
  amdgpu_create_bo_from_user_mem@Base 2.4.63
+ amdgpu_cs_create_semaphore@Base 2.4.67
  amdgpu_cs_ctx_create@Base 2.4.63
  amdgpu_cs_ctx_free@Base 2.4.63
+ amdgpu_cs_destroy_semaphore@Base 2.4.67
  amdgpu_cs_query_fence_status@Base 2.4.63
  amdgpu_cs_query_reset_state@Base 2.4.63
+ amdgpu_cs_signal_semaphore@Base 2.4.67
  amdgpu_cs_submit@Base 2.4.63
+ amdgpu_cs_wait_semaphore@Base 2.4.67
  amdgpu_device_deinitialize@Base 2.4.63
  amdgpu_device_initialize@Base 2.4.63
  amdgpu_query_buffer_size_alignment@Base 2.4.63

commit d9c9309ebaac42de2dcdba23d0da558c03c73429
Author: Timo Aaltonen 
Date:   Tue Feb 16 10:20:17 2016 +0200

refresh patch, update changelog

diff --git a/debian/changelog b/debian/changelog
index d523a04..a5e4427 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdrm (2.4.67-1) UNRELEASED; urgency=medium
+
+  * New 

libdrm: Changes to 'debian-jessie-backports'

2016-01-29 Thread Vincent Cheng
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5dc1e3f7154b94cc658009222f15431eb572b94
Author: Vincent Cheng 
Date:   Fri Jan 29 23:28:25 2016 -0800

set distribution to jessie-backports

diff --git a/debian/changelog b/debian/changelog
index 0680d8f..5b0c9e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.66-2~bpo8+1) UNRELEASED; urgency=medium
+libdrm (2.4.66-2~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
 



libdrm: Changes to 'debian-jessie-backports'

2016-01-21 Thread Andreas Boll
Rebased ref, commits from common ancestor:
commit 0bc1477ad889e6c081dd50eb3aef0f2c3b9484b7
Author: Andreas Boll 
Date:   Thu Jan 21 11:21:32 2016 +0100

Rebuild for jessie-backports

diff --git a/debian/changelog b/debian/changelog
index d523a04..0680d8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.66-2~bpo8+1) UNRELEASED; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Andreas Boll   Thu, 21 Jan 2016 11:20:23 +0100
+
 libdrm (2.4.66-2) unstable; urgency=medium
 
   * Update libdrm-exynos1.symbols and shlibs.

commit fe4b09241b7ca6497487cef2e501aa232749d7e3
Author: Andreas Boll 
Date:   Fri Jan 15 12:08:18 2016 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 70bae1f..d523a04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libdrm (2.4.66-2) UNRELEASED; urgency=medium
+libdrm (2.4.66-2) unstable; urgency=medium
 
   * Update libdrm-exynos1.symbols and shlibs.
 
- -- Andreas Boll   Fri, 15 Jan 2016 12:05:41 +0100
+ -- Andreas Boll   Fri, 15 Jan 2016 12:08:05 +0100
 
 libdrm (2.4.66-1) unstable; urgency=medium
 

commit 2916fb5b7aece95cc17d9c33bb7b7821f18d3427
Author: Andreas Boll 
Date:   Fri Jan 15 12:05:46 2016 +0100

Update libdrm-exynos1.symbols and shlibs.

diff --git a/debian/changelog b/debian/changelog
index 80c3075..70bae1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdrm (2.4.66-2) UNRELEASED; urgency=medium
+
+  * Update libdrm-exynos1.symbols and shlibs.
+
+ -- Andreas Boll   Fri, 15 Jan 2016 12:05:41 +0100
+
 libdrm (2.4.66-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/libdrm-exynos1.symbols b/debian/libdrm-exynos1.symbols
index 46b445b..8d78b07 100644
--- a/debian/libdrm-exynos1.symbols
+++ b/debian/libdrm-exynos1.symbols
@@ -8,14 +8,17 @@ libdrm_exynos.so.1 libdrm-exynos1 #MINVER#
  exynos_bo_map@Base 0
  exynos_device_create@Base 0
  exynos_device_destroy@Base 0
+ exynos_handle_event@Base 2.4.66
  exynos_prime_fd_to_handle@Base 0
  exynos_prime_handle_to_fd@Base 0
  exynos_vidi_connection@Base 0
  g2d_blend@Base 0
+ g2d_config_event@Base 2.4.66
  g2d_copy@Base 0
  g2d_copy_with_scale@Base 0
  g2d_exec@Base 0
  g2d_fini@Base 0
  g2d_init@Base 0
+ g2d_move@Base 2.4.66
  g2d_scale_and_blend@Base 2.4.60
  g2d_solid_fill@Base 0
diff --git a/debian/rules b/debian/rules
index e10c5fd..2dd69bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,7 +115,7 @@ endif
dh_makeshlibs -plibdrm-amdgpu1 -V'libdrm-amdgpu1 (>= 2.4.63)' -- -c4
 ifeq ($(ARM), yes)
dh_makeshlibs -plibdrm-omap1 -V'libdrm-omap1 (>= 2.4.38)' -- -c4
-   dh_makeshlibs -plibdrm-exynos1 -V'libdrm-exynos1 (>= 2.4.60)' -- -c4
+   dh_makeshlibs -plibdrm-exynos1 -V'libdrm-exynos1 (>= 2.4.66)' -- -c4
dh_makeshlibs -plibdrm-tegra0 -V'libdrm-tegra0' -- -c4
 endif
 ifeq ($(FREEDRENO), yes)

commit 7ef55d6fa30e3f3feff963e4fbcbf35ed37fd4c6
Author: Andreas Boll 
Date:   Fri Jan 15 10:41:25 2016 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5e7a9b4..80c3075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.66-1) UNRELEASED; urgency=medium
+libdrm (2.4.66-1) unstable; urgency=medium
 
   * New upstream release.
   * Update symbols file and bump shlibs for libdrm2.
@@ -7,7 +7,7 @@ libdrm (2.4.66-1) UNRELEASED; urgency=medium
   * Drop obsolete Replaces from pre-wheezy.
   * Add myself to Uploaders.
 
- -- Andreas Boll   Wed, 13 Jan 2016 11:54:31 +0100
+ -- Andreas Boll   Fri, 15 Jan 2016 10:41:05 +0100
 
 libdrm (2.4.65-3) unstable; urgency=medium
 

commit d0feab81bbd7d9428706e14bf522e60d016e07e5
Author: Andreas Boll 
Date:   Fri Jan 15 09:29:16 2016 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index a7bd543..5e7a9b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libdrm (2.4.66-1) UNRELEASED; urgency=medium
   * Update libdrm-intel1.symbols and shlibs.
   * Update libdrm-nouveau2.symbols and shlibs.
   * Drop obsolete Replaces from pre-wheezy.
+  * Add myself to Uploaders.
 
  -- Andreas Boll   Wed, 13 Jan 2016 11:54:31 +0100
 
diff --git a/debian/control b/debian/control
index 201ce1d..11b42be 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: libdrm
 Priority: optional
 Maintainer: Debian X Strike Force 
+Uploaders: Andreas Boll 
 Build-Depends:
  debhelper (>= 9),
  dh-autoreconf,

commit 90ebe37d9c872a15f7e6fb0085c6d8c6b0265560
Author: Andreas Boll 
Date:   Fri Jan 15 09:28:39 

libdrm: Changes to 'debian-jessie-backports'

2015-11-19 Thread Andreas Boll
New branch 'debian-jessie-backports' available with the following commits:
commit 251104ca05ead919e748be0c479c04b9640a3be5
Author: Andreas Boll 
Date:   Tue Nov 17 12:06:34 2015 +0100

Rebuild for jessie-backports