Searched refs:IIR (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c806 * IIR bits should never already be set because IMR should
807 * prevent an interrupt from being shown in IIR. The warning
946 * Clear the PIPE*STAT regs before the IIR
967 /* Consume port. Then clear IIR or we'll miss events */
1028 DRM_DEBUG_DRIVER(" pipe %c FDI IIR: 0x%08x\n",
1127 DRM_DEBUG_DRIVER(" pipe %c FDI IIR: 0x%08x\n",
2063 I915_WRITE(IIR, I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT);
2965 * to '0' on the following vblank, i.e. IIR has the Pendingflip
2993 iir = I915_READ16(IIR);
3012 * Clear the PIPE*STAT regs before the IIR
[all...]
H A Di915_reg.h815 #define IIR 0x020a4 macro
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1366 " IIR:\tInterrupt Identity Register\n"
1412 mdb_printf("Display IIR:\t%08x\n", val);
1438 mdb_printf("Render IIR:\t%08x\n", val);
1450 mdb_printf("PM IIR:\t\t%08x\n", val);
1472 ret = i915_read(dev_priv, (uintptr_t)IIR, &val);

Completed in 96 milliseconds