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

intel-gpu-tools: Changes to 'refs/tags/intel-gpu-tools-1.0.2-1'



Tag 'intel-gpu-tools-1.0.2-1' created by Cyril Brulebois <kibi@debian.org> at 2011-12-25 17:14 +0000

Tagging upload of intel-gpu-tools 1.0.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk73WdgACgkQeGfVPHR5Nd0p5gCeN1GrlLhbtNg/XpsqQd6I6qpl
6oMAnRbxu305cLgrC2WojhnW+w5RIOT3
=YhDo
-----END PGP SIGNATURE-----

Changes since intel-gpu-tools-1.0.1-1:
Arjan van de Ven (1):
      intel_gpu_top:print a visual clue on how big a certain use is

Ben Gamari (5):
      Add register writing tool
      add realloc bits to URB_FENCE decoding
      Fix gs_fence output in URB_FENCE output
      Add CONSTANT_BUFFER decoding
      Add CS_USB_STATE decoding

Carl Worth (2):
      Fix error message for case of kernel prior to 2.6.30
      Print unmatched opcode value for all 3D UNKNOWN messages

Chris Wilson (2):
      Add gem_fence_thrash test
      dump: Minor typo

Cyril Brulebois (1):
      Merge branch 'upstream-unstable' into debian-unstable

Eric Anholt (18):
      intel_gpu_top: Print GPU clock information, which seems interesting.
      Make the precentage bars fit in 80 columns.
      Add the acthd to the GPU dump.
      Correctly flag the acthd when it points within a packet.
      Add more 965 INSTDONE bits.
      Oops, fix up printed hw offset since the HEAD pointer fixup
      intel_gpu_dump: Add details on URB_FENCE.
      intel_gpu_dump: Use the correct IPEHR on pre-965.
      intel_gpu_top: Move instdone bit definitions to lib to share with _dump.
      intel_gpu_dump: Add instdone register values and decoding.
      .gitignore: catch up to intel_reg_write addition
      Add a manpage for intel_reg_write
      intel_gpu_dump: Fix decode for LOAD_STATE_IMMEDIATE_1 with S8 set.
      Add INSTDONE bits for 830-865.
      intel_gpu_dump: Add IPEIR and PGTBL_ER to output.
      intel_gpu_dump: Parse LOAD_STATE_IMMEDIATE_2 for 830.
      intel_gpu_dump: Don't pretend we understand vertex formats on 8xx.
      Bump to 1.0.2 for release.

Jesse Barnes (1):
      Four new tests for error handling

Robert Bragg (4):
      Revert "intel_gpu_top:print a visual clue on how big a certain use is"
      Increases the sample frequency from 100/sec to 10,000/sec
      Adds unicode bars for quickly visualizing the busy percentages
      A pedantic addition of a format string to a printf call

Tormod Volden (5):
      Start new release
      Bump standard-version to 3.8.3
      Add build-dep on libdrm-intel1 2.4.6
      Add myself as uploader
      Release 1.0.2-1

Xiang, Haihao (3):
      Fix the length of CONSTANT_BUFFER
      CS FENCE in URB_FENCE is 11-bits wide
      Add support for new chips

---
 .gitignore               |    6 
 configure.ac             |    2 
 debian/changelog         |    9 +
 debian/control           |    5 
 lib/Makefile.am          |    2 
 lib/instdone.c           |  169 ++++++++++++++++++++++
 lib/instdone.h           |   39 +++++
 lib/intel_chipset.h      |   10 +
 lib/intel_reg.h          |   55 +++++++
 man/Makefile.am          |    1 
 man/intel_reg_write.1    |   16 ++
 tests/Makefile.am        |   10 +
 tests/gem_bad_address.c  |   82 +++++++++++
 tests/gem_bad_batch.c    |   78 ++++++++++
 tests/gem_bad_blit.c     |  122 ++++++++++++++++
 tests/gem_fence_thrash.c |  148 +++++++++++++++++++
 tests/gem_hang.c         |   98 +++++++++++++
 tools/Makefile.am        |    3 
 tools/intel_gpu_dump.c   |  348 +++++++++++++++++++++++++++++++++++------------
 tools/intel_gpu_top.c    |  266 +++++++++++++++++++++++------------
 tools/intel_reg_write.c  |   57 +++++++
 21 files changed, 1343 insertions(+), 183 deletions(-)
---


Reply to: