<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [all] OOPS in i915_error_capture()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88432#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [all] OOPS in i915_error_capture()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88432">bug 88432</a>
              from <span class="vcard"><a class="email" href="mailto:elio.martinez.monroy@intel.com" title="Elio <elio.martinez.monroy@intel.com>"> <span class="fn">Elio</span></a>
</span></b>
        <pre>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@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);
+</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>