On 23.10.2015 01:09, Alex Deucher wrote:
> From: Samuel Li <samuel...@amd.com>
> 
> v2 (agd): rebase on mesa master, split pci ids to
> separate commit
> 
> Signed-off-by: Samuel Li <samuel...@amd.com>

[...]

> @@ -540,6 +541,7 @@ const char *r600_get_llvm_processor_name(enum 
> radeon_family family)
>       case CHIP_ICELAND: return "iceland";
>       case CHIP_CARRIZO: return "carrizo";
>       case CHIP_FIJI: return "fiji";
> +     case CHIP_STONEY: return "stoney";
>       default: return "";
>       }
>  }

Do we need a fallback here for existing versions of LLVM which don't
recognize "stoney" yet?

Other than that, looks good to me.


Patch 2 is

Reviewed-by: Michel Dänzer <michel.daen...@amd.com>


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to