Searched refs:struct_mutex (Results 1 – 7 of 7) sorted by relevance
158 struct mutex struct_mutex; member
595 mutex_destroy(&dev->struct_mutex); in drm_dev_init_release()636 mutex_init(&dev->struct_mutex); in drm_dev_init()
20 struct_mutex ra_mutex …
681 mutex_lock(&i915->drm.struct_mutex); in intel_guc_log_set_level()699 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``.
355 #. No struct_mutex anywhere in the code366 of the shrinker vs. struct_mutex saga, and that would be
189 mutex_lock(&dev_priv->drm.struct_mutex); in ivb_parity_work()247 mutex_unlock(&dev_priv->drm.struct_mutex); in ivb_parity_work()