Add Ivybridge support to intel_gpu_dump and the BLT tests.

This commit is contained in:
Eric Anholt
2011-05-06 12:15:50 -07:00
parent a825173a5f
commit d73cdde45a
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ main (int argc, char *argv[])
printf("ESR: 0x%08x\n", INREG(ESR));
printf("PGTBL_ER: 0x%08x\n", INREG(PGTBL_ER));
if (IS_GEN6(devid)) {
if (IS_GEN6(devid) || IS_GEN7(devid)) {
instdone = INREG(GEN6_INSTDONE_1);
instdone1 = INREG(GEN6_INSTDONE_2);