[Bug 60391] [ilk regression] 3.7.x corrupt console image, hard hang starting X

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 12 05:45:53 PST 2013


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

--- Comment #8 from Chris Wilson <chris at chris-wilson.co.uk> ---
Can you revert that patch by applying

diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c
index 207e5c3..0a1d654 100644
--- a/drivers/char/agp/intel-gtt.c
+++ b/drivers/char/agp/intel-gtt.c
@@ -601,7 +601,7 @@ static int intel_gtt_init(void)
        gtt_map_size = intel_private.gtt_total_entries * 4;

        intel_private.gtt = NULL;
-       if (INTEL_GTT_GEN < 6 && INTEL_GTT_GEN > 2)
+       if (INTEL_GTT_GEN < 6 && INTEL_GTT_GEN > 2 && 0)
                intel_private.gtt = ioremap_wc(intel_private.gtt_bus_addr,
                                               gtt_map_size);
        if (intel_private.gtt == NULL)

to your most recent release (or drm-intel-next/-nightly)?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130212/504f11c6/attachment.html>


More information about the intel-gfx-bugs mailing list