From: Akash Goel Date: Mon, 13 Jan 2014 10:55:21 +0000 (+0530) Subject: drm/i915: Resolving the memory region conflict for Stolen area X-Git-Tag: v3.14-rc6~25^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3617dc9675f0184b7bb210cfa34f3cac928d8055;p=pandora-kernel.git drm/i915: Resolving the memory region conflict for Stolen area There is a conflict seen when requesting the kernel to reserve the physical space used for the stolen area. This is because some BIOS are wrapping the stolen area in the root PCI bus, but have an off-by-one error. As a workaround we retry the reservation with an offset of 1 instead of 0. v2: updated commit message & the comment in source file (Daniel) Signed-off-by: Akash Goel Reviewed-by: Jesse Barnes Tested-by: Arjan van de Ven Signed-off-by: Jani Nikula --- Reading git-diff-tree failed