Re: [Intel-gfx] [PATCH] drm/i915: Fix test on inputs for vma_compare()

2016-11-03 Thread Matthew Auld
On 3 November 2016 at 20:08, Chris Wilson wrote: > When supplying a view to vma_compare() it is required that the supplied > i915_address_space is the global GTT. I tested the VMA instead (which is > the current position in the rbtree and maybe from any address space). > > Reported-by: Matthew Aul

[Intel-gfx] [PATCH] drm/i915: Fix test on inputs for vma_compare()

2016-11-03 Thread Chris Wilson
When supplying a view to vma_compare() it is required that the supplied i915_address_space is the global GTT. I tested the VMA instead (which is the current position in the rbtree and maybe from any address space). Reported-by: Matthew Auld Tested-by: Matthew Auld Bugzilla: https://bugs.freedesk