<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:djmatic8@gmail.com" title="djmatic8@gmail.com">djmatic8@gmail.com</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - GPU HANG: ecode -1:0x00000000, reason: Command parser error, iir 0x00008000, action: continue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80639">bug 80639</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;">CC</td>
           <td>
                
           </td>
           <td>djmatic8@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - GPU HANG: ecode -1:0x00000000, reason: Command parser error, iir 0x00008000, action: continue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80639#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - GPU HANG: ecode -1:0x00000000, reason: Command parser error, iir 0x00008000, action: continue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80639">bug 80639</a>
              from <span class="vcard"><a class="email" href="mailto:djmatic8@gmail.com" title="djmatic8@gmail.com">djmatic8@gmail.com</a>
</span></b>
        <pre>I found the commit that introduced this behaviour:
1ad292b51e358c8b6e9b8966889c21f1fe705489
(git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git). In my case
display was fixed after applying this:

--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -11038,7 +11038,6 @@ static void intel_init_display(struct drm_device *dev)
                        i9xx_update_primary_plane;
        } else {
                dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
-               dev_priv->display.get_plane_config = i9xx_get_plane_config;
                dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
                dev_priv->display.crtc_enable = i9xx_crtc_enable;
                dev_priv->display.crtc_disable = i9xx_crtc_disable;</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>