[Bug 91894] [snb] GPU Hangs since Kernel-4.2 upgrade (global/aliasing ppgtt issue?)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 15 01:26:32 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91894
--- Comment #10 from Chris Wilson <chris at chris-wilson.co.uk> ---
Can you please try:
diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
index a953d4975b8c..bbf7d35ca906 100644
--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
@@ -585,7 +585,7 @@ i915_gem_execbuffer_reserve_vma(struct i915_vma *vma,
uint64_t flags;
int ret;
- flags = PIN_USER;
+ flags = PIN_USER | PIN_GLOBAL;
if (entry->flags & EXEC_OBJECT_NEEDS_GTT)
flags |= PIN_GLOBAL;
on a recent kernel?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150915/17ab5e0b/attachment.html>
More information about the intel-gfx-bugs
mailing list