summaryrefslogtreecommitdiff
path: root/src/amd/common/ac_debug.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02radeonsi: remove 'Authors:' commentsMarek Olšák1-3/+0
2017-09-14radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset1-0/+76
2017-09-06ac/debug: take ASIC generation into account when printing registersNicolai Hähnle1-34/+49
2017-09-06amd/common: pass chip_class to ac_dump_regNicolai Hähnle1-43/+43
2017-09-01radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset1-0/+109
2017-08-29ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen1-18/+36
2017-08-24ac/debug: use util_strchrnul() to fix android build errorMauro Rossi1-1/+2
2017-08-23ac/debug: invoke valgrind checks while parsing IBsNicolai Hähnle1-0/+20
2017-08-23ac/debug: annotate IB dumps with the raw valuesNicolai Hähnle1-18/+66
2017-08-23ac/debug: use an explicit getter for fetching words from the IBNicolai Hähnle1-153/+215
2017-08-22amd/common: split out ac_parse_ib_chunk from ac_parse_ibNicolai Hähnle1-8/+29
2017-06-19ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHEREMarek Olšák1-0/+46
2017-05-16ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle1-1/+7
2017-03-30radeonsi/gfx9: add IB parser supportMarek Olšák1-0/+1
2017-01-17ac/debug: Decrease num_dw for type 2 NOP's.Bas Nieuwenhuizen1-0/+1
2017-01-09ac/debug: Dump indirect buffers.Bas Nieuwenhuizen1-3/+21
2017-01-09ac/debug: Move IB decode to common code.Bas Nieuwenhuizen1-0/+357