Hi,

Here is the actual diff to the 3.2 kernel:

--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c        2012-07-12
04:32:21.000000000 +0100
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c        2012-10-02
22:17:56.079302807 +0100
@@ -573,8 +573,8 @@ i915_gem_execbuffer_reserve(struct intel
                                        ret = i915_gem_object_put_fence(obj);
                                        if (ret)
                                                break;
+                               obj->pending_fenced_gpu_access = true;
                                }
-                               obj->pending_fenced_gpu_access = need_fence;
                        }

                        entry->offset = obj->gtt_offset;

---
Regards,
Luís Picciochi
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to