Lines Matching refs:vpos
287 int vpos, hpos; in radeon_crtc_handle_vblank() local
339 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank()
341 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank()
417 int vpos, hpos; in radeon_flip_work_func() local
455 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func()
1808 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument
1913 *vpos = position & 0x1fff; in radeon_get_crtc_scanoutpos()
1932 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
1949 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos()
1959 *vpos -= vbl_start; in radeon_get_crtc_scanoutpos()
1970 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
1972 *vpos = *vpos - vtotal; in radeon_get_crtc_scanoutpos()
1976 *vpos = *vpos - vbl_end; in radeon_get_crtc_scanoutpos()
1983 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument
1990 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()