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