Home
last modified time | relevance | path

Searched refs:wakeref_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_drv.h1983 WARN_ONCE(!atomic_read(&dev_priv->runtime_pm.wakeref_count), in assert_rpm_wakelock_held()
2008 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in disable_rpm_wakeref_asserts()
2025 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in enable_rpm_wakeref_asserts()
Dintel_runtime_pm.c3700 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get()
3733 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_if_in_use()
3764 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_noresume()
3781 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_put()
Di915_drv.c2637 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_suspend()
2688 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_resume()
Di915_gpu_error.c1736 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen_state()
Di915_drv.h1254 atomic_t wakeref_count; member
Dintel_pm.c9644 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()