summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-12-10Limit printing to terminal height in intel_gpu_top.Kenneth Graunke
2009-11-30decode: Split decoder and reuse outside of intel_gpu_dumpChris Wilson
2009-11-06Add: tools/intel_audio_dumpWu Fengguang
2009-10-08Add: tools/intel_gpu_timeChris Wilson
2009-10-06Add intel_gpu_dump from the 2D driver.Eric Anholt
2009-09-17Print unmatched opcode value for all 3D UNKNOWN messagesCarl Worth
2009-09-08Add support for new chipsXiang, Haihao
2009-09-08CS FENCE in URB_FENCE is 11-bits wideXiang, Haihao
2009-09-08Fix the length of CONSTANT_BUFFERXiang, Haihao
2009-09-04intel_gpu_dump: Don't pretend we understand vertex formats on 8xx.Eric Anholt
2009-09-04intel_gpu_dump: Parse LOAD_STATE_IMMEDIATE_2 for 830.Eric Anholt
2009-09-04intel_gpu_dump: Add IPEIR and PGTBL_ER to output.Eric Anholt
2009-09-04intel_gpu_dump: Fix decode for LOAD_STATE_IMMEDIATE_1 with S8 set.Eric Anholt
2009-09-03dump: Minor typoChris Wilson
2009-07-07Add CS_USB_STATE decodingBen Gamari
2009-07-07Add CONSTANT_BUFFER decodingBen Gamari
2009-07-07Fix gs_fence output in URB_FENCE outputBen Gamari
2009-07-07add realloc bits to URB_FENCE decodingBen Gamari
2009-07-07Fix error message for case of kernel prior to 2.6.30Carl Worth
2009-06-30intel_gpu_dump: Add instdone register values and decoding.Eric Anholt
2009-06-30intel_gpu_top: Move instdone bit definitions to lib to share with _dump.Eric Anholt
2009-06-23intel_gpu_dump: Use the correct IPEHR on pre-965.Eric Anholt
2009-06-23intel_gpu_dump: Add details on URB_FENCE.Eric Anholt
2009-06-23Oops, fix up printed hw offset since the HEAD pointer fixupEric Anholt
2009-06-23Add more 965 INSTDONE bits.Eric Anholt
2009-06-23Correctly flag the acthd when it points within a packet.Eric Anholt
2009-06-23Add the acthd to the GPU dump.Eric Anholt
2009-06-23Add register writing toolBen Gamari
2009-06-09Make the precentage bars fit in 80 columns.Eric Anholt
2009-06-09A pedantic addition of a format string to a printf callRobert Bragg
2009-06-09Adds unicode bars for quickly visualizing the busy percentagesRobert Bragg
2009-06-09Increases the sample frequency from 100/sec to 10,000/secRobert Bragg
2009-06-09Revert "intel_gpu_top:print a visual clue on how big a certain use is"Robert Bragg
2009-06-04intel_gpu_top: Print GPU clock information, which seems interesting.Eric Anholt
2009-06-04intel_gpu_top:print a visual clue on how big a certain use isArjan van de Ven
2009-05-19intel_gpu_dump: Stop decoding batchbuffers after MI_BATCH_BUFFER_END.Eric Anholt
2009-05-19Add decode of gen4 PIPE_CONTROLEric Anholt
2009-05-19Add decode of dest buffer variables (destination format)Eric Anholt
2009-04-27Fix distcheckEric Anholt
2009-04-27intel_gpu_top: Add ring information.Eric Anholt
2009-04-13intel_gpu_dump: Use asprintf instead of a static-sized arrayCarl Worth
2009-04-13intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping codeCarl Worth
2009-04-13intel_gpu_dump: Mention filename in error messageCarl Worth
2009-04-13Add example command for mounting debugfsCarl Worth
2009-04-12intel_gpu_dump: Add no-arguments automatic mode, and clean up comments.Eric Anholt
2009-04-12intel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.Eric Anholt
2009-04-12intel_gpu_dump: Decode the GTT offset of batchbuffers.Eric Anholt
2009-04-12intel_gpu_dump: Get the devid so we can decode correctly on gen4.Eric Anholt
2009-04-07Add a test for pread after blitting to an object.Eric Anholt
2009-04-07Add very preliminary intel_gpu_dump programCarl Worth