From ef97cc0cae687726a2a7a6c9dccc2e90d04b1d74 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 6 Oct 2016 20:24:45 +0200 Subject: radeonsi/gfx9: add IB parser support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/amd/Makefile.common.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/amd/Makefile.common.am') diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am index e492fbcb393..595876f610a 100644 --- a/src/amd/Makefile.common.am +++ b/src/amd/Makefile.common.am @@ -65,8 +65,8 @@ common_libamd_common_la_SOURCES += $(AMD_NIR_FILES) endif endif -common/sid_tables.h: $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h +common/sid_tables.h: $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h $(srcdir)/common/gfx9d.h $(AM_V_at)$(MKDIR_P) $(@D) - $(AM_V_GEN) $(PYTHON2) $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h > $@ + $(AM_V_GEN) $(PYTHON2) $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h $(srcdir)/common/gfx9d.h > $@ BUILT_SOURCES = $(AMD_GENERATED_FILES) -- cgit v1.2.3