Searched refs:RING_INSTDONE (Results 1 – 2 of 2) sorted by relevance
877 ering->instdone = I915_READ(RING_INSTDONE(ring->mmio_base)); in i915_record_ring_state()1393 instdone[0] = I915_READ(RING_INSTDONE(RENDER_RING_BASE)); in i915_get_extra_instdone()1396 instdone[0] = I915_READ(RING_INSTDONE(RENDER_RING_BASE)); in i915_get_extra_instdone()
1611 #define RING_INSTDONE(base) ((base)+0x6c) macro