Symbol: CS_GPR
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3081
*cs++ = CS_GPR(engine, 0);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
3102
*cs++ = CS_GPR(engine, 2 * i);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
4245
*cs++ = CS_GPR(engine, n);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
4250
*cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW);
sys/dev/pci/drm/i915/gt/selftest_lrc.c
551
*cs++ = CS_GPR(ce->engine, n);
sys/dev/pci/drm/i915/gt/selftest_lrc.c
598
*cs++ = CS_GPR(ce->engine, n);
sys/dev/pci/drm/i915/gt/selftest_rps.c
103
*cs++ = i915_mmio_reg_offset(CS_GPR(i));
sys/dev/pci/drm/i915/gt/selftest_rps.c
105
*cs++ = i915_mmio_reg_offset(CS_GPR(i)) + 4;
sys/dev/pci/drm/i915/gt/selftest_rps.c
110
*cs++ = i915_mmio_reg_offset(CS_GPR(INC));
sys/dev/pci/drm/i915/gt/selftest_rps.c
125
*cs++ = i915_mmio_reg_offset(CS_GPR(COUNT));
sys/dev/pci/drm/i915/gt/selftest_rps.c
573
dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0));
sys/dev/pci/drm/i915/gt/selftest_rps.c
576
dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc;
sys/dev/pci/drm/i915/gt/selftest_rps.c
668
if (wait_for(intel_uncore_read(engine->uncore, CS_GPR(0)),
sys/dev/pci/drm/i915/i915_perf.c
2029
stream, cs, true /* save */, CS_GPR(i),
sys/dev/pci/drm/i915/i915_perf.c
2044
*cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4;
sys/dev/pci/drm/i915/i915_perf.c
2048
*cs++ = i915_mmio_reg_offset(CS_GPR(START_TS));
sys/dev/pci/drm/i915/i915_perf.c
2062
*cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4;
sys/dev/pci/drm/i915/i915_perf.c
2066
*cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS));
sys/dev/pci/drm/i915/i915_perf.c
2085
*cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE));
sys/dev/pci/drm/i915/i915_perf.c
2110
*cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET));
sys/dev/pci/drm/i915/i915_perf.c
2112
*cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4;
sys/dev/pci/drm/i915/i915_perf.c
2128
*cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE));
sys/dev/pci/drm/i915/i915_perf.c
2148
stream, cs, false /* restore */, CS_GPR(i),