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

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_drv.c1260 if (reg >= BLT_RING_BASE &&
1261 reg < BLT_RING_BASE + 0xff)
H A Di915_reg.h432 #define BLT_RING_BASE 0x22000 macro
443 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
444 #define GEN6_BVSYNC (RING_SYNC_1(BLT_RING_BASE))
H A Dintel_ringbuffer.c1809 ring->mmio_base = BLT_RING_BASE;
H A Di915_irq.c1823 I915_WRITE(RING_IMR(BLT_RING_BASE), 0);

Completed in 193 milliseconds