Searched defs:MI_LOAD_REGISTER_IMM (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_reg.h319 /* Official intel docs are somewhat sloppy concerning MI_LOAD_REGISTER_IMM:
320 * - Always issue a MI_NOOP _before_ the MI_LOAD_REGISTER_IMM - otherwise hw
325 #define MI_LOAD_REGISTER_IMM(x) MI_INSTR(0x22, 2*x-1) macro

Completed in 86 milliseconds