Lines Matching defs:end
641 struct drm_buf *buf, int start, int end)
646 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end);
648 if (start != end) {
650 int dwords = (end - start + 3) / sizeof(u32);
697 int start, int end, int count)
709 DRM_DEBUG("indices: s=%d e=%d c=%d\n", start, end, count);
714 if (start != end) {
720 dwords = (end - start + 3) / sizeof(u32);
750 r128_cce_dispatch_indirect(dev, buf, start, end);
1380 elts->idx, elts->start, elts->end, elts->discard);
1409 count = (elts->end - elts->start) / sizeof(u16);
1421 buf->used = elts->end;
1425 r128_cce_dispatch_indices(dev, buf, elts->start, elts->end, count);
1528 indirect->idx, indirect->start, indirect->end,
1559 buf->used = indirect->end;
1575 r128_cce_dispatch_indirect(dev, buf, indirect->start, indirect->end);