Lines Matching refs:y1
61 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect()
501 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear()
504 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear()
511 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
527 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
543 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
599 u32 height = box->y2 - box->y1; in mga_dma_dispatch_swap()
600 u32 start = box->y1 * dev_priv->front_pitch; in mga_dma_dispatch_swap()
603 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_swap()
608 MGA_YDSTLEN + MGA_EXEC, (box->y1 << 16) | height); in mga_dma_dispatch_swap()
794 int srcy = pbox[i].y1 + blit->delta_sy; in mga_dma_dispatch_blit()
796 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit()
797 int h = pbox[i].y2 - pbox[i].y1; in mga_dma_dispatch_blit()