Lines Matching refs:CS_GPR
1645 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro
1691 stream, cs, true /* save */, CS_GPR(i), in alloc_noa_wait()
1706 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4; in alloc_noa_wait()
1710 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)); in alloc_noa_wait()
1724 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4; in alloc_noa_wait()
1728 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)); in alloc_noa_wait()
1747 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
1766 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)); in alloc_noa_wait()
1768 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4; in alloc_noa_wait()
1784 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
1798 stream, cs, false /* restore */, CS_GPR(i), in alloc_noa_wait()