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

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_drv.c1254 if (reg >= RENDER_RING_BASE &&
1255 reg < RENDER_RING_BASE + 0xff)
1414 { RING_TIMESTAMP(RENDER_RING_BASE), 8, 0xF0 },
H A Dintel_ringbuffer.c1607 ring->mmio_base = RENDER_RING_BASE;
1693 ring->mmio_base = RENDER_RING_BASE;
H A Di915_reg.h429 #define RENDER_RING_BASE 0x02000 macro
439 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))
440 #define GEN6_RBSYNC (RING_SYNC_1(RENDER_RING_BASE))
H A Di915_irq.c1821 I915_WRITE(RING_IMR(RENDER_RING_BASE), 0);

Completed in 151 milliseconds