[Mesa-dev] [PATCH] R600/SI: Add processor types for each CIK variant
Tom Stellard
tom at stellard.net
Fri Jun 28 13:27:10 PDT 2013
On Fri, Jun 28, 2013 at 03:05:04PM -0400, alexdeucher at gmail.com wrote:
> From: Alex Deucher <alexander.deucher at amd.com>
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Committed, thanks!
-Tom
> ---
> 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list