[Intel-gfx] [PATCH 2/2] intel/test_decode: Allow gen8 to be infered from the batch filenames
Damien Lespiau
damien.lespiau at intel.com
Fri Dec 13 18:51:26 CET 2013
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
intel/test_decode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/intel/test_decode.c b/intel/test_decode.c
index 0fcdf3b..b710f34 100644
--- a/intel/test_decode.c
+++ b/intel/test_decode.c
@@ -146,6 +146,7 @@ infer_devid(const char *batch_filename)
{ "gen5", PCI_CHIP_ILD_G },
{ "gen6", PCI_CHIP_SANDYBRIDGE_GT2 },
{ "gen7", PCI_CHIP_IVYBRIDGE_GT2 },
+ { "gen8", 0x1616 },
{ NULL, 0 },
};
int i;
--
1.8.3.1
More information about the Intel-gfx
mailing list