aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_debug.c
Commit message (Expand)AuthorAgeFilesLines
* amd: fix empty-body issuesEric Engestrom2019-12-271-1/+1
* util: use standard name for strchrnul()Eric Engestrom2019-07-191-1/+1
* ac: select the GFX ring when halting waves with UMR on GFX10Samuel Pitoiset2019-07-081-3/+6
* amd/common/gfx10: print gfx10 registers in debug dumpsNicolai Hähnle2019-07-031-1/+3
* amd/common/gfx10: print out GCR_CNTL as part of {ACQUIRE,RELEASE}_MEMNicolai Hähnle2019-07-031-11/+17
* ac/registers: don't use the si, cik, vi names, use gfxNMarek Olšák2019-06-031-3/+3
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+0
* amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguationNicolai Hähnle2019-06-031-1/+1
* amd/common: derive ac_debug tables from register JSONNicolai Hähnle2019-06-031-3/+7
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-1/+1
* 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