<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [BYT Bisected]X will shown garbage after resume from S3"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71908#c25">Comment # 25</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [BYT Bisected]X will shown garbage after resume from S3"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71908">bug 71908</a>
              from <span class="vcard"><a class="email" href="mailto:jbarnes@virtuousgeek.org" title="Jesse Barnes <jbarnes@virtuousgeek.org>"> <span class="fn">Jesse Barnes</span></a>
</span></b>
        <pre>Does this prevent the corruption too?  Try to repro here now.

diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_
index d284d89..f123f0d 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -317,6 +317,8 @@ i915_gem_object_create_stolen(struct drm_device *dev, u32
si
        struct drm_mm_node *stolen;
        int ret;

+       return NULL;
+
        if (!drm_mm_initialized(&dev_priv->mm.stolen))
                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 on the CC list for the bug.</li>
      </ul>
    </body>
</html>