<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BUG: unable to handle kernel NULL pointer dereference at 0000000000000470"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96554#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BUG: unable to handle kernel NULL pointer dereference at 0000000000000470"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96554">bug 96554</a>
              from <span class="vcard"><a class="email" href="mailto:dxtr@emacs.church" title="Kim Lidström <dxtr@emacs.church>"> <span class="fn">Kim Lidström</span></a>
</span></b>
        <pre>this fails to compile with:

drivers/gpu/drm/i915/intel_fbdev.c: In function ‘intel_fbdev_restore_mode’:
drivers/gpu/drm/i915/intel_fbdev.c:827:12: error: ‘struct intel_fbdev’ has no
member named ‘cookie’
  if (ifbdev->cookie) {
            ^~
drivers/gpu/drm/i915/intel_fbdev.c:828:34: error: ‘struct intel_fbdev’ has no
member named ‘cookie’
   async_synchronize_cookie(ifbdev->cookie + 1);
                                  ^~
drivers/gpu/drm/i915/intel_fbdev.c:829:9: error: ‘struct intel_fbdev’ has no
member named ‘cookie’
   ifbdev->cookie = 0;</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>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>