[Bug 88432] [all] OOPS in i915_error_capture()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 1 18:53:56 UTC 2016


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

--- Comment #20 from Elio <elio.martinez.monroy at intel.com> ---
Seems that the patch is not valid for drm-intel-next-2016-05-08-2069-gf1eaed1..
equivalent for drm-intel-testing-05-21-2016. 

The file i915_gpu_error.c is not taking the patches.

Hunk #3 FAILED at 1290.
1 out of 3 hunks FAILED -- saving rejects to file
drivers/gpu/drm/i915/i915_gpu_error.c.rej
(04:05 AM) [gfx at gfx-ThinkCentre-M600] [drm-intel]$ : nano
drivers/gpu/drm/i915/i915_gpu_error.c.rej
  GNU nano 2.5.3   File: drivers/gpu/drm/i915/i915_gpu_error.c.rej

--- drivers/gpu/drm/i915/i915_gpu_error.c
+++ drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1290,9 +1269,19 @@ void i915_capture_error_state(struct drm_device *dev,
bo$
        }

        kref_init(&error->ref);
-       error->i915 = dev_priv;

-       stop_machine(capture, error, NULL);
+       i915_capture_gen_state(dev_priv, error);
+       i915_capture_reg_state(dev_priv, error);
+       i915_gem_record_fences(dev, error);
+       i915_gem_record_rings(dev, error);
+
+       i915_capture_active_buffers(dev_priv, error);
+       i915_capture_pinned_buffers(dev_priv, error);
+
+       do_gettimeofday(&error->time);
+

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


More information about the intel-gfx-bugs mailing list