<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server crashes in i965 on desktop startup when DRI3 v1.2 / modifier support is enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106642">bug 106642</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;">Keywords</td>
           <td>
                
           </td>
           <td>patch
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server crashes in i965 on desktop startup when DRI3 v1.2 / modifier support is enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106642#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server crashes in i965 on desktop startup when DRI3 v1.2 / modifier support is enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106642">bug 106642</a>
              from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
        <pre>(In reply to Eero Tamminen from <a href="show_bug.cgi?id=106642#c0">comment #0</a>)
<span class="quote">> -------------------------------
> isl_format_supports_ccs_e(const struct gen_device_info *devinfo,
>                           enum isl_format format)
> {
>    if (!format_info[format].exists)
>       return false;
> -------------------------------</span >

This:
-    if (!format_info[format].exists)
+    if (format == ISL_FORMAT_UNSUPPORTED || !format_info[format].exists)


Gets rid of the X server crashes both on BDW & SKL, so I assume it fixes the
issue also for the other machines.

However, I wonder whether also other isl_format_supports_* functions should
have guard for ISL_FORMAT_UNSUPPORTED...</pre>
        </div>
      </p>


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

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>