Hello community, here is the log from the commit of package intel-gpu-tools for openSUSE:Factory checked in at 2015-01-22 21:48:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old) and /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-gpu-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes 2014-11-24 11:17:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 2015-01-22 21:48:50.000000000 +0100 @@ -1,0 +2,64 @@ +Tue Jan 20 11:05:15 UTC 2015 - [email protected] + +- reenabled post build checks +- u_build-fixes.patch + * fix post build checks + +------------------------------------------------------------------- +Sun Jan 18 22:10:00 UTC 2015 - [email protected] + +- Update to version 1.9: + + Patches refactored for new sources + + post-build-checks disabled, due to check failure: + I: Program returns random data in a function + E: intel-gpu-tools no-return-in-nonvoid-function + intel_renderstate_gen8.c:441 + + Dropped: + - n_missing_check-ndebug.h.patch + - intel-gpu-tools-1.7.tar.bz2 + + Added: + - intel-gpu-tools-1.9.tar.bz2 + + Changes from version 1.7 + - More Android porting + - Fixes to documentation warnings + - Updates to UPDATE, MAINTAINERS, and README + - lib: + - Fix out of tree build of version.h + - added function to lock memory into RAM + - add option log domain filtering + - introduce log domains + - igt_debugfs: Don't setup crc in _new + - igt_debugfs: Throw away the two first CRCs + - igt.cocci: Deal with min/max/swap + - add swap() macro + - always reset connectors after the state is forced + - remove igt_edid.h + - tests: + - gem_tiled_swapping: use igt_info logging wrapper + - replaced 3D test images + - kms_cursor_crc: Restore the valid pipe/connector combo check + - kms_mmio_vs_cs_flip: Count valid tests for all crtcs + - kms_flip: + * Target the back buffer with the dummy load + * Calibrate the dummy load delay in kms_flip + * Use fixed size (2kx2k) buffers for dummy load + * Refactor blit code + - Run lib/igt.cocci + - pm_rps: vlv: + * roundmiddle point to freq supported by HW + * load gpu for idle min/max tests\ + * wait for freq to settleo + - add gem_gpgpu_fill to .gitignore + - use base edid + - tools: + - add missing copyright headers + - terminate getopt_long long option arrays properly + - drv_hangman: Remove unused function + - kms_cursor_crc: Remove value to 'return' in a void function + - igt/drm_read: Require that pipe 0 is active + - igt/drm_read: Abuse read(drm) + - intel_error_decode: Decode the ERROR register on Sandybridge + and Ivybridge + - gem_bad_reloc: Don't flip-flop between SKIP and PASS + +------------------------------------------------------------------- Old: ---- intel-gpu-tools-1.7.tar.bz2 n_missing_check-ndebug.h.patch New: ---- intel-gpu-tools-1.9.tar.bz2 u_build-fixes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-gpu-tools.spec ++++++ --- /var/tmp/diff_new_pack.rITKlS/_old 2015-01-22 21:48:52.000000000 +0100 +++ /var/tmp/diff_new_pack.rITKlS/_new 2015-01-22 21:48:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package intel-gpu-tools # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: intel-gpu-tools -Version: 1.7 +Version: 1.9 Release: 0 Summary: Collection of tools for development and testing of the Intel DRM driver License: MIT Group: Development/Tools/Other Url: http://xorg.freedesktop.org/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Patch0: n_disable-build-of-pm_rpm.patch -Patch1: n_missing_check-ndebug.h.patch +Patch1: u_build-fixes.patch Patch2: u_%{name}-1.7-fix-bashisms.patch BuildRequires: i2c-tools BuildRequires: libtool @@ -72,6 +72,8 @@ # don't know hot to fix build differently!?! %exclude /usr/lib/debug/usr/%{_lib}/I915ChipsetPython.so.debug %exclude /usr/lib/debug/.build-id +%dir %{_datadir}/gtk-doc/html/%{name} +%{_datadir}/gtk-doc/html/%{name}/* %{_bindir}/* %{_mandir}/man*/* ++++++ intel-gpu-tools-1.7.tar.bz2 -> intel-gpu-tools-1.9.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools-1.7.tar.bz2 /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools-1.9.tar.bz2 differ: char 11, line 1 ++++++ n_disable-build-of-pm_rpm.patch ++++++ --- /var/tmp/diff_new_pack.rITKlS/_old 2015-01-22 21:48:52.000000000 +0100 +++ /var/tmp/diff_new_pack.rITKlS/_new 2015-01-22 21:48:52.000000000 +0100 @@ -1,12 +1,12 @@ -Index: intel-gpu-tools-1.6/tests/Makefile.sources +Index: intel-gpu-tools-1.9/tests/Makefile.sources =================================================================== ---- intel-gpu-tools-1.6.orig/tests/Makefile.sources -+++ intel-gpu-tools-1.6/tests/Makefile.sources -@@ -63,7 +63,6 @@ TESTS_progs_M = \ - kms_render \ +--- intel-gpu-tools-1.9.orig/tests/Makefile.sources ++++ intel-gpu-tools-1.9/tests/Makefile.sources +@@ -77,7 +77,6 @@ TESTS_progs_M = \ kms_setmode \ + kms_universal_plane \ pm_lpsp \ - pm_rpm \ pm_rps \ + pm_rc6_residency \ prime_self_import \ - template \ ++++++ u_build-fixes.patch ++++++ diff -u -r -p intel-gpu-tools-1.9.orig/tools/null_state_gen/intel_renderstate_gen8.c intel-gpu-tools-1.9/tools/null_state_gen/intel_renderstate_gen8.c --- intel-gpu-tools-1.9.orig/tools/null_state_gen/intel_renderstate_gen8.c 2015-01-20 10:38:34.042059821 +0000 +++ intel-gpu-tools-1.9/tools/null_state_gen/intel_renderstate_gen8.c 2015-01-20 10:50:01.629076720 +0000 @@ -322,11 +322,8 @@ static void gen8_emit_primitive(struct i OUT_BATCH(0); /* index buffer offset, ignored */ } -int gen8_setup_null_render_state(struct intel_batchbuffer *batch) +void gen8_setup_null_render_state(struct intel_batchbuffer *batch) { - int ret; - int i; - #define GEN8_PIPE_CONTROL_GLOBAL_GTT (1 << 24) OUT_BATCH(GEN6_PIPE_CONTROL | (6 - 2)); diff -u -r -p intel-gpu-tools-1.9.orig/tools/null_state_gen/intel_renderstate_gen9.c intel-gpu-tools-1.9/tools/null_state_gen/intel_renderstate_gen9.c --- intel-gpu-tools-1.9.orig/tools/null_state_gen/intel_renderstate_gen9.c 2015-01-20 10:38:34.042059821 +0000 +++ intel-gpu-tools-1.9/tools/null_state_gen/intel_renderstate_gen9.c 2015-01-20 10:52:07.308078775 +0000 @@ -342,9 +342,8 @@ static void gen9_emit_state_base_address * Generate the batch buffer commands needed to initialize the 3D engine * to its "golden state". */ -int gen9_setup_null_render_state(struct intel_batchbuffer *batch) +void gen9_setup_null_render_state(struct intel_batchbuffer *batch) { - int ret; int i; #define GEN8_PIPE_CONTROL_GLOBAL_GTT (1 << 24) @@ -472,6 +471,4 @@ int gen9_setup_null_render_state(struct gen8_emit_primitive(batch); OUT_BATCH(MI_BATCH_BUFFER_END); - - return ret; } ++++++ u_intel-gpu-tools-1.7-fix-bashisms.patch ++++++ --- /var/tmp/diff_new_pack.rITKlS/_old 2015-01-22 21:48:52.000000000 +0100 +++ /var/tmp/diff_new_pack.rITKlS/_new 2015-01-22 21:48:52.000000000 +0100 @@ -1,6 +1,7 @@ -diff -Ndur intel-gpu-tools-1.7/tools/intel_gpu_abrt intel-gpu-tools-1.7-fix-bashisms/tools/intel_gpu_abrt ---- intel-gpu-tools-1.7/tools/intel_gpu_abrt 2014-05-13 15:31:22.000000000 +0300 -+++ intel-gpu-tools-1.7-fix-bashisms/tools/intel_gpu_abrt 2014-11-17 06:51:03.587423549 +0200 +Index: intel-gpu-tools-1.9/tools/intel_gpu_abrt +=================================================================== +--- intel-gpu-tools-1.9.orig/tools/intel_gpu_abrt ++++ intel-gpu-tools-1.9/tools/intel_gpu_abrt @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
