Home | History | Annotate | Download | only in radeon

Lines Matching defs:hpos

294 	int vpos, hpos;
327 * start of real vblank in hpos. vpos >= 0 && hpos < 0 means we are in
332 * vblank, not only at leading edge, so if update_pending for hpos >= 0
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,
1785 * to true start of vblank in *hpos.
1788 * \param *hpos Location where horizontal scanout position should go.
1809 unsigned int flags, int *vpos, int *hpos,
1887 /* Only retrieve vpos from upper 16 bits, set hpos == 0. */
1915 *hpos = (position >> 16) & 0x1fff;
1932 /* Caller wants distance from real vbl_start in *hpos */
1933 *hpos = *vpos - vbl_start;