Re: [Intel-gfx] [PATCH 1/2] drm/atomic: Update old_fb after setting a property.

2015-07-02 Thread Rob Clark
On Wed, Jun 24, 2015 at 2:59 AM, Maarten Lankhorst wrote: > This change updates the old_fb pointer only after acquiring the plane lock, > if there are no properties the fb cannot have been changed either, so > this works out correctly. > > Found in a discussion with Rob Clark. > > Cc: Rob Clark >

[Intel-gfx] [PATCH 1/2] drm/atomic: Update old_fb after setting a property.

2015-06-24 Thread Maarten Lankhorst
This change updates the old_fb pointer only after acquiring the plane lock, if there are no properties the fb cannot have been changed either, so this works out correctly. Found in a discussion with Rob Clark. Cc: Rob Clark Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_atomic.c | 12