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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c1084 /* Finally, remap it using the new GTT offset */
3456 u32 remap = I915_READ(GEN7_L3LOG_BASE + i); local
3457 if (remap && remap != dev_priv->l3_parity.remap_info[i/4])
3459 GEN7_L3LOG_BASE + i, remap);
3460 if (remap && !dev_priv->l3_parity.remap_info[i/4])

Completed in 18 milliseconds