[PATCH 1/1] drm: fix drm_update_vblank_count for software vblank counter

2015-09-30 Thread Ville Syrjälä
On Wed, Sep 30, 2015 at 02:29:49PM +0200, Vincent Abriou wrote: > Drivers with software vblank counter relies on the on drm core to update > vblank counter and they should not be concern about the warning that > check hardware counter coherency. > > Further, the generic message that tracks the cur

[PATCH 1/1] drm: fix drm_update_vblank_count for software vblank counter

2015-09-30 Thread Vincent Abriou
Drivers with software vblank counter relies on the on drm core to update vblank counter and they should not be concern about the warning that check hardware counter coherency. Further, the generic message that tracks the current and last counter values must be counter type (hardware or software) a