Lines Matching defs:pitch
387 dev_priv->pitch = init->pitch;
600 int pitch = dev_priv->pitch;
625 unsigned int start = y * pitch + x * cpp;
635 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
646 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
657 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
673 int pitch = dev_priv->pitch;
688 unsigned int dst = pbox->x1 * cpp + pbox->y1 * pitch;
698 OUT_RING(pitch | (0xCC << 16));
704 OUT_RING(pitch);
796 int pitch = dev_priv->pitch;
812 /* pitch<<5 is from 11.2.8 p158,
813 its the pitch / 8 then left shifted 8,
814 so (pitch >> 3) << 8 */
815 OUT_RING(CMD_OP_FRONTBUFFER_INFO | (pitch << 5) /*| ASYNC_FLIP */ );