Lines Matching defs:batch
1976 u32 *batch, *ts0, *cs, *jump;
2025 batch = cs = i915_gem_object_pin_map(bo, I915_MAP_WB);
2026 if (IS_ERR(batch)) {
2027 ret = PTR_ERR(batch);
2106 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4;
2149 *cs++ = i915_ggtt_offset(vma) + (jump - batch) * 4;
2167 GEM_BUG_ON(cs - batch > PAGE_SIZE / sizeof(*batch));
2699 * say using a workaround batch buffer) ensures that the hardware
2734 * We could emit the OA register config through the batch buffer but
3385 "Unable to allocate NOA wait batch buffer\n");