[Mesa-dev] [PATCH 2/2] aubinator: enable snb/ilk through --gen

Lionel Landwerlin lionel.g.landwerlin at intel.com
Sat Mar 25 21:57:16 UTC 2017


Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 src/intel/tools/aubinator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 68fd18cd68..322f0df523 100644
--- a/src/intel/tools/aubinator.c
+++ b/src/intel/tools/aubinator.c
@@ -1136,6 +1136,8 @@ int main(int argc, char *argv[])
       const char *name;
       int pci_id;
    } gens[] = {
+      { "ilk", 0x0046 }, /* Intel(R) Ironlake Mobile */
+      { "snb", 0x0126 }, /* Intel(R) Sandybridge Mobile GT2 */
       { "ivb", 0x0166 }, /* Intel(R) Ivybridge Mobile GT2 */
       { "hsw", 0x0416 }, /* Intel(R) Haswell Mobile GT2 */
       { "byt", 0x0155 }, /* Intel(R) Bay Trail */
-- 
2.11.0



More information about the mesa-dev mailing list