From: Daniel Vetter Date: Sun, 2 Dec 2012 00:05:46 +0000 (+0100) Subject: drm/i915: use drm_modeset_lock_all X-Git-Tag: v3.9-rc1~83^2~38^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e99e68c12ac6dc5d6b1da7942b5e05d5f848af;p=pandora-kernel.git drm/i915: use drm_modeset_lock_all Two exceptions: - debugfs files only read information which is not related to crtc, so can stay on the modeset_config lock. - Same holds for the edp vdd work in intel_dp.c. Add a corresponding WARN_ON and a comment next to the intel_dp struct fields for documentation. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed