[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
Tue Jul 1 06:39:36 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80639
--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
This has the hallmarks of being invalid stolen. Can you try:
diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_gem_stolen.c
index 78fa532..2bce530 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -330,6 +330,8 @@ int i915_gem_init_stolen(struct drm_device *dev)
struct drm_i915_private *dev_priv = dev->dev_private;
struct resource *r;
+ return 0;
+
#ifdef CONFIG_INTEL_IOMMU
if (intel_iommu_gfx_mapped && INTEL_INFO(dev)->gen < 8) {
DRM_INFO("DMAR active, disabling use of stolen memory\n");
--
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/20140701/aa122835/attachment.html>
More information about the intel-gfx-bugs
mailing list