Home
last modified time | relevance | path

Searched refs:BLT_RING_BASE (Results 1 – 3 of 3) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_reg.h673 #define BLT_RING_BASE 0x22000 macro
687 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
688 #define GEN6_BVSYNC (RING_SYNC_1(BLT_RING_BASE))
689 #define GEN6_BVESYNC (RING_SYNC_2(BLT_RING_BASE))
H A Dintel_ringbuffer.c2000 ring->mmio_base = BLT_RING_BASE; in intel_init_blt_ring_buffer()
H A Di915_irq.c2606 I915_WRITE(RING_IMR(BLT_RING_BASE), 0); in valleyview_irq_preinstall()