[Bug 97621] [SKL] System boots with [drm:i915_stolen_to_physical] *ERROR* conflict detected with stolen region: [0xc6000000 - 0xc8000000] on dmesg

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 9 14:26:36 UTC 2016


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

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
So the new BIOS adds a conflicting entry:

[    0.000000] BIOS-e820: [mem 0x00000000c5300000-0x00000000c7ffffff] reserved

with which the kernel manages to zap our

[    0.000000] Reserving Intel graphics memory at
0x00000000c6000000-0x00000000c7ffffff

However. In the old BIOS,

[    0.000000] Reserving Intel graphics memory at
0x00000000c1000000-0x00000000c2ffffff

which was not marked up as reserved inside the e820.

It seems to be e820_reserve_resources_late() is causing the conflict, but our
earlier intel_graphics_stolen() should ideally have fixed up the e820 map.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee 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/20160909/b3a98b4b/attachment.html>


More information about the intel-gfx-bugs mailing list