<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna gm45] Lockups in X on 2.20.15, flip-vs-dpms? race"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58107#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna gm45] Lockups in X on 2.20.15, flip-vs-dpms? race"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58107">bug 58107</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Heh, there were a couple more important ones.

Something has broke in the fastboot patches, as least it is causing problems on
one of machines, which can be avoided with:

diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_
index 64a8079..78bd6f5 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -319,6 +319,8 @@ i915_gem_object_create_stolen_for_preallocated(struct
drm_de
        struct drm_i915_gem_object *obj;
        struct drm_mm_node *stolen;

+       return NULL;
+
        if (dev_priv->mm.stolen_base == 0)
                return NULL;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>