Re: [Intel-gfx] [PATCH 7/9] drm/i915: Consolidate plane 'cleanup' operations

2014-12-01 Thread Ander Conselvan de Oliveira
On 11/24/2014 09:53 PM, Matt Roper wrote: All plane update functions need to unpin the old framebuffer when flipping to a new one. Pull this logic into a separate function to ease the integration with atomic plane helpers. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/intel_display.c |

[Intel-gfx] [PATCH 7/9] drm/i915: Consolidate plane 'cleanup' operations

2014-11-24 Thread Matt Roper
All plane update functions need to unpin the old framebuffer when flipping to a new one. Pull this logic into a separate function to ease the integration with atomic plane helpers. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/intel_display.c | 57 ++-- driv