Lines Matching refs:pitch
383 dev_priv->pitch = init->pitch; in i810_dma_initialize()
597 int pitch = dev_priv->pitch; in i810_dma_dispatch_clear() local
622 unsigned int start = y * pitch + x * cpp; in i810_dma_dispatch_clear()
632 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
643 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
654 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch); in i810_dma_dispatch_clear()
670 int pitch = dev_priv->pitch; in i810_dma_dispatch_swap() local
685 unsigned int dst = pbox->x1 * cpp + pbox->y1 * pitch; in i810_dma_dispatch_swap()
695 OUT_RING(pitch | (0xCC << 16)); in i810_dma_dispatch_swap()
701 OUT_RING(pitch); in i810_dma_dispatch_swap()
793 int pitch = dev_priv->pitch; in i810_dma_dispatch_flip() local
812 OUT_RING(CMD_OP_FRONTBUFFER_INFO | (pitch << 5) /*| ASYNC_FLIP */ ); in i810_dma_dispatch_flip()