summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Display shader contents before calling LLVM to disassembleTom St Denis1-0/+9
2019-01-03Add manual support for XGMI mapping.Tom St Denis4-2/+86
2019-01-02add error message if accessing system memory failsTom St Denis1-3/+7
2019-01-02capture resource registers for shaders and tidy up shader typeTom St Denis3-8/+24
2019-01-02only display shaders in wave dump if ring is haltedTom St Denis1-26/+33
2018-12-13updates to the sphinx documentationTom St Denis2-0/+32
2018-12-11Fix empty structure arrays for some IP blocksTom St Denis53-13716/+13699
2018-12-11add new vega10 and vega20 DIDsTom St Denis1-0/+7
2018-12-10fix register address width for SRBM_WRITE decode on newer hardwareTom St Denis1-2/+5
2018-12-06enable sdma decoder on page ringsTom St Denis1-1/+2
2018-11-20move linux specific umr_free_asic() to lowlevelTom St Denis5-28/+56
2018-11-12Clean up and organize --help and man pageTom St Denis2-117/+153
2018-11-08Fix soc15 parser to handle tabs and spacesTom St Denis5-2/+1967
2018-11-06READE for --update scripts for future referenceTom St Denis1-0/+7
2018-11-01fix various ADDR_LO fields in PM4 decodersTom St Denis2-9/+9
2018-10-30fix ADDRESS_LO decoding from EVENT_WRITE_EOP opcodeTom St Denis2-2/+2
2018-10-30add support for unhandled opcode callback in pm4 decoderTom St Denis2-1/+18
2018-10-29add shader callback to PM4 decoder uiTom St Denis2-2/+18
2018-10-25Creation of lowlevel libraryTom St Denis14-229/+314
2018-10-24UI library for PM4 decoderTom St Denis4-10/+885
2018-10-23fix INDEX bit in LOAD_CONTEXT_REG_INDEX PM4 decoderTom St Denis1-2/+2
2018-10-22add CLEAR_STATE PM4 opcode decodingTom St Denis1-0/+7
2018-10-19fix INDEX bit for LOAD_SH_REG_INDEX packetTom St Denis1-2/+2
2018-10-16use blue instead of yellow for WAIT_MEM_REG fieldsTom St Denis1-3/+3
2018-10-16add COPY_DATA opcode PM4 decoderTom St Denis1-0/+41
2018-10-15reg refresh to add new VCN and GC registersTom St Denis3-1/+21
2018-10-13improve decoding of RELEASE_MEM and add FRAME_CONTROL PM4 packet decodingsTom St Denis1-11/+46
2018-10-11Add 6 missing PM4 decoders:Tom St Denis1-6/+134
2018-10-11restrict VMID from INDIRECT_BUFFER_CONST to 4 bitsTom St Denis1-2/+2
2018-09-28correct shader PGM_HI shift in PM4 stream decoderTom St Denis1-1/+1
2018-09-28mask off upper bits from VM addresses on gfx9 platformsTom St Denis1-0/+4
2018-09-27refresh of gfx921/vcn10 registersTom St Denis3-1/+20
2018-09-20fix --update script length checkingTom St Denis1-1/+1
2018-09-17Add Picasso as raven1 deviceTom St Denis1-0/+1
2018-09-12add no_disasm optionTom St Denis5-4/+20
2018-08-29Add optional filter for profiler to only profile a certain type of shader.Tom St Denis5-12/+64
2018-08-29print shader type name in profiler instead of integerTom St Denis1-2/+3
2018-08-28PM4 stream decoder now tracks which type of shaders are found, which is tabul...Tom St Denis3-1/+28
2018-08-28fix documentation for --dump-ib to indicate the vmid is completely optionalTom St Denis3-3/+3
2018-08-28remove newline from PM4 decoder output for PKT3_NOPTom St Denis1-1/+1
2018-08-28add comment string decoding for PKT3_NOPTom St Denis2-0/+47
2018-08-23cleanup various warnings and one static diagnosticTom St Denis14-41/+96
2018-08-15access PTE/PDE via system memory if S bit is setTom St Denis1-4/+14
2018-08-15remove delay parameter from profilerTom St Denis6-32/+43
2018-08-14wait longer for ring idleTom St Denis1-1/+1
2018-08-14Detect if the ring is halted in profilerTom St Denis3-1/+37
2018-08-10Fix documentation for --dump-ib to indicate optional parametersTom St Denis3-3/+3
2018-08-10Add --dump-ib commandTom St Denis6-3/+129
2018-08-09capture new VCN interrupt registersTom St Denis2-0/+4
2018-08-07add missing PG/CG flags in umr_print_config() for RV1Tom St Denis1-0/+3