Searched refs:in_vbl (Results 1 – 4 of 4) sorted by relevance
801 bool in_vbl = true; in amdgpu_get_crtc_scanoutpos() local858 in_vbl = false; in amdgpu_get_crtc_scanoutpos()861 if (in_vbl) in amdgpu_get_crtc_scanoutpos()878 if (in_vbl && (*vpos >= vbl_start)) { in amdgpu_get_crtc_scanoutpos()
1752 bool in_vbl = true; in radeon_pm_in_vbl() local1757 for (crtc = 0; (crtc < rdev->num_crtc) && in_vbl; crtc++) { in radeon_pm_in_vbl()1766 in_vbl = false; in radeon_pm_in_vbl()1770 return in_vbl; in radeon_pm_in_vbl()1776 bool in_vbl = radeon_pm_in_vbl(rdev); in radeon_pm_debug_check_in_vbl() local1778 if (in_vbl == false) in radeon_pm_debug_check_in_vbl()1781 return in_vbl; in radeon_pm_debug_check_in_vbl()
1860 bool in_vbl = true; in radeon_get_crtc_scanoutpos() local1936 in_vbl = false; in radeon_get_crtc_scanoutpos()1946 in_vbl = false; in radeon_get_crtc_scanoutpos()1996 in_vbl = false; in radeon_get_crtc_scanoutpos()1999 if (in_vbl) in radeon_get_crtc_scanoutpos()2016 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()