Lines Matching refs:vpos
291 int vpos, hpos; in radeon_crtc_handle_vblank() local
328 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank()
330 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) || in radeon_crtc_handle_vblank()
331 (vpos < 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank()
406 int vpos, hpos, stat, min_udelay = 0; in radeon_flip_work_func() local
465 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func()
470 !(vpos >= 0 && hpos <= 0)) in radeon_flip_work_func()
490 vblank->linedur_ns / 1000, stat, vpos, hpos); in radeon_flip_work_func()
1854 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument
1959 *vpos = position & 0x1fff; in radeon_get_crtc_scanoutpos()
1978 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
1995 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos()
2005 *vpos -= vbl_start; in radeon_get_crtc_scanoutpos()
2016 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
2018 *vpos = *vpos - vtotal; in radeon_get_crtc_scanoutpos()
2022 *vpos = *vpos - vbl_end; in radeon_get_crtc_scanoutpos()