From: Daniel Vetter Date: Sun, 2 Dec 2012 00:48:38 +0000 (+0100) Subject: drm/vmwgfx: use drm_modeset_lock_all X-Git-Tag: v3.9-rc1~83^2~38^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe4b99ff2443e305598768ae8eac6bc3516b7c9;p=pandora-kernel.git drm/vmwgfx: use drm_modeset_lock_all Ok, this one here is a bit more complicated, and I can't really claim to fully understand the locking and lifetime rules of the vmwgfx driver. So just convert ever mutex_lock call, including the interruptible one. Since other places (e.g. in the execbuf ioctl) take the mode_config.mutex without bothering with interruptible handling, I've figured I should be able to get away with this in a few more places ... Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed