Lines Matching defs:pixel
562 * last visible pixel first visible pixel
564 * pixel counter = vblank_start * htotal pixel counter = 0 (gen3/4)
578 * - gen3/4 pixel and frame counter are synchronized with the start
592 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal;
615 /* Convert to pixel count */
640 pixel = low & PIPE_PIXEL_MASK;
645 * Cook up a vblank counter by also checking the pixel
648 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
828 /* convert to pixel counts */
834 * In interlaced modes, the pixel counter counts all pixels,
836 * the reported position from jumping backwards when the pixel
852 * always add htotal-hsync_start to the current pixel position.