Home
last modified time | relevance | path

Searched refs:INTEL_RPM_WAKELOCK_BIAS (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_runtime_pm.h79 #define INTEL_RPM_WAKELOCK_BIAS (1 << INTEL_RPM_WAKELOCK_SHIFT) macro
80 #define INTEL_RPM_RAW_WAKEREF_MASK (INTEL_RPM_WAKELOCK_BIAS - 1)
150 atomic_add(INTEL_RPM_WAKELOCK_BIAS + 1, in disable_rpm_wakeref_asserts()
168 atomic_sub(INTEL_RPM_WAKELOCK_BIAS + 1, in enable_rpm_wakeref_asserts()
Dintel_runtime_pm.c328 atomic_add(1 + INTEL_RPM_WAKELOCK_BIAS, &rpm->wakeref_count); in intel_runtime_pm_acquire()
341 atomic_sub(INTEL_RPM_WAKELOCK_BIAS, &rpm->wakeref_count); in intel_runtime_pm_release()