Re: [Intel-gfx] [PATCH 14/20] drm/i915/selftests: exercise mmap migration

2022-02-03 Thread Matthew Auld
On 03/02/2022 09:01, Thomas Hellström wrote: On 1/26/22 16:21, Matthew Auld wrote: Exercise each of the migration scenarios, verifying that the final placement and buffer contents match our expectations. Signed-off-by: Matthew Auld Cc: Thomas Hellström ---  

Re: [Intel-gfx] [PATCH 14/20] drm/i915/selftests: exercise mmap migration

2022-02-03 Thread Thomas Hellström
On 1/26/22 16:21, Matthew Auld wrote: Exercise each of the migration scenarios, verifying that the final placement and buffer contents match our expectations. Signed-off-by: Matthew Auld Cc: Thomas Hellström --- .../drm/i915/gem/selftests/i915_gem_mman.c| 306 ++ 1

[Intel-gfx] [PATCH 14/20] drm/i915/selftests: exercise mmap migration

2022-01-26 Thread Matthew Auld
Exercise each of the migration scenarios, verifying that the final placement and buffer contents match our expectations. Signed-off-by: Matthew Auld Cc: Thomas Hellström --- .../drm/i915/gem/selftests/i915_gem_mman.c| 306 ++ 1 file changed, 306 insertions(+) diff --git