Lines Matching refs:vbl
1818 u32 stat_crtc = 0, vbl = 0, position = 0;
1832 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1839 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1846 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1853 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1860 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1867 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1875 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END);
1880 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END);
1890 vbl = (RREG32(RADEON_CRTC_V_TOTAL_DISP) &
1901 vbl = (RREG32(RADEON_CRTC2_V_TOTAL_DISP) &
1923 if (vbl > 0) {
1926 vbl_start = vbl & 0x1fff;
1927 vbl_end = (vbl >> 16) & 0x1fff;
1981 /* Correct for shifted end of vbl at vbl_end. */