aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_debug.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when availableNicolai Hähnle2018-12-191-0/+2
* radeonsi: pass -O halt_waves to umr for hang debuggingNicolai Hähnle2018-04-111-1/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-3/+0
* radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset2017-09-141-0/+76
* ac/debug: take ASIC generation into account when printing registersNicolai Hähnle2017-09-061-34/+49
* amd/common: pass chip_class to ac_dump_regNicolai Hähnle2017-09-061-43/+43
* radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2017-09-011-0/+109
* ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2017-08-291-18/+36
* ac/debug: use util_strchrnul() to fix android build errorMauro Rossi2017-08-241-1/+2
* ac/debug: invoke valgrind checks while parsing IBsNicolai Hähnle2017-08-231-0/+20
* ac/debug: annotate IB dumps with the raw valuesNicolai Hähnle2017-08-231-18/+66
* ac/debug: use an explicit getter for fetching words from the IBNicolai Hähnle2017-08-231-153/+215
* amd/common: split out ac_parse_ib_chunk from ac_parse_ibNicolai Hähnle2017-08-221-8/+29
* ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHEREMarek Olšák2017-06-191-0/+46
* ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle2017-05-161-1/+7
* radeonsi/gfx9: add IB parser supportMarek Olšák2017-03-301-0/+1
* ac/debug: Decrease num_dw for type 2 NOP's.Bas Nieuwenhuizen2017-01-171-0/+1
* ac/debug: Dump indirect buffers.Bas Nieuwenhuizen2017-01-091-3/+21
* ac/debug: Move IB decode to common code.Bas Nieuwenhuizen2017-01-091-0/+357