Skip to content

Commit

Permalink
drm: add drm_modeset_lock|unlock_all
Browse files Browse the repository at this point in the history
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 shotgun solutions for all places
where a more fine-grained locking isn't (yet) implemented.

v2: Fixup kerneldoc for unlock_all.

Reviewed-by: Rob Clark <rob@ti.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Jan 20, 2013
1 parent 2d13b67 commit 8484990
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 76 deletions.
Loading

0 comments on commit 8484990

Please sign in to comment.