freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.h
authorConnor Abbott <cwabbott0@gmail.com>
Mon, 6 Jul 2020 11:35:43 +0000 (13:35 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 7 Jul 2020 09:51:40 +0000 (09:51 +0000)
This matches the XML, and soon adreno_a6xx.xml will start including
types from adreno_pm4.xml.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5557>

src/freedreno/fdl/fd6_layout_test.c
src/freedreno/fdl/fd_layout_test.c
src/freedreno/perfcntrs/fd6_perfcntr.c

index 2a8083a866c4bad9488e2e9cf04e220ee533217d..6c917d4bffc43acaf97c2c490b426c7f98b7b37e 100644 (file)
@@ -24,6 +24,7 @@
 #include "freedreno_layout.h"
 #include "fd_layout_test.h"
 #include "adreno_common.xml.h"
+#include "adreno_pm4.xml.h"
 #include "a6xx.xml.h"
 
 #include <stdio.h>
index 03174e5868838166924ca9388ef5994e83aaf3c4..99d17e52cc62f0b0fe9cd8c23d058591fca06ffc 100644 (file)
@@ -24,6 +24,7 @@
 #include "freedreno_layout.h"
 #include "fd_layout_test.h"
 #include "adreno_common.xml.h"
+#include "adreno_pm4.xml.h"
 #include "a6xx.xml.h"
 
 #include <stdio.h>
index fa5ee1232b4efce7125f13af32c204fa0185204b..02e55f8babd52d05df816c230b3d29b30f80cf87 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "util/u_half.h"
 #include "adreno_common.xml.h"
+#include "adreno_pm4.xml.h"
 #include "a6xx.xml.h"
 
 #define REG(_x) REG_A6XX_ ## _x