Lines Matching refs:boxes
811 const struct drm_clip_rect *boxes)
840 x = boxes[i].x1, y = boxes[i].y1;
841 w = boxes[i].x2 - boxes[i].x1;
842 h = boxes[i].y2 - boxes[i].y1;
880 unsigned int nbox, const struct drm_clip_rect *boxes)
898 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
899 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
900 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1,
901 boxes[i].y2 - boxes[i].y1));
915 const struct drm_clip_rect *boxes)
922 dev_priv->emit_clip_rect(dev_priv, &boxes[i]);