[Bug 78274] [BDW Bisected]BUG: unable to handle kernel paging request at ffffc900110a0000

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 6 22:42:23 PDT 2014


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

--- Comment #6 from Ben Widawsky <ben at bwidawsk.net> ---
Please test this while I think more:
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c
b/drivers/gpu/drm/i915/intel_ringbuffer.c
index 40a7aa4..1371bf6 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.c
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.c
@@ -717,6 +717,9 @@ gen6_add_request(struct intel_ring_buffer *ring)
 {
        int ret;

+       if (!i915_semaphore_is_enabled(dev))
+               return 0;
+
        ret = ring->semaphore.signal(ring, 4);
        if (ret)
                return ret;

-- 
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/20140507/bc7280ff/attachment.html>


More information about the intel-gfx-bugs mailing list