[Bug 78547] GPU hang (EIR stuck) when trying to launch XBMC

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 11 23:36:33 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78547

--- Comment #17 from Chris Wilson <chris at chris-wilson.co.uk> ---
It has the same symptoms that the ringbuffer has been overwritten.

I would try:

ickle at nuc-i3427:/usr/src/linux$ git diff
diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_gem_stolen.c
index 20bd839..dcf90ca 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -337,6 +337,8 @@ int i915_gem_init_stolen(struct drm_device *dev)
        }
 #endif

+       dev_priv->gtt.stolen_size = 0;
+
        if (dev_priv->gtt.stolen_size == 0)
                return 0;

-- 
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/20140512/a424494b/attachment.html>


More information about the intel-gfx-bugs mailing list