Searched refs:INSTDONE1 (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c939 DRM_ERROR(" INSTDONE1: 0x%08x",
940 I915_READ(INSTDONE1));
H A Di915_irq.c1442 instdone[1] = I915_READ(INSTDONE1);
1981 DRM_DEBUG(" INSTDONE1: 0x%08x\n",
1982 I915_READ(INSTDONE1));
2044 DRM_DEBUG(" INSTDONE1: 0x%08x\n",
2045 I915_READ(INSTDONE1));
H A Di915_reg.h750 #define INSTDONE1 0x0207c /* 965+ only */ macro
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c730 " INSTDONE1:\tInstruction Stream Interface Done 1\n"
815 ret = i915_read(dev_priv, (uintptr_t)INSTDONE1, &val);
817 mdb_printf(" INSTDONE1: 0x%08x\n", val);

Completed in 67 milliseconds