[Bug 96473] i915.ko corrupt text lines at top, [drm] GPU HANG: ecode 2:0:0x037fffc1, reason: Ring hung

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 11 08:14:19 UTC 2016


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

--- Comment #9 from Chris Wilson <chris at chris-wilson.co.uk> ---
384k + offset(fb0 in GTT) ~= 576k, the size of the VGA text console. My guess
is that the VGA planes are not being disabled and through them the BIOS is
obliterating our setup. One quick test would be

diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c
b/drivers/gpu/drm/i915/i915_gem_stolen.c
index e9cd82290408..fe8cfb027199 100644
--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
+++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
@@ -411,6 +411,8 @@ int i915_gem_init_stolen(struct drm_device *dev)
        }
 #endif

+       return 0;
+
        if (ggtt->stolen_size == 0)
                return 0;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160611/4516c17c/attachment.html>


More information about the intel-gfx-bugs mailing list