Re: [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.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Add a flag to drm_device which will cause the vblank code to bypass the disable timer and always

Re: [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.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Add a flag to drm_device which

Re: [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.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com 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

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

2014-05-26 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com 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. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com ---