[PATCH 00/11] drm: vblank fixes and timestamp based missed vblank guesttimation

2015-09-14 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä This series has a few goals: - make timestamps more accurate by not using rounded pixel/line durations - avoid infinite loops in vblank code - use the timestamps to guesttimate the number of missed vblanks, in case there's no hardware frame

drm vblank fixes

2014-08-06 Thread Daniel Vetter
On Wed, Aug 6, 2014 at 3:22 AM, Mario Kleiner wrote: > some small bug fixes for some small bugs i saw > when looking at the current drm vblank handling code. > > All patches are rather simple, all compile-tested against > drm-next, but only the drm_vblank_off() one (patch 2) > tested in "real

drm vblank fixes

2014-08-06 Thread Mario Kleiner
Hi all, some small bug fixes for some small bugs i saw when looking at the current drm vblank handling code. All patches are rather simple, all compile-tested against drm-next, but only the drm_vblank_off() one (patch 2) tested in "real life" so far. thanks, -mario