Lines Matching full:vbl
1824 u32 stat_crtc = 0, vbl = 0, position = 0; in radeon_get_crtc_scanoutpos() local
1838 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1845 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1852 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1859 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1866 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1873 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1881 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END); in radeon_get_crtc_scanoutpos()
1886 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END); in radeon_get_crtc_scanoutpos()
1896 vbl = (RREG32(RADEON_CRTC_V_TOTAL_DISP) & in radeon_get_crtc_scanoutpos()
1907 vbl = (RREG32(RADEON_CRTC2_V_TOTAL_DISP) & in radeon_get_crtc_scanoutpos()
1929 if (vbl > 0) { in radeon_get_crtc_scanoutpos()
1932 vbl_start = vbl & 0x1fff; in radeon_get_crtc_scanoutpos()
1933 vbl_end = (vbl >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos()
1987 /* Correct for shifted end of vbl at vbl_end. */ in radeon_get_crtc_scanoutpos()