HomeSort by: relevance | last modified time | path
    Searched defs:CS_GPR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_lrc.c 28 #define CS_GPR(engine, n) ((engine)->mmio_base + 0x600 + (n) * 4)
3098 *cs++ = CS_GPR(engine, n);
3103 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW);
3157 * from one engine to the next. For this we check that the CS_GPR
3164 /* As we use CS_GPR we cannot run before they existed on all engines. */
3973 *cs++ = CS_GPR(engine, n);
4019 *cs++ = CS_GPR(engine, n);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 1767 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x)
1805 stream, cs, true /* save */, CS_GPR(i),
1820 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4;
1824 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS));
1834 * up the top 32bits of CS_GPR(1) as we're using it for other
1838 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4;
1842 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS));
1846 * CS_GPR(1).
1861 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE));
1880 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET))
    [all...]

Completed in 150 milliseconds