Lines Matching refs:batch_ibo
62 drm_intel_bo *batch_ibo; member
79 if (info->batch_ibo) in batch_next()
80 drm_intel_bo_unreference(info->batch_ibo); in batch_next()
82 info->batch_ibo = drm_intel_bo_alloc(info->bufmgr, in batch_next()
85 return (info->batch_ibo) ? 0 : -ENOMEM; in batch_next()
108 ret = drm_intel_bo_emit_reloc(info->batch_ibo, offset, in batch_reloc()
129 ret = drm_intel_bo_subdata(info->batch_ibo, 0, size, info->batch); in batch_flush()
134 ret = drm_intel_bo_mrb_exec(info->batch_ibo, size, in batch_flush()
163 if (info->batch_ibo) { in batch_destroy()
164 drm_intel_bo_unreference(info->batch_ibo); in batch_destroy()
165 info->batch_ibo = NULL; in batch_destroy()