commit | 4fb419b216245297312aeafcadf8b4e852a6cfe4 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jul 08 15:53:07 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Sep 19 21:37:59 2019 +0300 |
tree | 3d5e0fde0c638fdc9e95372a9827cd223e882e96 | |
parent | 0d352a3a8a1f26168d09f7073e61bb4b328e3bb9 [diff] |
drm: Add drm_modeset_lock_assert_held() Add a small wrapper around lockdep_assert_held() to make it a bit more conventinet to use with modeset locks. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190708125325.16576-2-ville.syrjala@linux.intel.com Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>