Re: [RFC][PATCH 09/11] drm: Fix getconnector locking

2018-03-06 Thread Daniel Vetter
On Tue, Feb 27, 2018 at 02:56:58PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The edid is protected by mode_config.mutex so extend the locking to > protect the property readout part as well. > > Cc: Keith Packard > Cc: Daniel Vetter > Signed-off-by: Ville Syrjälä Ehrm no, properti

[RFC][PATCH 09/11] drm: Fix getconnector locking

2018-02-27 Thread Ville Syrjala
From: Ville Syrjälä The edid is protected by mode_config.mutex so extend the locking to protect the property readout part as well. Cc: Keith Packard Cc: Daniel Vetter Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_connector.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)