summaryrefslogtreecommitdiff
path: root/src/intel/tools/aubinator.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-03-25 13:59:52 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-03-31 01:25:33 +0100
commit469da094e13ebdd244d64ea5c7b868ac2b3c4588 (patch)
tree24b4d50295c6e862c1b337c86f792b3beda705d0 /src/intel/tools/aubinator.c
parent0f83c0514929577a824877870a98f945d90a689e (diff)
aubinator: enable snb/ilk through --gen
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'src/intel/tools/aubinator.c')
-rw-r--r--src/intel/tools/aubinator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 68fd18cd684..322f0df5232 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 */