commit | a0e99e68c12ac6dc5d6b1da7942b5e05d5f848af | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Dec 02 01:05:46 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Jan 20 22:16:47 2013 +0100 |
tree | 13ffff3db0093be6878887ceebfbd0fafc2dc5d6 | |
parent | 848499032504b1defdebdcf930aa70bd01a45ac1 [diff] |
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 <daniel.vetter@ffwll.ch>