Re: [Intel-gfx] [PATCH 1/9] drm/i915/bdw: Split up PPGTT cleanup

2014-02-13 Thread Chris Wilson
On Wed, Feb 12, 2014 at 02:28:44PM -0800, Ben Widawsky wrote: > This will make the code more readable, and extensible which is needed > for upcoming feature work. Eventually, we'll do the same for init. > > Signed-off-by: Ben Widawsky I don't think I spotted any logic changes, Reviewed-by: Chris

[Intel-gfx] [PATCH 1/9] drm/i915/bdw: Split up PPGTT cleanup

2014-02-12 Thread Ben Widawsky
This will make the code more readable, and extensible which is needed for upcoming feature work. Eventually, we'll do the same for init. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_gtt.c | 59 - 1 file changed, 38 insertions(+), 21 deletions(