summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Print unmatched opcode value for all 3D UNKNOWN messagesCarl Worth1-55/+73
2009-09-08Add support for new chipsXiang, Haihao1-15/+43
2009-09-08CS FENCE in URB_FENCE is 11-bits wideXiang, Haihao1-1/+1
2009-09-08Fix the length of CONSTANT_BUFFERXiang, Haihao1-0/+1
2009-09-04intel_gpu_dump: Don't pretend we understand vertex formats on 8xx.Eric Anholt1-7/+9
2009-09-04intel_gpu_dump: Parse LOAD_STATE_IMMEDIATE_2 for 830.Eric Anholt1-0/+28
2009-09-04intel_gpu_dump: Add IPEIR and PGTBL_ER to output.Eric Anholt1-0/+4
2009-09-04intel_gpu_dump: Fix decode for LOAD_STATE_IMMEDIATE_1 with S8 set.Eric Anholt1-2/+2
2009-09-03dump: Minor typoChris Wilson1-1/+1
2009-07-07Add CS_USB_STATE decodingBen Gamari1-0/+5
2009-07-07Add CONSTANT_BUFFER decodingBen Gamari1-0/+6
2009-07-07Fix gs_fence output in URB_FENCE outputBen Gamari1-1/+1
2009-07-07add realloc bits to URB_FENCE decodingBen Gamari1-1/+7
2009-07-07Fix error message for case of kernel prior to 2.6.30Carl Worth1-1/+1
2009-06-30intel_gpu_dump: Add instdone register values and decoding.Eric Anholt1-2/+34
2009-06-30intel_gpu_top: Move instdone bit definitions to lib to share with _dump.Eric Anholt1-114/+22
2009-06-23intel_gpu_dump: Use the correct IPEHR on pre-965.Eric Anholt1-1/+2
2009-06-23intel_gpu_dump: Add details on URB_FENCE.Eric Anholt1-0/+40
2009-06-23Oops, fix up printed hw offset since the HEAD pointer fixupEric Anholt1-2/+6
2009-06-23Add more 965 INSTDONE bits.Eric Anholt1-3/+36
2009-06-23Correctly flag the acthd when it points within a packet.Eric Anholt1-3/+4
2009-06-23Add the acthd to the GPU dump.Eric Anholt1-0/+2
2009-06-23Add register writing toolBen Gamari2-1/+59
2009-06-09Make the precentage bars fit in 80 columns.Eric Anholt1-15/+18
2009-06-09A pedantic addition of a format string to a printf callRobert Bragg1-1/+1
2009-06-09Adds unicode bars for quickly visualizing the busy percentagesRobert Bragg1-5/+45
2009-06-09Increases the sample frequency from 100/sec to 10,000/secRobert Bragg1-8/+11
2009-06-09Revert "intel_gpu_top:print a visual clue on how big a certain use is"Robert Bragg1-17/+3
2009-06-04intel_gpu_top: Print GPU clock information, which seems interesting.Eric Anholt1-0/+95
2009-06-04intel_gpu_top:print a visual clue on how big a certain use isArjan van de Ven1-3/+17
2009-05-19intel_gpu_dump: Stop decoding batchbuffers after MI_BATCH_BUFFER_END.Eric Anholt1-1/+18
2009-05-19Add decode of gen4 PIPE_CONTROLEric Anholt1-0/+26
2009-05-19Add decode of dest buffer variables (destination format)Eric Anholt1-0/+30
2009-04-27Fix distcheck1.0Eric Anholt1-0/+4
2009-04-27intel_gpu_top: Add ring information.Eric Anholt1-1/+25
2009-04-13intel_gpu_dump: Use asprintf instead of a static-sized arrayCarl Worth1-4/+7
2009-04-13intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping codeCarl Worth1-0/+13
2009-04-13intel_gpu_dump: Mention filename in error messageCarl Worth1-2/+5
2009-04-13Add example command for mounting debugfsCarl Worth1-1/+4
2009-04-12intel_gpu_dump: Add no-arguments automatic mode, and clean up comments.Eric Anholt1-17/+29
2009-04-12intel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.Eric Anholt1-12/+107
2009-04-12intel_gpu_dump: Decode the GTT offset of batchbuffers.Eric Anholt1-7/+18
2009-04-12intel_gpu_dump: Get the devid so we can decode correctly on gen4.Eric Anholt1-1/+3
2009-04-07Add a test for pread after blitting to an object.Eric Anholt1-2/+1
2009-04-07Add very preliminary intel_gpu_dump programCarl Worth2-1/+115
2009-04-07Add Eric's batchbuffer-decode codeCarl Worth2-0/+1786
2009-03-27intel_gpu_top: Add more 965 bits.Eric Anholt1-5/+23
2009-03-27Port intel_idle from 2D driver as intel_gpu_top with a better interface.Eric Anholt2-1/+169
2009-03-27intel_stepping: Add G45 and GM45.Eric Anholt1-0/+20
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt2-0/+147