Lines Matching refs:y1
63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect()
503 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear()
506 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear()
513 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
529 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
545 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
601 u32 height = box->y2 - box->y1; in mga_dma_dispatch_swap()
602 u32 start = box->y1 * dev_priv->front_pitch; in mga_dma_dispatch_swap()
605 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_swap()
610 MGA_YDSTLEN + MGA_EXEC, (box->y1 << 16) | height); in mga_dma_dispatch_swap()
796 int srcy = pbox[i].y1 + blit->delta_sy; in mga_dma_dispatch_blit()
798 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit()
799 int h = pbox[i].y2 - pbox[i].y1; in mga_dma_dispatch_blit()