<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jani.nikula@intel.com" title="Jani Nikula <jani.nikula@intel.com>"> <span class="fn">Jani Nikula</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Log Message Spamming - "Reducing the compressed framebuffer size...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88975">bug 88975</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Log Message Spamming - "Reducing the compressed framebuffer size...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88975#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Log Message Spamming - "Reducing the compressed framebuffer size...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88975">bug 88975</a>
              from <span class="vcard"><a class="email" href="mailto:jani.nikula@intel.com" title="Jani Nikula <jani.nikula@intel.com>"> <span class="fn">Jani Nikula</span></a>
</span></b>
        <pre>We should probably do something about the logging, too, but I think in this
case it's a symptom of another bug that needs to be fixed.

This is cargo culting, but please try

diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_gem_stolen.c
index a2045848bd1a..b7dd1b2fa4b9 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -253,7 +253,7 @@ int i915_gem_stolen_setup_compression(struct drm_device
*dev, int size, int fb_c
     if (!drm_mm_initialized(&dev_priv->mm.stolen))
         return -ENODEV;

-    if (size < dev_priv->fbc.size)
+    if (size < dev_priv->fbc.size * dev_priv->fbc.threshold)
         return 0;

     /* Release any current block */</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>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>