Re: [Intel-gfx] [PATCH 2/2] drm/i915: use the ICL stolen memory

2018-07-09 Thread Paulo Zanoni
Em Sex, 2018-07-06 às 19:09 -0700, Lucas De Marchi escreveu: > On Fri, May 4, 2018 at 1:33 PM Paulo Zanoni > wrote: > > > > Now that our stolen memory is already reserved by the x86 subsystem > > (since commit "x86/gpu: reserve ICL's graphics stolen memory"), > > make > > use of it. > > > > Cc:

Re: [Intel-gfx] [PATCH 2/2] drm/i915: use the ICL stolen memory

2018-07-09 Thread Rodrigo Vivi
On Fri, Jul 06, 2018 at 07:09:15PM -0700, Lucas De Marchi wrote: > On Fri, May 4, 2018 at 1:33 PM Paulo Zanoni wrote: > > > > Now that our stolen memory is already reserved by the x86 subsystem > > (since commit "x86/gpu: reserve ICL's graphics stolen memory"), make > > use of it. > > > > Cc: Joon

Re: [Intel-gfx] [PATCH 2/2] drm/i915: use the ICL stolen memory

2018-07-06 Thread Lucas De Marchi
On Fri, May 4, 2018 at 1:33 PM Paulo Zanoni wrote: > > Now that our stolen memory is already reserved by the x86 subsystem > (since commit "x86/gpu: reserve ICL's graphics stolen memory"), make > use of it. > > Cc: Joonas Lahtinen > Cc: Daniele Ceraolo Spurio > Cc: x...@kernel.org > Signed-off-b

[Intel-gfx] [PATCH 2/2] drm/i915: use the ICL stolen memory

2018-05-04 Thread Paulo Zanoni
Now that our stolen memory is already reserved by the x86 subsystem (since commit "x86/gpu: reserve ICL's graphics stolen memory"), make use of it. Cc: Joonas Lahtinen Cc: Daniele Ceraolo Spurio Cc: x...@kernel.org Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_gem_stolen.c | 38 +++