[PATCH 03/37] drm: add drm_modeset_lock|unlock_all

2012-12-12 Thread Daniel Vetter
This is the first step towards introducing the new modeset locking scheme. The plan is to put helper functions into place at all the right places step-by-step, so that the final patch to switch on the new locking scheme doesn't need to touch every single driver. This helper here will serve as the

[PATCH 03/37] drm: add drm_modeset_lock|unlock_all

2012-12-12 Thread Daniel Vetter
This is the first step towards introducing the new modeset locking scheme. The plan is to put helper functions into place at all the right places step-by-step, so that the final patch to switch on the new locking scheme doesn't need to touch every single driver. This helper here will serve as the