Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c68 #define CS_GPR(x) GEN8_RING_CS_GPR(engine->mmio_base, x) in create_spin_counter() macro
103 *cs++ = i915_mmio_reg_offset(CS_GPR(i)); in create_spin_counter()
105 *cs++ = i915_mmio_reg_offset(CS_GPR(i)) + 4; in create_spin_counter()
110 *cs++ = i915_mmio_reg_offset(CS_GPR(INC)); in create_spin_counter()
125 *cs++ = i915_mmio_reg_offset(CS_GPR(COUNT)); in create_spin_counter()
572 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)); in __measure_cs_frequency()
575 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc; in __measure_cs_frequency()
667 if (wait_for(intel_uncore_read(engine->uncore, CS_GPR(0)), in live_rps_frequency_cs()
H A Dselftest_lrc.c26 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro
550 *cs++ = CS_GPR(ce->engine, n); in gpr_make_dirty()
597 *cs++ = CS_GPR(ce->engine, n); in __gpr_read()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c1942 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro
2006 stream, cs, true /* save */, CS_GPR(i), in alloc_noa_wait()
2021 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4; in alloc_noa_wait()
2025 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)); in alloc_noa_wait()
2035 * up the top 32bits of CS_GPR(1) as we're using it for other in alloc_noa_wait()
2039 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4; in alloc_noa_wait()
2043 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)); in alloc_noa_wait()
2047 * CS_GPR(1). in alloc_noa_wait()
2062 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
2087 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGE in alloc_noa_wait()
[all...]