Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-07-10 Thread Rodrigo Vivi
On Wed, Jul 04, 2018 at 07:50:42AM +0200, Ingo Molnar wrote: > > * Rodrigo Vivi wrote: > > > > Cc: Thomas Gleixner > > > > > > Cc: Ingo Molnar > > > > > > Cc: H. Peter Anvin > > > > > > Cc: x...@kernel.org > > > > > > guys, could we push this through drm-intel? ack? > > > nack? comments? > >

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-07-05 Thread Rodrigo Vivi
On Wed, Jul 04, 2018 at 07:50:42AM +0200, Ingo Molnar wrote: > > * Rodrigo Vivi wrote: > > > > Cc: Thomas Gleixner > > > > > > Cc: Ingo Molnar > > > > > > Cc: H. Peter Anvin > > > > > > Cc: x...@kernel.org > > > > > > guys, could we push this through drm-intel? ack? > > > nack? comments? > >

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-07-03 Thread Ingo Molnar
* Rodrigo Vivi wrote: > > Cc: Thomas Gleixner > > > > > Cc: Ingo Molnar > > > > > Cc: H. Peter Anvin > > > > > Cc: x...@kernel.org > > > > guys, could we push this through drm-intel? ack? > > nack? comments? > > Is there any concern with this patch? > any ack for push this through drm-intel

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-07-03 Thread Rodrigo Vivi
On Mon, Jun 18, 2018 at 10:47:21AM -0700, Rodrigo Vivi wrote: > On Fri, Jun 01, 2018 at 02:44:51PM -0700, Paulo Zanoni wrote: > > Em Seg, 2018-05-07 às 11:46 +0300, Joonas Lahtinen escreveu: > > > Ingo, do you prefer to merge through our tree with your ack? > > > > Ping? > > > > > > > > Quoting

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-06-18 Thread Rodrigo Vivi
On Fri, Jun 01, 2018 at 02:44:51PM -0700, Paulo Zanoni wrote: > Em Seg, 2018-05-07 às 11:46 +0300, Joonas Lahtinen escreveu: > > Ingo, do you prefer to merge through our tree with your ack? > > Ping? > > > > > Quoting Paulo Zanoni (2018-05-04 23:32:51) > > > ICL changes the registers and address

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-06-01 Thread Paulo Zanoni
Em Seg, 2018-05-07 às 11:46 +0300, Joonas Lahtinen escreveu: > Ingo, do you prefer to merge through our tree with your ack? Ping? > > Quoting Paulo Zanoni (2018-05-04 23:32:51) > > ICL changes the registers and addresses to 64 bits. > > > > I also briefly looked at implementing an u64 version o

Re: [Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-05-07 Thread Joonas Lahtinen
Ingo, do you prefer to merge through our tree with your ack? Quoting Paulo Zanoni (2018-05-04 23:32:51) > ICL changes the registers and addresses to 64 bits. > > I also briefly looked at implementing an u64 version of the PCI config > read functions, but I concluded this wouldn't be trivial, so i

[Intel-gfx] [PATCH 1/2] x86/gpu: reserve ICL's graphics stolen memory

2018-05-04 Thread Paulo Zanoni
ICL changes the registers and addresses to 64 bits. I also briefly looked at implementing an u64 version of the PCI config read functions, but I concluded this wouldn't be trivial, so it's not worth doing it for a single user that can't have any racing problems while reading the register in two se