7ae5ddcfc548784b51c76bf6d7923442 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Tue, 3 May 2016 11:24:35 +0200 Subject: drm/vmwgfx: Kill some lockdep warnings Some global KMS state that is elsewhere protected by the mode_config mutex here needs to be protected with a local mutex. Remove corresponding lockdep checks and introduce a new driver-private global_kms_state_mutex, and make sure its locking order is *after* the crtc locks in order to avoid having to release those when the new mutex is taken. Signed-off-by: Thomas Hellstrom Reviewed-by: Brian Paul Reviewed-by: Sinclair Yeh Cc: # 4.6 ---