[Intel-gfx] [PATCH 10/9] drm: Add dev->vblank_disable_immediate flag

2014-07-29 Thread Ville Syrjälä
On Thu, Jun 19, 2014 at 05:41:24PM -0700, Matt Roper wrote: > On Mon, May 26, 2014 at 05:26:47PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > Add a flag to drm_device which will cause the vblank code to bypass the > > disable timer and always disable the

[Intel-gfx] [PATCH 10/9] drm: Add dev->vblank_disable_immediate flag

2014-07-29 Thread Daniel Vetter
On Tue, Jul 29, 2014 at 08:31:55PM +0300, Ville Syrj?l? wrote: > On Thu, Jun 19, 2014 at 05:41:24PM -0700, Matt Roper wrote: > > On Mon, May 26, 2014 at 05:26:47PM +0300, ville.syrjala at linux.intel.com > > wrote: > > > From: Ville Syrj?l? > > > > > > Add a flag to drm_device which will cause

[Intel-gfx] [PATCH 10/9] drm: Add dev->vblank_disable_immediate flag

2014-06-19 Thread Matt Roper
On Mon, May 26, 2014 at 05:26:47PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Add a flag to drm_device which will cause the vblank code to bypass the > disable timer and always disable the vblank interrupt immediately when > the last reference is dropped. > >