[Bug 99948] [BDW] igt_ppgtt_shrink, OOPS gen8_ppgtt_insert_4lvl

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 24 19:49:40 UTC 2017


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

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
Unlikely: diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/i915/i915_gem_gtt.c
index d4ec05f58ce4..4320c9a764ed 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -910,7 +910,7 @@ static void gen8_ppgtt_insert_4lvl(struct
i915_address_space *vm,

        while (gen8_ppgtt_insert_pte_entries(ppgtt, pdps[pml4e++], &iter,
                                             start, cache_level))
-               ;
+               GEM_BUG_ON(pml4e >= GEN8_PML4ES_PER_PML4);
 }

 static void gen8_free_page_tables(struct i915_address_space *vm,

-- 
You are receiving this mail because:
You are the assignee for the bug.
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170224/e24f6e3b/attachment.html>


More information about the intel-gfx-bugs mailing list