Re: [Intel-gfx] [PATCH 33/37] drm/i915: Verify page layout for rotated VMA

2017-01-12 Thread Tvrtko Ursulin
On 11/01/2017 21:09, Chris Wilson wrote: Exercise creating rotated VMA and checking the page order within. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_vma.c | 130 ++ 1 file changed, 130 insertions(+) diff --git

[Intel-gfx] [PATCH 33/37] drm/i915: Verify page layout for rotated VMA

2017-01-11 Thread Chris Wilson
Exercise creating rotated VMA and checking the page order within. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_vma.c | 130 ++ 1 file changed, 130 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/i915_vma.c