[PATCH 03/36] drm/plane: Add optional ->atomic_disable() callback

2015-01-22 Thread Gustavo Padovan
2015-01-20 Thierry Reding : > From: Thierry Reding > > In order to prevent drivers from having to perform the same checks over > and over again, add an optional ->atomic_disable callback which the core > calls under the right circumstances. > > v2: pass old state and detect edges to avoid calli

[PATCH 03/36] drm/plane: Add optional ->atomic_disable() callback

2015-01-20 Thread Daniel Vetter
On Tue, Jan 20, 2015 at 11:48:22AM +0100, Thierry Reding wrote: > From: Thierry Reding > > In order to prevent drivers from having to perform the same checks over > and over again, add an optional ->atomic_disable callback which the core > calls under the right circumstances. > > v2: pass old st

[PATCH 03/36] drm/plane: Add optional ->atomic_disable() callback

2015-01-20 Thread Thierry Reding
From: Thierry Reding In order to prevent drivers from having to perform the same checks over and over again, add an optional ->atomic_disable callback which the core calls under the right circumstances. v2: pass old state and detect edges to avoid calling ->atomic_disable on already disabled pla