Home
last modified time | relevance | path

Searched refs:in_vbl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_display.c1796 bool in_vbl = true; in radeon_get_crtc_scanoutpos() local
1872 in_vbl = false; in radeon_get_crtc_scanoutpos()
1882 in_vbl = false; in radeon_get_crtc_scanoutpos()
1913 in_vbl = false; in radeon_get_crtc_scanoutpos()
1922 if (in_vbl && (*vpos >= vbl_start)) { in radeon_get_crtc_scanoutpos()
1931 if (in_vbl) in radeon_get_crtc_scanoutpos()
1944 if ((flags & DRM_CALLED_FROM_VBLIRQ) && !in_vbl) { in radeon_get_crtc_scanoutpos()
Dradeon_pm.c1758 bool in_vbl = true; in radeon_pm_in_vbl() local
1763 for (crtc = 0; (crtc < rdev->num_crtc) && in_vbl; crtc++) { in radeon_pm_in_vbl()
1768 in_vbl = false; in radeon_pm_in_vbl()
1772 return in_vbl; in radeon_pm_in_vbl()
1778 bool in_vbl = radeon_pm_in_vbl(rdev); in radeon_pm_debug_check_in_vbl() local
1780 if (in_vbl == false) in radeon_pm_debug_check_in_vbl()
1783 return in_vbl; in radeon_pm_debug_check_in_vbl()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_irq.c647 bool in_vbl = true; in i915_get_crtc_scanoutpos() local
733 in_vbl = position >= vbl_start && position < vbl_end; in i915_get_crtc_scanoutpos()
755 if (in_vbl) in i915_get_crtc_scanoutpos()