Lines Matching refs:bbe
64 const uint32_t bbe = MI_BATCH_BUFFER_END; in create_shared_gtt() local
74 gem_write(i915, obj.handle, 0, &bbe, sizeof(bbe)); in create_shared_gtt()
143 const uint32_t bbe = MI_BATCH_BUFFER_END; in exhaust_shared_gtt() local
155 gem_write(i915, obj.handle, 0, &bbe, sizeof(bbe)); in exhaust_shared_gtt()
187 const uint32_t bbe = MI_BATCH_BUFFER_END; in exec_shared_gtt() local
204 gem_write(i915, scratch, 0, &bbe, sizeof(bbe)); in exec_shared_gtt()
214 s[0] = bbe; in exec_shared_gtt()
215 s[64] = bbe; in exec_shared_gtt()
239 cs[++i] = bbe; in exec_shared_gtt()
275 const uint32_t bbe = MI_BATCH_BUFFER_END; in nop_sync() local
287 gem_write(i915, obj.handle, 0, &bbe, sizeof(bbe)); in nop_sync()
310 const uint32_t bbe = MI_BATCH_BUFFER_END; in single_timeline() local
327 gem_write(i915, obj.handle, 0, &bbe, sizeof(bbe)); in single_timeline()