Re: [Intel-gfx] [PATCH] tests/gem_tiled_swapping: Skip on L-shaped memory

2014-11-18 Thread Chris Wilson
On Tue, Nov 18, 2014 at 03:35:33PM +0100, Daniel Vetter wrote: > On Tue, Nov 18, 2014 at 02:06:37PM +, Chris Wilson wrote: > > On Tue, Nov 18, 2014 at 02:40:28PM +0100, Daniel Vetter wrote: > > > The only thing the kernel can do is pin the buffers, which essentially > > > means no swapped tiled

Re: [Intel-gfx] [PATCH] tests/gem_tiled_swapping: Skip on L-shaped memory

2014-11-18 Thread Daniel Vetter
On Tue, Nov 18, 2014 at 02:06:37PM +, Chris Wilson wrote: > On Tue, Nov 18, 2014 at 02:40:28PM +0100, Daniel Vetter wrote: > > The only thing the kernel can do is pin the buffers, which essentially > > means no swapped tiled objects. > > > > Signed-off-by: Daniel Vetter > > --- > > tests/gem

Re: [Intel-gfx] [PATCH] tests/gem_tiled_swapping: Skip on L-shaped memory

2014-11-18 Thread Chris Wilson
On Tue, Nov 18, 2014 at 02:40:28PM +0100, Daniel Vetter wrote: > The only thing the kernel can do is pin the buffers, which essentially > means no swapped tiled objects. > > Signed-off-by: Daniel Vetter > --- > tests/gem_tiled_swapping.c | 22 ++ > 1 file changed, 22 insertio

[Intel-gfx] [PATCH] tests/gem_tiled_swapping: Skip on L-shaped memory

2014-11-18 Thread Daniel Vetter
The only thing the kernel can do is pin the buffers, which essentially means no swapped tiled objects. Signed-off-by: Daniel Vetter --- tests/gem_tiled_swapping.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/tests/gem_tiled_swapping.c b/tests/gem_tiled_swapping.c i