[Bug 79053] [BDW userptr] Rendercheck dcoords causes X crash

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 12 00:48:29 PDT 2014


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

--- Comment #53 from Chris Wilson <chris at chris-wilson.co.uk> ---
Hmm, that log makes the failure path look even simpler: a single BLT copy in
the batch to write into the userptr. It would be the same code path on every
generation (certainly if Option "AccelMethod" "BLT" is used).

Something you can do for a quick check:

ickle at nuc-i3427:/usr/src/xf86-video-intel$ git diff
diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index 66adae8..b1cf92a 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -2581,7 +2581,7 @@ bool __kgem_ring_is_idle(struct kgem *kgem, int ring)
        return true;
 }

-#if 0
+#if 1
 static void kgem_commit__check_reloc(struct kgem *kgem)
 {
        struct kgem_request *rq = kgem->next_request;


which enables the sanity check on the kernel relocation values.

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


More information about the intel-gfx-bugs mailing list