Re: [Intel-gfx] [PATCH 3/3] drm/i915: don't open code the pdpe/pml4e clearing

2016-12-13 Thread Michał Winiarski
On Tue, Dec 13, 2016 at 04:05:12PM +, Matthew Auld wrote: > Now that it's obvious what the helpers do, we can simplify the code > somewhat by using them when clearing the pdpe/pml4e with the relevant > scratch entry. > > Cc: Joonas Lahtinen > Cc: Chris Wilson Reviewed-by: Michał Winiarski

[Intel-gfx] [PATCH 3/3] drm/i915: don't open code the pdpe/pml4e clearing

2016-12-13 Thread Matthew Auld
Now that it's obvious what the helpers do, we can simplify the code somewhat by using them when clearing the pdpe/pml4e with the relevant scratch entry. Cc: Joonas Lahtinen Cc: Chris Wilson Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_gem_gtt.c | 16 ++-- 1 file change