[Intel-gfx] [PATCH 5/5] drm/core: Fix old_fb handling in pan_display_atomic.

2015-11-17 Thread Jani Nikula
On Tue, 17 Nov 2015, Daniel Vetter wrote: > On Wed, Nov 11, 2015 at 11:29:11AM +0100, Maarten Lankhorst wrote: >> From: Maarten Lankhorst >> >> Signed-off-by: Maarten Lankhorst > > Needs "Don't touch plane->old_fb/fb without having the right locks held." > like the previous patch in the commit

[PATCH 5/5] drm/core: Fix old_fb handling in pan_display_atomic.

2015-11-17 Thread Daniel Vetter
On Wed, Nov 11, 2015 at 11:29:11AM +0100, Maarten Lankhorst wrote: > From: Maarten Lankhorst > > Signed-off-by: Maarten Lankhorst Needs "Don't touch plane->old_fb/fb without having the right locks held." like the previous patch in the commit message. With that for patches 4&5: Reviewed-by:

[PATCH 5/5] drm/core: Fix old_fb handling in pan_display_atomic.

2015-11-11 Thread Maarten Lankhorst
From: Maarten Lankhorst Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_fb_helper.c | 30 -- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c