Re: [Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2017-03-16 Thread Song, Ruiling
I am Ok with this. Ruiling ___ Beignet mailing list Beignet@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/beignet

[Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2017-03-08 Thread Yang Rong
commit ff57cee0519d ("ocl20/runtime: take the first 64KB page table entries") tries to allocate a bo at 0 offset, but failed to take into account that something may already be allocated there that it is not allowed to evict (particularly when not using full-ppgtt separation). Failure to do so cause

Re: [Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2016-11-21 Thread Song, Ruiling
> -Original Message- > From: 'Chris Wilson' [mailto:ch...@chris-wilson.co.uk] > Sent: Sunday, November 20, 2016 8:45 PM > To: Song, Ruiling > Cc: beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH] intel: Check that we can reserve the > zero-o

Re: [Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2016-11-20 Thread 'Chris Wilson'
freedesktop.org > > Cc: Chris Wilson > > Subject: [Beignet] [PATCH] intel: Check that we can reserve the zero-offset > > > > commit ff57cee0519d ("ocl20/runtime: take the first 64KB page table > > entries") tries to allocate a bo at 0 offset, but failed to ta

Re: [Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2016-11-20 Thread Song, Ruiling
> -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Chris Wilson > Sent: Monday, November 14, 2016 9:35 PM > To: beignet@lists.freedesktop.org > Cc: Chris Wilson > Subject: [Beignet] [PATCH] intel: Check that we can re

[Beignet] [PATCH] intel: Check that we can reserve the zero-offset

2016-11-14 Thread Chris Wilson
commit ff57cee0519d ("ocl20/runtime: take the first 64KB page table entries") tries to allocate a bo at 0 offset, but failed to take into account that something may already be allocated there that it is not allowed to evict (particularly when not using full-ppgtt separation). Failure to do so cause