aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAfonso Bordado <[email protected]>2019-12-31 15:08:49 +0000
committerMarge Bot <[email protected]>2020-01-14 17:16:11 +0000
commit22217f24ec927e90d6bac1921cc288797ab54d03 (patch)
tree7e6f8e27905390f2389b730ac8f6c2207dbca76d
parenta19cdf989b1cca7126a29a42e5f28e8c7823e937 (diff)
pan/midgard: Fix midgard_compile.h includes
We now use enum mali_format which is defined in panfrost-job.h Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3243> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3243>
-rw-r--r--src/panfrost/midgard/midgard_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/midgard/midgard_compile.h b/src/panfrost/midgard/midgard_compile.h
index 9f29cab5076..51d1c3fe1c3 100644
--- a/src/panfrost/midgard/midgard_compile.h
+++ b/src/panfrost/midgard/midgard_compile.h
@@ -26,6 +26,7 @@
#include "compiler/nir/nir.h"
#include "util/u_dynarray.h"
+#include "panfrost-job.h"
/* Define the general compiler entry point */