Lines Matching refs:vpos
293 int vpos, hpos; in radeon_crtc_handle_vblank() local
345 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank()
347 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank()
423 int vpos, hpos; in radeon_flip_work_func() local
461 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func()
1815 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument
1920 *vpos = position & 0x1fff; in radeon_get_crtc_scanoutpos()
1939 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
1956 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos()
1966 *vpos -= vbl_start; in radeon_get_crtc_scanoutpos()
1977 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
1979 *vpos = *vpos - vtotal; in radeon_get_crtc_scanoutpos()
1983 *vpos = *vpos - vbl_end; in radeon_get_crtc_scanoutpos()
1990 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument
1997 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()