Lines Matching refs:boxes
795 const struct drm_clip_rect *boxes)
824 x = boxes[i].x1, y = boxes[i].y1;
825 w = boxes[i].x2 - boxes[i].x1;
826 h = boxes[i].y2 - boxes[i].y1;
864 unsigned int nbox, const struct drm_clip_rect *boxes)
882 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
883 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
884 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1,
885 boxes[i].y2 - boxes[i].y1));
899 const struct drm_clip_rect *boxes)
906 dev_priv->emit_clip_rect(dev_priv, &boxes[i]);