HomeSort by: relevance | last modified time | path
    Searched refs:pps_mutex (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 737 mutex_lock(&dev_priv->pps_mutex);
747 mutex_unlock(&dev_priv->pps_mutex);
871 lockdep_assert_held(&dev_priv->pps_mutex);
918 lockdep_assert_held(&dev_priv->pps_mutex);
988 lockdep_assert_held(&dev_priv->pps_mutex);
1029 * We can't grab pps_mutex here due to deadlock with power_domain
1030 * mutex when power_domain functions are called while holding pps_mutex.
1032 * hold both a power domain reference and pps_mutex, and the power domain
1033 * reference get/put must be done while _not_ holding pps_mutex.
1144 lockdep_assert_held(&dev_priv->pps_mutex);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c 535 mutex_init(&dev_priv->pps_mutex);
580 mutex_destroy(&dev_priv->pps_mutex);
609 mutex_destroy(&dev_priv->pps_mutex);
i915_drv.h 1018 struct mutex pps_mutex; member in struct:drm_i915_private

Completed in 16 milliseconds