[Intel-gfx] [PATCH v2] drm/i915: Don't clobber crtc->fb when queue_flip fails

2013-02-22 Thread ville . syrjala
From: Ville Syrjälä Restore crtc->fb to the old framebuffer if queue_flip fails. While at it, kill the pointless intel_fb temp variable. v2: Update crtc->fb before queue_flip and restore it back after a failure. Cc: sta...@vger.kernel.org Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/

Re: [Intel-gfx] [PATCH v2] drm/i915: Don't clobber crtc->fb when queue_flip fails

2013-02-22 Thread Chris Wilson
On Fri, Feb 22, 2013 at 04:53:38PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Restore crtc->fb to the old framebuffer if queue_flip fails. > > While at it, kill the pointless intel_fb temp variable. > > v2: Update crtc->fb before queue_flip and restore it back > a

Re: [Intel-gfx] [PATCH v2] drm/i915: Don't clobber crtc->fb when queue_flip fails

2013-02-25 Thread Mika Kuoppala
ville.syrj...@linux.intel.com writes: > From: Ville Syrjälä > > Restore crtc->fb to the old framebuffer if queue_flip fails. > > While at it, kill the pointless intel_fb temp variable. > > v2: Update crtc->fb before queue_flip and restore it back > after a failure. > > Cc: sta...@vger.kernel.

Re: [Intel-gfx] [PATCH v2] drm/i915: Don't clobber crtc->fb when queue_flip fails

2013-03-03 Thread Daniel Vetter
On Fri, Feb 22, 2013 at 03:13:00PM +, Chris Wilson wrote: > On Fri, Feb 22, 2013 at 04:53:38PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Restore crtc->fb to the old framebuffer if queue_flip fails. > > > > While at it, kill the pointless intel_fb temp variab

Re: [Intel-gfx] [PATCH v2] drm/i915: Don't clobber crtc->fb when queue_flip fails

2013-03-04 Thread Ville Syrjälä
On Sun, Mar 03, 2013 at 07:52:33PM +0100, Daniel Vetter wrote: > On Fri, Feb 22, 2013 at 03:13:00PM +, Chris Wilson wrote: > > On Fri, Feb 22, 2013 at 04:53:38PM +0200, ville.syrj...@linux.intel.com > > wrote: > > > From: Ville Syrjälä > > > > > > Restore crtc->fb to the old framebuffer if q