Searched refs:CS_GPR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_perf.c | 1767 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro 1805 stream, cs, true /* save */, CS_GPR(i), in alloc_noa_wait() 1820 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4; in alloc_noa_wait() 1824 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)); in alloc_noa_wait() 1838 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4; in alloc_noa_wait() 1842 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)); in alloc_noa_wait() 1861 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait() 1880 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)); in alloc_noa_wait() 1882 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4; in alloc_noa_wait() 1898 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | selftest_lrc.c | 28 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro 3098 *cs++ = CS_GPR(engine, n); in preserved_virtual_engine() 3103 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW); in preserved_virtual_engine() 3973 *cs++ = CS_GPR(engine, n); in gpr_make_dirty() 4019 *cs++ = CS_GPR(engine, n); in __live_gpr_clear()
|