[PATCH 14/9] drm: Kick start vblank interrupts at drm_vblank_on()

2014-06-20 Thread Matt Roper
On Mon, Jun 02, 2014 at 11:15:51AM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > If the user is interested in getting accurate vblank sequence > numbers all the time they may disable the vblank disable timer > entirely. In that case it seems appropriate to kick start

[PATCH 14/9] drm: Kick start vblank interrupts at drm_vblank_on()

2014-06-02 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? If the user is interested in getting accurate vblank sequence numbers all the time they may disable the vblank disable timer entirely. In that case it seems appropriate to kick start the vblank interrupts already from drm_vblank_on().