From: Daniel Vetter Date: Sun, 2 Dec 2012 00:33:17 +0000 (+0100) Subject: drm/gma500: use drm_modeset_lock_all X-Git-Tag: v3.9-rc1~83^2~38^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a819515fc346b4e79d6e3fc01d837a660452c74;p=pandora-kernel.git drm/gma500: use drm_modeset_lock_all Only two places: - suspend/resume - Some really strange mode validation tool with too much funny-lucking hand-rolled conversion code. - The recently-added lastclose fbdev restore code. Better safe than sorry, so convert both places to keep the locking semantics as much as possible. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed