[Bug 80639] GPU HANG: ecode -1:0x00000000, reason: Command parser error, iir 0x00008000, action: continue
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jul 3 07:24:17 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80639
djmatic8 at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djmatic8 at gmail.com
--- Comment #10 from djmatic8 at gmail.com ---
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;
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140703/e5d139bb/attachment.html>
More information about the intel-gfx-bugs
mailing list