Lines Matching refs:num_cliprects
452 int nbox = cmd->num_cliprects;
486 int nbox = batch->num_cliprects;
640 batch->start, batch->used, batch->num_cliprects);
644 if (batch->num_cliprects < 0)
647 if (batch->num_cliprects) {
648 cliprects = kcalloc(batch->num_cliprects,
655 batch->num_cliprects *
671 kfree(cliprects, batch->num_cliprects * sizeof(struct drm_clip_rect));
689 (void *)cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects);
696 if (cmdbuf->num_cliprects < 0)
709 if (cmdbuf->num_cliprects) {
710 cliprects = kcalloc(cmdbuf->num_cliprects,
718 cmdbuf->num_cliprects *
738 kfree(cliprects, cmdbuf->num_cliprects * sizeof(struct drm_clip_rect));