Lines Matching defs:count
755 * radeon_get_vblank_counter_kms - get frame count
757 * @crtc: crtc to get the frame count from
759 * Gets the frame count on the requested crtc (all asics).
760 * Returns frame count on success, -EINVAL on failure.
767 u32 count;
777 * Cook the hw count here to make it appear to the caller as if it
788 count = radeon_get_vblank_counter(rdev, pipe);
797 } while (count != radeon_get_vblank_counter(rdev, pipe));
812 count++;
817 count = radeon_get_vblank_counter(rdev, pipe);
818 DRM_DEBUG_VBL("NULL mode info! Returned count may be wrong.\n");
821 return count;