[Mesa-dev] [PATCH] R600/SI: Add processor types for each CIK variant
alexdeucher at gmail.com
alexdeucher at gmail.com
Fri Jun 28 12:05:04 PDT 2013
From: Alex Deucher <alexander.deucher at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
lib/Target/R600/Processors.td | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index 81f407e..a0735d4 100644
--- a/lib/Target/R600/Processors.td
+++ b/lib/Target/R600/Processors.td
@@ -48,3 +48,6 @@ def : Proc<"pitcairn", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"verde", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"oland", SI_Itin, [FeatureSouthernIslands]>;
def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"bonaire", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"kabini", SI_Itin, [FeatureSouthernIslands]>;
+def : Proc<"kaveri", SI_Itin, [FeatureSouthernIslands]>;
\ No newline at end of file
--
1.7.7.5
More information about the mesa-dev
mailing list