radeonsi/gfx9: add IB parser support
authorMarek Olšák <marek.olsak@amd.com>
Thu, 6 Oct 2016 18:24:45 +0000 (20:24 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 30 Mar 2017 12:44:33 +0000 (14:44 +0200)
commitef97cc0cae687726a2a7a6c9dccc2e90d04b1d74
tree35bea4e3bd1cf1b7b34446cc9a9e148836f23aa1
parent9338ab0afd0ab82a9077e11651c61424039bd12c
radeonsi/gfx9: add IB parser support

Both GFX6 and GFX9 fields are printed next to each other in parsed IBs.

The Python script parses both headers like one stream and tries to merge
all definitions.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/amd/Makefile.common.am
src/amd/common/ac_debug.c
src/amd/common/sid_tables.py
src/gallium/drivers/radeonsi/si_debug.c