Home
last modified time | relevance | path

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

/openbmc/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
H A Dselftest_lrc.c26 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro
H A Dselftest_execlists.c24 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4) macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c1975 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x) in alloc_noa_wait() macro