Re: [Intel-gfx] [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA

2017-02-01 Thread Tvrtko Ursulin
On 01/02/2017 14:55, Chris Wilson wrote: On Wed, Feb 01, 2017 at 02:33:22PM +, Tvrtko Ursulin wrote: [snip] + { } + }, *a, *b; + const unsigned int max_pages = 64; + int err = -ENOMEM; + + /* Create VMA for many different combinations of planes and

Re: [Intel-gfx] [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA

2017-02-01 Thread Chris Wilson
On Wed, Feb 01, 2017 at 02:33:22PM +, Tvrtko Ursulin wrote: > > On 19/01/2017 11:41, Chris Wilson wrote: > >Exercise creating rotated VMA and checking the page order within. > > > >v2: Be more creative in rotated params > > > >Signed-off-by: Chris Wilson > >--- > >

Re: [Intel-gfx] [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA

2017-02-01 Thread Tvrtko Ursulin
On 19/01/2017 11:41, Chris Wilson wrote: Exercise creating rotated VMA and checking the page order within. v2: Be more creative in rotated params Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_vma.c | 177 ++ 1 file

Re: [Intel-gfx] [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA

2017-02-01 Thread Matthew Auld
On 19 January 2017 at 11:41, Chris Wilson wrote: > Exercise creating rotated VMA and checking the page order within. > > v2: Be more creative in rotated params > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/selftests/i915_vma.c |

[Intel-gfx] [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA

2017-01-19 Thread Chris Wilson
Exercise creating rotated VMA and checking the page order within. v2: Be more creative in rotated params Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_vma.c | 177 ++ 1 file changed, 177 insertions(+) diff --git