Searched refs:vbl (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dradeon_display.c1460 u32 stat_crtc = 0, vbl = 0, position = 0; local
1468 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1475 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1482 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1489 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1496 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1503 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1511 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END);
1516 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END);
1526 vbl
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv40_pm.c238 u32 vbl = nv_rd32(dev, 0x600808 + (i * 0x2000)); local
241 if (vbl != nv_rd32(dev, 0x600808 + (i * 0x2000))) {
/drivers/gpu/drm/i915/
H A Di915_irq.c205 u32 vbl = 0, position = 0; local
243 vbl = I915_READ(VBLANK(pipe));
246 vbl_start = vbl & 0x1fff;
247 vbl_end = (vbl >> 16) & 0x1fff;
257 if (vbl > 0)
/drivers/video/aty/
H A Datyfb_base.c1765 struct aty_interrupt *vbl; local
1771 vbl = &par->vblank;
1781 count = vbl->count;
1782 ret = wait_event_interruptible_timeout(vbl->wait,
1783 count != vbl->count, HZ/10);
/drivers/video/matrox/
H A Dmatroxfb_base.c258 /* Flush pending pan-at-vbl request... */
312 int vbl; local
332 vbl = (var->activate & FB_ACTIVATE_VBL) && (matroxfb_enable_irq(minfo, 0) == 0);
341 if (vbl) {

Completed in 171 milliseconds