Lines Matching full:vblank
324 * to complete in this vblank? GET_DISTANCE_TO_VBLANKSTART provides in radeon_crtc_handle_vblank()
325 * distance to start of "fudged earlier" vblank in vpos, distance to in radeon_crtc_handle_vblank()
326 * start of real vblank in hpos. vpos >= 0 && hpos < 0 means we are in in radeon_crtc_handle_vblank()
327 * the last few scanlines before start of real vblank, where the vblank in radeon_crtc_handle_vblank()
330 * vblank. On pre-AVIVO hardware, flips also complete inside the real in radeon_crtc_handle_vblank()
331 * vblank, not only at leading edge, so if update_pending for hpos >= 0 in radeon_crtc_handle_vblank()
332 * == inside real vblank, the flip will complete almost immediately. in radeon_crtc_handle_vblank()
337 * vblank, leading to a delayed emission of the flip completion event. in radeon_crtc_handle_vblank()
339 * completing inside vblank, not only at leading edge of vblank. in radeon_crtc_handle_vblank()
348 /* crtc didn't flip in this target vblank interval, in radeon_crtc_handle_vblank()
456 * flip completion handling from vblank irq, as these old asics don't in radeon_flip_work_func()
1786 * USE_REAL_VBLANKSTART to use the real start of vblank instead
1787 * of a fudged earlier start of vblank.
1790 * fudged earlier start of vblank in *vpos and the distance
1791 * to true start of vblank in *hpos.
1801 * Returns vpos as a negative number inside vblank, counting the number
1802 * of scanlines to go until end of vblank, e.g., -1 means "one scanline
1803 * until start of active scanout / end of vblank."
1808 * DRM_SCANOUTPOS_INVBL = Inside vblank.
1886 /* Pre-AVIVO: Different encoding of scanout pos and vblank interval. */ in radeon_get_crtc_scanoutpos()
1923 /* Valid vblank area boundaries from gpu retrieved? */ in radeon_get_crtc_scanoutpos()
1936 /* Called from driver internal vblank counter query code? */ in radeon_get_crtc_scanoutpos()
1942 /* Fudge vblank to start a few scanlines earlier to handle the in radeon_get_crtc_scanoutpos()
1943 * problem that vblank irqs fire a few scanlines before start in radeon_get_crtc_scanoutpos()
1944 * of vblank. Some driver internal callers need the true vblank in radeon_get_crtc_scanoutpos()
1947 * The cause of the "early" vblank irq is that the irq is triggered in radeon_get_crtc_scanoutpos()
1949 * the vblank, whereas our crtc scanout position naturally lags the in radeon_get_crtc_scanoutpos()
1955 /* Test scanout position against vblank region. */ in radeon_get_crtc_scanoutpos()
1959 /* In vblank? */ in radeon_get_crtc_scanoutpos()
1963 /* Called from driver internal vblank counter query code? */ in radeon_get_crtc_scanoutpos()
1970 /* Check if inside vblank area and apply corrective offsets: in radeon_get_crtc_scanoutpos()
1972 * within vblank area, counting down the number of lines until in radeon_get_crtc_scanoutpos()
1976 /* Inside "upper part" of vblank area? Apply corrective offset if so: */ in radeon_get_crtc_scanoutpos()