Re: [Intel-gfx] [PATCH 3/5] tests/gem_disable_prefault: add reloc slow path subtest

2013-07-19 Thread Daniel Vetter
On Fri, Jul 19, 2013 at 01:53:10PM +0800, Xiong Zhang wrote: > first disable prefault, then put relocate bo in gtt space and exec cmd, > so it will run relocate_object_slow path, finally enable prefault > > Signed-off-by: Xiong Zhang Hm, my idea was something much simpler like diff --git a/tes

[Intel-gfx] [PATCH 3/5] tests/gem_disable_prefault: add reloc slow path subtest

2013-07-18 Thread Xiong Zhang
first disable prefault, then put relocate bo in gtt space and exec cmd, so it will run relocate_object_slow path, finally enable prefault Signed-off-by: Xiong Zhang --- tests/Makefile.am| 1 + tests/gem_disable_prefault.c | 168 +++ 2 files c