Lines Matching refs:bbe
114 uint32_t *bbe[2], *state, *batch; in poll_ring() local
161 bbe[start_offset != 0] = b; in poll_ring()
195 *bbe[idx] = MI_ARB_CHK; in poll_ring()
197 (bbe[idx] - batch) * sizeof(*batch) - 64; in poll_ring()
201 *bbe[!idx] = MI_BATCH_BUFFER_END; in poll_ring()
207 *bbe[cycles & 1] = MI_BATCH_BUFFER_END; in poll_ring()
224 uint32_t *bbe[2], *state, *batch; in poll_sequential() local
282 bbe[start_offset != 0] = b; in poll_sequential()
319 *bbe[idx] = MI_ARB_CHK; in poll_sequential()
321 (bbe[idx] - batch) * sizeof(*batch) - 64; in poll_sequential()
326 *bbe[!idx] = MI_BATCH_BUFFER_END; in poll_sequential()
332 *bbe[cycles & 1] = MI_BATCH_BUFFER_END; in poll_sequential()
854 const uint32_t bbe = MI_BATCH_BUFFER_END; variable
862 gem_write(device, handle, 0, &bbe, sizeof(bbe));