diff options
author | Marek Olšák <[email protected]> | 2016-10-06 20:24:45 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-30 14:44:33 +0200 |
commit | ef97cc0cae687726a2a7a6c9dccc2e90d04b1d74 (patch) | |
tree | 35bea4e3bd1cf1b7b34446cc9a9e148836f23aa1 /src/amd/common/ac_debug.c | |
parent | 9338ab0afd0ab82a9077e11651c61424039bd12c (diff) |
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 <[email protected]>
Diffstat (limited to 'src/amd/common/ac_debug.c')
-rw-r--r-- | src/amd/common/ac_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_debug.c b/src/amd/common/ac_debug.c index 989dfda4ff9..9d051f9159e 100644 --- a/src/amd/common/ac_debug.c +++ b/src/amd/common/ac_debug.c @@ -27,6 +27,7 @@ #include "ac_debug.h" #include "sid.h" +#include "gfx9d.h" #include "sid_tables.h" #include "util/u_math.h" #include "util/u_memory.h" |