Searched refs:vbl_start (Results 1 – 2 of 2) sorted by relevance
1505 int vbl_start, vbl_end, vtotal, ret = 0; in radeon_get_crtc_scanoutpos() local1600 vbl_start = vbl & 0x1fff; in radeon_get_crtc_scanoutpos()1605 vbl_start = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vdisplay; in radeon_get_crtc_scanoutpos()1610 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos()1620 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
206 int vbl_start, vbl_end, htotal, vtotal; in i915_get_crtc_scanoutpos() local246 vbl_start = vbl & 0x1fff; in i915_get_crtc_scanoutpos()249 if ((*vpos < vbl_start) || (*vpos > vbl_end)) in i915_get_crtc_scanoutpos()253 if (in_vbl && (*vpos >= vbl_start)) in i915_get_crtc_scanoutpos()