Re: [PATCH 1/8] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit
From: Ingo Molnar
Date: Mon Dec 11 2017 - 09:38:55 EST
* Matthew Auld <matthew.auld@xxxxxxxxx> wrote:
> From: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx>
>
> To give upcoming SKU BIOSes more flexibility in placing the Intel
> graphics stolen memory, make all variables storing the placement or size
> compatible with full 64 bit range. Also by exporting the stolen region
> as a resource, we can then nuke the duplicated stolen discovery in i915.
I'd suggest splitting this into two parts: the first one does the resource_size_t
extension, the second one the other change.
Thanks,
Ingo