[Bug 57934] [IVB, SNB, HSW]I-G-T/gem_cacheing && gem_cpu_concurrent_blit failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 6 21:38:32 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=57934

--- Comment #6 from shui yangwei <yangweix.shui at intel.com> ---
(In reply to comment #5)
> See https://patchwork.kernel.org/patch/1844941/

I can't patch below in your given patch. which branch could I attach this
patch? 

>>@@ -628,7 +634,7 @@  gen6_ring_sync(struct intel_ring_buffer *waiter,
>> 	BUG_ON(!waiter->outstanding_lazy_request);
>> 
>> 	/* If seqno wrap happened, omit the wait with no-ops */
>>-	if (likely(waiter->outstanding_lazy_request > seqno)) {
>>+	if (likely(i915_gem_next_seqno(waiter->dev) > seqno)) {
>> 		intel_ring_emit(waiter,
>> 				dw1 |
>> 				signaller->semaphore_register[waiter->id]);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20121207/27603fb3/attachment.html>


More information about the intel-gfx-bugs mailing list