Searched refs:in_vbl (Results 1 – 4 of 4) sorted by relevance
780 bool in_vbl = true; in amdgpu_get_crtc_scanoutpos() local837 in_vbl = false; in amdgpu_get_crtc_scanoutpos()840 if (in_vbl) in amdgpu_get_crtc_scanoutpos()857 if (in_vbl && (*vpos >= vbl_start)) { in amdgpu_get_crtc_scanoutpos()
1761 bool in_vbl = true; in radeon_pm_in_vbl() local1766 for (crtc = 0; (crtc < rdev->num_crtc) && in_vbl; crtc++) { in radeon_pm_in_vbl()1775 in_vbl = false; in radeon_pm_in_vbl()1779 return in_vbl; in radeon_pm_in_vbl()1785 bool in_vbl = radeon_pm_in_vbl(rdev); in radeon_pm_debug_check_in_vbl() local1787 if (in_vbl == false) in radeon_pm_debug_check_in_vbl()1790 return in_vbl; in radeon_pm_debug_check_in_vbl()
1849 bool in_vbl = true; in radeon_get_crtc_scanoutpos() local1925 in_vbl = false; in radeon_get_crtc_scanoutpos()1935 in_vbl = false; in radeon_get_crtc_scanoutpos()1985 in_vbl = false; in radeon_get_crtc_scanoutpos()1988 if (in_vbl) in radeon_get_crtc_scanoutpos()2005 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
783 bool in_vbl = true; in i915_get_crtc_scanoutpos() local869 in_vbl = position >= vbl_start && position < vbl_end; in i915_get_crtc_scanoutpos()891 if (in_vbl) in i915_get_crtc_scanoutpos()