Lines Matching refs:vpos
281 int vpos, hpos; in radeon_crtc_handle_vblank() local
333 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank()
335 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank()
411 int vpos, hpos; in radeon_flip_work_func() local
449 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func()
1805 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument
1910 *vpos = position & 0x1fff; in radeon_get_crtc_scanoutpos()
1929 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
1946 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos()
1956 *vpos -= vbl_start; in radeon_get_crtc_scanoutpos()
1967 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
1969 *vpos = *vpos - vtotal; in radeon_get_crtc_scanoutpos()
1973 *vpos = *vpos - vbl_end; in radeon_get_crtc_scanoutpos()