Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_runtime_pm.h101 #define INTEL_RPM_WAKELOCK_BIAS (1 << INTEL_RPM_WAKELOCK_SHIFT) macro
102 #define INTEL_RPM_RAW_WAKEREF_MASK (INTEL_RPM_WAKELOCK_BIAS - 1)
172 atomic_add(INTEL_RPM_WAKELOCK_BIAS + 1, in disable_rpm_wakeref_asserts()
190 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()