[Bug 90725] Display chunks with xorg intel driver with Accel & when using swap space

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 29 13:45:22 PDT 2015


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

--- Comment #14 from Chris Wilson <chris at chris-wilson.co.uk> ---
The kernel patch will fix the kdm corruption (should at least). However, to fix
the swap related corruption we need to port the l-shape tiling quirk to your
machine. As a quick test of that hypothesis:

diff --git a/drivers/gpu/drm/i915/i915_gem_tiling.c
b/drivers/gpu/drm/i915/i915_
index cfd85f4..ce36ebb 100644
--- a/drivers/gpu/drm/i915/i915_gem_tiling.c
+++ b/drivers/gpu/drm/i915/i915_gem_tiling.c
@@ -225,6 +225,7 @@ i915_gem_detect_bit_6_swizzle(struct drm_device *dev)

        dev_priv->mm.bit_6_swizzle_x = swizzle_x;
        dev_priv->mm.bit_6_swizzle_y = swizzle_y;
+       dev_priv->quirks |= QUIRK_PIN_SWIZZLED_PAGES;
 }

 /* Check pitch constriants for all chips & tiling formats */

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list 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/20150529/205e5405/attachment.html>


More information about the intel-gfx-bugs mailing list