Searched refs:wakeref_count (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.h | 49 atomic_t wakeref_count; member 77 BITS_PER_TYPE(struct_member(struct intel_runtime_pm, wakeref_count)) 83 intel_rpm_raw_wakeref_count(int wakeref_count) in intel_rpm_raw_wakeref_count() argument 85 return wakeref_count & INTEL_RPM_RAW_WAKEREF_MASK; in intel_rpm_raw_wakeref_count() 89 intel_rpm_wakelock_count(int wakeref_count) in intel_rpm_wakelock_count() argument 91 return wakeref_count >> INTEL_RPM_WAKELOCK_SHIFT; in intel_rpm_wakelock_count() 102 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_raw_wakeref_held() argument 105 WARN_ONCE(!intel_rpm_raw_wakeref_count(wakeref_count), in __assert_rpm_raw_wakeref_held() 110 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_wakelock_held() argument 112 __assert_rpm_raw_wakeref_held(rpm, wakeref_count); in __assert_rpm_wakelock_held() [all …]
|
D | intel_runtime_pm.c | 133 rpm->debug.count, atomic_read(&rpm->wakeref_count))) { in untrack_intel_runtime_pm_wakeref() 233 if (!atomic_dec_and_lock_irqsave(&rpm->wakeref_count, in __intel_wakeref_dec_and_check_tracking() 314 atomic_dec(&rpm->wakeref_count); in __intel_wakeref_dec_and_check_tracking() 328 atomic_add(1 + INTEL_RPM_WAKELOCK_BIAS, &rpm->wakeref_count); in intel_runtime_pm_acquire() 331 atomic_inc(&rpm->wakeref_count); in intel_runtime_pm_acquire() 341 atomic_sub(INTEL_RPM_WAKELOCK_BIAS, &rpm->wakeref_count); in intel_runtime_pm_release() 627 int count = atomic_read(&rpm->wakeref_count); in intel_runtime_pm_driver_release()
|
D | i915_driver.c | 1641 drm_WARN_ON_ONCE(&dev_priv->drm, atomic_read(&rpm->wakeref_count)); in intel_runtime_resume()
|
D | i915_gpu_error.c | 1882 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()
|
D | intel_pm.c | 8159 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()
|