Re: [PATCH 7/7] drm/atomic: Reduce setplane locking

2019-11-19 Thread Daniel Vetter
On Fri, Nov 15, 2019 at 09:42:04PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Currently setplane grabs all modeset locks, which seems a bit > excessive. Let's reduce that to just the locks we really need > on atomic drivers. For non-atomic drivers let's stick to the > current scheme

[PATCH 7/7] drm/atomic: Reduce setplane locking

2019-11-15 Thread Ville Syrjala
From: Ville Syrjälä Currently setplane grabs all modeset locks, which seems a bit excessive. Let's reduce that to just the locks we really need on atomic drivers. For non-atomic drivers let's stick to the current scheme for now. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_plane.c |