Searched refs:pd_offset (Results 1 - 3 of 3) 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
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c2092 mdb_printf("pd gtt offset: 0x%08x\n", ppgtt.pd_offset);

Completed in 49 milliseconds