Searched refs:struct_mutex (Results 1 – 6 of 6) sorted by relevance
199 struct mutex struct_mutex; member
21 struct_mutex ra_mutex
697 mutex_destroy(&dev->struct_mutex); in drm_dev_init_release()738 mutex_init(&dev->struct_mutex); in drm_dev_init()
680 mutex_lock(&i915->drm.struct_mutex); in intel_guc_log_set_level()698 mutex_unlock(&i915->drm.struct_mutex); in intel_guc_log_set_level()
176 Get rid of dev->struct_mutex from GEM drivers179 ``dev->struct_mutex`` is the Big DRM Lock from legacy days and infested185 Core GEM doesn't have a need for ``struct_mutex`` any more since kernel 4.8,187 entirely ``struct_mutex`` free.189 For drivers that need ``struct_mutex`` it should be replaced with a driver-195 the ``msm`` and `i915` drivers use ``struct_mutex``.
361 #. No struct_mutex anywhere in the code372 of the shrinker vs. struct_mutex saga, and that would be