Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_rps.c67 #define CS_GPR(x) GEN8_RING_CS_GPR(engine->mmio_base, x) in create_spin_counter() macro
102 *cs++ = i915_mmio_reg_offset(CS_GPR(i)); in create_spin_counter()
104 *cs++ = i915_mmio_reg_offset(CS_GPR(i)) + 4; in create_spin_counter()
109 *cs++ = i915_mmio_reg_offset(CS_GPR(INC)); in create_spin_counter()
124 *cs++ = i915_mmio_reg_offset(CS_GPR(COUNT)); in create_spin_counter()
570 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)); in __measure_cs_frequency()
572 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc; in __measure_cs_frequency()
664 if (wait_for(intel_uncore_read(engine->uncore, CS_GPR(0)), in live_rps_frequency_cs()
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()
A Dselftest_execlists.c24 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro
3077 *cs++ = CS_GPR(engine, 0); in create_gpr_user()
3098 *cs++ = CS_GPR(engine, 2 * i); in create_gpr_user()
4241 *cs++ = CS_GPR(engine, n); in preserved_virtual_engine()
4246 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW); in preserved_virtual_engine()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_perf.c1866 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro
1930 stream, cs, true /* save */, CS_GPR(i), in alloc_noa_wait()
1945 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4; in alloc_noa_wait()
1949 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)); in alloc_noa_wait()
1963 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4; in alloc_noa_wait()
1967 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)); in alloc_noa_wait()
1986 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
2011 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)); in alloc_noa_wait()
2013 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4; in alloc_noa_wait()
2029 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE)); in alloc_noa_wait()
[all …]

Completed in 19 milliseconds