Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2017-06-21 13:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and      /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-gpu-tools"

Wed Jun 21 13:50:02 2017 rev:28 rq:504438 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2017-04-18 13:47:02.410988407 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes     
2017-06-21 13:50:03.807700135 +0200
@@ -1,0 +2,28 @@
+Sun Jun 18 08:44:02 UTC 2017 - [email protected]
+
+- Release 1.19 (2017-06-09)
+  * Library changes:
+    - Changed debugfs handlers to open files for the DRM device in use,
+      for setups with more than one DRM device. (Tomeu Vizoso)
+    - Added support for 4K and audio HDMI EDID injection. (Abdiel
+      Janulgue, Marius Vlad)
+    - Added support for AMDGPU devices. (Chris Wilson)
+  * Tools changes:
+    - intel_error_decode now automatically opens a pager. (Chris Wilson)
+    - intel_error_decode now dumps the GuC firmware logs if available.
+      (Chris Wilson)
+  * Benchmark changes:
+    - gem_wsim: New benchmark that simulates command submission
+      workloads. (Tvrtko Ursulin)
+  * Scripts changes:
+    - trace.pl: New tool to parse i915 tracepoints for performance
+      analysis. (Tvrtko Ursulin)
+    - media-bench.pl: New tool to programmatically analyze simulated media
+      workloads using gem_wsim to find the optimal load balancing
+      strategy. (Tvrtko Ursulin)
+   * Test changes:
+     - Imported amdgpu tests from libdrm. (Chris Wilson)
+     - Multiple other new tests.
+   * And many other bug fixes and improvements.
+
+-------------------------------------------------------------------

Old:
----
  intel-gpu-tools-1.18.tar.bz2

New:
----
  intel-gpu-tools-1.19.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.yBS50F/_old  2017-06-21 13:50:04.999532014 +0200
+++ /var/tmp/diff_new_pack.yBS50F/_new  2017-06-21 13:50:05.003531449 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           intel-gpu-tools
-Version:        1.18
+Version:        1.19
 Release:        0
 Summary:        Collection of tools for development and testing of the Intel 
DRM driver
 License:        MIT

++++++ intel-gpu-tools-1.18.tar.bz2 -> intel-gpu-tools-1.19.tar.bz2 ++++++
++++ 32476 lines of diff (skipped)

++++++ n_disable-build-of-pm_rpm.patch ++++++
--- /var/tmp/diff_new_pack.yBS50F/_old  2017-06-21 13:50:07.295208183 +0200
+++ /var/tmp/diff_new_pack.yBS50F/_new  2017-06-21 13:50:07.295208183 +0200
@@ -2,11 +2,11 @@
 ===================================================================
 --- tests/Makefile.sources.orig
 +++ tests/Makefile.sources
-@@ -128,7 +128,6 @@ TESTS_progs_M = \
-       kms_tv_load_detect \
+@@ -217,7 +217,6 @@ TESTS_progs = \
        pm_backlight \
        pm_lpsp \
+       pm_rc6_residency \
 -      pm_rpm \
        pm_rps \
-       pm_rc6_residency \
        pm_sseu \
+       prime_busy \

++++++ u_respect_cflags.diff ++++++
--- /var/tmp/diff_new_pack.yBS50F/_old  2017-06-21 13:50:07.319204798 +0200
+++ /var/tmp/diff_new_pack.yBS50F/_new  2017-06-21 13:50:07.319204798 +0200
@@ -12,11 +12,11 @@
  tests/Makefile.am |   20 ++++++--------------
  1 file changed, 6 insertions(+), 14 deletions(-)
 
-Index: intel-gpu-tools-1.18/tests/Makefile.am
+Index: intel-gpu-tools-1.19/tests/Makefile.am
 ===================================================================
---- intel-gpu-tools-1.18.orig/tests/Makefile.am
-+++ intel-gpu-tools-1.18/tests/Makefile.am
-@@ -53,18 +53,17 @@ EXTRA_DIST = $(common_files) $(check_SCR
+--- intel-gpu-tools-1.19.orig/tests/Makefile.am
++++ intel-gpu-tools-1.19/tests/Makefile.am
+@@ -63,18 +63,17 @@ EXTRA_DIST = $(common_files) $(check_SCR
  
  CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt test-list-full.txt .gitignore
  
@@ -41,7 +41,7 @@
  AM_LDFLAGS = -Wl,--as-needed
  
  drm_import_export_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
-@@ -104,19 +103,12 @@ gem_wait_LDADD = $(LDADD) -lrt
+@@ -114,21 +113,13 @@ gem_wait_LDADD = $(LDADD) -lrt
  kms_flip_LDADD = $(LDADD) -lrt -lpthread
  pm_rc6_residency_LDADD = $(LDADD) -lrt
  
@@ -55,6 +55,8 @@
  vc4_create_bo_LDADD = $(LDADD) $(DRM_VC4_LIBS)
 -vc4_lookup_fail_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)
  vc4_lookup_fail_LDADD = $(LDADD) $(DRM_VC4_LIBS)
+-vc4_dmabuf_poll_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)
+ vc4_dmabuf_poll_LDADD = $(LDADD) $(DRM_VC4_LIBS)
 -vc4_wait_bo_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)
  vc4_wait_bo_LDADD = $(LDADD) $(DRM_VC4_LIBS)
 -vc4_wait_seqno_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)


Reply via email to