Lines Matching refs:pitch
382 dev_priv->pitch = init->pitch; in i810_dma_initialize()
595 int pitch = dev_priv->pitch; in i810_dma_dispatch_clear() local
620 unsigned int start = y * pitch + x * cpp; in i810_dma_dispatch_clear()
630 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
641 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
652 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
668 int pitch = dev_priv->pitch; in i810_dma_dispatch_swap() local
683 unsigned int dst = pbox->x1 * cpp + pbox->y1 * pitch; in i810_dma_dispatch_swap()
693 OUT_RING(pitch | (0xCC << 16)); in i810_dma_dispatch_swap()
699 OUT_RING(pitch); in i810_dma_dispatch_swap()
791 int pitch = dev_priv->pitch; in i810_dma_dispatch_flip() local
810 OUT_RING(CMD_OP_FRONTBUFFER_INFO | (pitch << 5) /*| ASYNC_FLIP */ ); in i810_dma_dispatch_flip()