[Intel-gfx] [PATCH 2/3] drm/i915: fix for when semaphore updates fail

2012-04-11 Thread Ben Widawsky
This fixes a long standing issue where emitting the semaphore updates may have failed, but we've already updated our internal data structure. Reported-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com --- drivers/gpu/drm/i915/i915_gem.c |6

Re: [Intel-gfx] [PATCH 2/3] drm/i915: fix for when semaphore updates fail

2012-04-11 Thread Chris Wilson
On Wed, 11 Apr 2012 11:18:20 -0700, Ben Widawsky b...@bwidawsk.net wrote: This fixes a long standing issue where emitting the semaphore updates may have failed, but we've already updated our internal data structure. Reported-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Ben