Lines Matching defs:pixel
593 * last visible pixel first visible pixel
595 * pixel counter = vblank_start * htotal pixel counter = 0 (gen3/4)
609 * - gen3/4 pixel and frame counter are synchronized with the start
623 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal;
646 /* Convert to pixel count */
671 pixel = low & PIPE_PIXEL_MASK;
676 * Cook up a vblank counter by also checking the pixel
679 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
867 /* convert to pixel counts */
873 * In interlaced modes, the pixel counter counts all pixels,
875 * the reported position from jumping backwards when the pixel
891 * always add htotal-hsync_start to the current pixel position.