Re: [Mesa-dev] [PATCH] R600/SI: Add processor type for Mullins.

2014-05-02 Thread Tom Stellard
On Wed, Apr 30, 2014 at 06:58:26PM -0400, Alex Deucher wrote:
 From: Samuel Li samuel...@amd.com
 

Committed as r207846.

-Tom

 Signed-off-by: Samuel Li samuel...@amd.com
 Signed-off-by: Alex Deucher alexander.deuc...@amd.com
 ---
  lib/Target/R600/Processors.td | 2 ++
  1 file changed, 2 insertions(+)
 
 diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
 index fde4481..ce17d7c 100644
 --- a/lib/Target/R600/Processors.td
 +++ b/lib/Target/R600/Processors.td
 @@ -106,3 +106,5 @@ def : Prockabini, SI_Itin, [FeatureSeaIslands];
  def : Prockaveri, SI_Itin, [FeatureSeaIslands];
  
  def : Prochawaii, SI_Itin, [FeatureSeaIslands];
 +
 +def : Procmullins,SI_Itin, [FeatureSeaIslands];
 -- 
 1.8.3.1
 
 ___
 mesa-dev mailing list
 mesa-dev@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2014-04-30 Thread Alex Deucher
From: Samuel Li samuel...@amd.com

Signed-off-by: Samuel Li samuel...@amd.com
Signed-off-by: Alex Deucher alexander.deuc...@amd.com
---
 lib/Target/R600/Processors.td | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index fde4481..ce17d7c 100644
--- a/lib/Target/R600/Processors.td
+++ b/lib/Target/R600/Processors.td
@@ -106,3 +106,5 @@ def : Prockabini, SI_Itin, [FeatureSeaIslands];
 def : Prockaveri, SI_Itin, [FeatureSeaIslands];
 
 def : Prochawaii, SI_Itin, [FeatureSeaIslands];
+
+def : Procmullins,SI_Itin, [FeatureSeaIslands];
-- 
1.8.3.1

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev