[Bug 80629] i915 w/ 845GL: black screen with moveable mouse when X/kdm starts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 30 02:34:17 PDT 2014


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

--- Comment #9 from Chris Wilson <chris at chris-wilson.co.uk> ---
Looks like an issue with stolen memory. Simple test:

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/20140630/260fe615/attachment.html>


More information about the intel-gfx-bugs mailing list