[Bug 85576] [BDW] i915.enable_ppgtt=0 causes graphical corruption
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 30 14:13:12 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=85576
Rodrigo Vivi <rodrigo.vivi at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #5 from Rodrigo Vivi <rodrigo.vivi at gmail.com> ---
James, could you please try this?
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/i915/i915_gem_gtt.c
index cb7adab..a82b8a7 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -1911,7 +1911,7 @@ static void bdw_setup_private_ppat(struct
drm_i915_private *dev_priv)
{
uint64_t pat;
- pat = GEN8_PPAT(0, GEN8_PPAT_WB | GEN8_PPAT_LLC) | /* for normal
objects, no eLLC */
+ pat = GEN8_PPAT(0, GEN8_PPAT_UC) | /* TEST for bug 85576 */
--
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/20141030/f13e7b3e/attachment.html>
More information about the intel-gfx-bugs
mailing list