Lines Matching defs:batch
1636 u32 *batch, *ts0, *cs, *jump;
1665 batch = cs = i915_gem_object_pin_map(bo, I915_MAP_WB);
1666 if (IS_ERR(batch)) {
1667 ret = PTR_ERR(batch);
1738 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4;
1775 *cs++ = i915_ggtt_offset(vma) + (jump - batch) * 4;
1790 GEM_BUG_ON(cs - batch > PAGE_SIZE / sizeof(*batch));
2299 * say using a workaround batch buffer) ensures that the hardware
2333 * We could emit the OA register config through the batch buffer but
2902 DRM_DEBUG("Unable to allocate NOA wait batch buffer\n");