[PATCH 3/5] drm/atomic: add a drm_atomic_clean_old_fb helper.

2015-11-17 Thread Maarten Lankhorst
Op 11-11-15 om 11:29 schreef Maarten Lankhorst: > From: Maarten Lankhorst > > This is useful for all the boilerplate code about cleaning old_fb. Signed-off-by: Maarten Lankhorst

[PATCH 3/5] drm/atomic: add a drm_atomic_clean_old_fb helper.

2015-11-17 Thread Daniel Vetter
On Wed, Nov 11, 2015 at 11:29:09AM +0100, Maarten Lankhorst wrote: > From: Maarten Lankhorst > > This is useful for all the boilerplate code about cleaning old_fb. > --- > drivers/gpu/drm/drm_atomic.c | 58 > ++-- > include/drm/drm_atomic.h | 3 +++ >

[PATCH 3/5] drm/atomic: add a drm_atomic_clean_old_fb helper.

2015-11-11 Thread Maarten Lankhorst
From: Maarten Lankhorst This is useful for all the boilerplate code about cleaning old_fb. --- drivers/gpu/drm/drm_atomic.c | 58 ++-- include/drm/drm_atomic.h | 3 +++ 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/drivers/gpu/drm/d