Re: [Intel-gfx] [PATCH] drm/i915: Sanity check inputs to i915_gem_evict_for_node()

2017-02-03 Thread Matthew Auld
On 3 February 2017 at 18:08, Chris Wilson wrote: > Assert that the node is correctly aligned and that we are within the > bounds of the VM. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen Reviewed-by:

[Intel-gfx] [PATCH] drm/i915: Sanity check inputs to i915_gem_evict_for_node()

2017-02-03 Thread Chris Wilson
Assert that the node is correctly aligned and that we are within the bounds of the VM. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_gem_evict.c | 8 1 file changed, 8 insertions(+) diff --git