[Mesa-dev] [PATCH] R600/SI: Add processor type for Hawaii

Alex Deucher alexdeucher at gmail.com
Wed Nov 13 09:27:05 PST 2013


Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 lib/Target/R600/Processors.td | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index 31079d3..ee190e4 100644
--- a/lib/Target/R600/Processors.td
+++ b/lib/Target/R600/Processors.td
@@ -51,3 +51,4 @@ def : Proc<"hainan",     SI_Itin, [FeatureSouthernIslands]>;
 def : Proc<"bonaire",    SI_Itin, [FeatureSeaIslands]>;
 def : Proc<"kabini",     SI_Itin, [FeatureSeaIslands]>;
 def : Proc<"kaveri",     SI_Itin, [FeatureSeaIslands]>;
+def : Proc<"hawaii",     SI_Itin, [FeatureSeaIslands]>;
-- 
1.8.3.1



More information about the mesa-dev mailing list