Home | History | Annotate | Download | only in radeon

Lines Matching refs:vpos

294 	int vpos, hpos;
326 * distance to start of "fudged earlier" vblank in vpos, distance to
327 * start of real vblank in hpos. vpos >= 0 && hpos < 0 means we are in
346 &vpos, &hpos, NULL, NULL,
348 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) {
424 int vpos, hpos;
462 &vpos, &hpos, NULL, NULL,
1784 * fudged earlier start of vblank in *vpos and the distance
1787 * \param *vpos Location where vertical scanout position should be stored.
1794 * Returns vpos as a positive number while in active scanout area.
1795 * Returns vpos as a negative number inside vblank, counting the number
1809 unsigned int flags, int *vpos, int *hpos,
1887 /* Only retrieve vpos from upper 16 bits, set hpos == 0. */
1914 *vpos = position & 0x1fff;
1933 *hpos = *vpos - vbl_start;
1950 if ((*vpos < vbl_start) && (*vpos >= vbl_end))
1960 *vpos -= vbl_start;
1965 * vpos will then be >=0 in video scanout area, but negative
1971 if (in_vbl && (*vpos >= vbl_start)) {
1973 *vpos = *vpos - vtotal;
1977 *vpos = *vpos - vbl_end;