Re: [Intel-gfx] [PATCH] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit

2017-11-24 Thread Ville Syrjälä
On Fri, Nov 24, 2017 at 09:30:17AM +0200, Joonas Lahtinen wrote: > @@ -426,14 +426,14 @@ static size_t __init chv_stolen_size(int num, int slot, > int func) >* 0x17 to 0x1d: 4MB increments start at 36MB >*/ > if (gms < 0x11) > - return (size_t)gms * MB(32); > +

Re: [Intel-gfx] [PATCH] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit

2017-11-24 Thread Chris Wilson
Quoting Joonas Lahtinen (2017-11-24 07:30:17) > In preparation for upcoming SKUs, allow more freedom in placement > of the Intel graphics stolen memory by BIOS to full 64bit range. > > Signed-off-by: Joonas Lahtinen > Cc: Matthew Auld > Cc: Chris Wilson > Cc: Paulo Zanoni > Cc: Ingo Molnar >

Re: [Intel-gfx] [PATCH] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit

2017-11-24 Thread Joonas Lahtinen
On Fri, 2017-11-24 at 08:35 +0100, Ingo Molnar wrote: > * Joonas Lahtinen wrote: > > > In preparation for upcoming SKUs, allow more freedom in placement > > of the Intel graphics stolen memory by BIOS to full 64bit range. > > > > Signed-off-by: Joonas Lahtinen > > Cc: Matthew Auld > > Cc: Chri

Re: [Intel-gfx] [PATCH] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit

2017-11-23 Thread Ingo Molnar
* Joonas Lahtinen wrote: > In preparation for upcoming SKUs, allow more freedom in placement > of the Intel graphics stolen memory by BIOS to full 64bit range. > > Signed-off-by: Joonas Lahtinen > Cc: Matthew Auld > Cc: Chris Wilson > Cc: Paulo Zanoni > Cc: Ingo Molnar > Cc: H. Peter Anvin

[Intel-gfx] [PATCH] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit

2017-11-23 Thread Joonas Lahtinen
In preparation for upcoming SKUs, allow more freedom in placement of the Intel graphics stolen memory by BIOS to full 64bit range. Signed-off-by: Joonas Lahtinen Cc: Matthew Auld Cc: Chris Wilson Cc: Paulo Zanoni Cc: Ingo Molnar Cc: H. Peter Anvin Cc: x...@kernel.org --- arch/x86/kernel/ear