Re: [PATCH 2/3] drm: Move atomic_state_put after locks are dropped

2018-11-28 Thread Sean Paul
On Wed, Nov 28, 2018 at 09:35:47AM +0100, Daniel Vetter wrote: > On Tue, Nov 27, 2018 at 05:46:39PM -0500, Sean Paul wrote: > > From: Sean Paul > > > > drm_atomic_state_put doesn't require any locking, and this makes things > > easier for switching to modeset_lock_all helpers in a future patch >

Re: [PATCH 2/3] drm: Move atomic_state_put after locks are dropped

2018-11-28 Thread Daniel Vetter
On Tue, Nov 27, 2018 at 05:46:39PM -0500, Sean Paul wrote: > From: Sean Paul > > drm_atomic_state_put doesn't require any locking, and this makes things > easier for switching to modeset_lock_all helpers in a future patch > > Cc: Daniel Vetter > Signed-off-by: Sean Paul > --- > drivers/gpu/dr

[PATCH 2/3] drm: Move atomic_state_put after locks are dropped

2018-11-27 Thread Sean Paul
From: Sean Paul drm_atomic_state_put doesn't require any locking, and this makes things easier for switching to modeset_lock_all helpers in a future patch Cc: Daniel Vetter Signed-off-by: Sean Paul --- drivers/gpu/drm/drm_atomic_helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)