Home
last modified time | relevance | path

Searched refs:CS_GPR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf.c1946 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro
2010 stream, cs, true /* save */, CS_GPR(i), in alloc_noa_wait()
2025 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4; in alloc_noa_wait()
2029 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)); in alloc_noa_wait()
2043 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4; in alloc_noa_wait()
2047 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)); in alloc_noa_wait()
2066 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
2091 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)); in alloc_noa_wait()
2093 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4; in alloc_noa_wait()
2109 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c27 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro
3084 *cs++ = CS_GPR(engine, 0); in create_gpr_user()
3105 *cs++ = CS_GPR(engine, 2 * i); in create_gpr_user()
4246 *cs++ = CS_GPR(engine, n); in preserved_virtual_engine()
4251 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW); in preserved_virtual_engine()