Re: [Intel-gfx] [PATCH] tests: Add gem_blt_copy_align test

2014-12-12 Thread Thomas Wood
On 12 December 2014 at 16:53, Mika Kuoppala wrote: > Copy a block into destination object with varying dst/src offsets. > Put guard area before and after the blit target to see that it didn't > touch memory out of blit boundaries. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=79053

[Intel-gfx] [PATCH] tests: Add gem_blt_copy_align test

2014-12-12 Thread Mika Kuoppala
Copy a block into destination object with varying dst/src offsets. Put guard area before and after the blit target to see that it didn't touch memory out of blit boundaries. References: https://bugs.freedesktop.org/show_bug.cgi?id=79053 Cc: Chris Wilson Signed-off-by: Mika Kuoppala --- gem_blt_