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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_gtt.c209 WARN_ON(ppgtt->pd_offset & 0x3f);
212 + ppgtt->pd_offset + i * sizeof(gtt_pte_t));
224 (gen6_gtt_pte_t *)(uintptr_t)((caddr_t)dev_priv->gtt.virtual_gtt + ppgtt->pd_offset));
230 uint32_t pd_offset; local
235 BUG_ON(ppgtt->pd_offset & 0x3f);
239 pd_offset = ppgtt->pd_offset;
240 pd_offset /= 64; /* in cachelines, */
241 pd_offset <<= 16;
280 I915_WRITE(RING_PP_DIR_BASE(ring), pd_offset); local
[all...]
H A Di915_drv.h496 uint32_t pd_offset; member in struct:i915_hw_ppgtt

Completed in 560 milliseconds