Searched defs:intel_runtime_pm (Results 1 – 2 of 2) sorted by relevance
41 struct intel_runtime_pm { struct42 atomic_t wakeref_count;43 struct device *kdev; /* points to i915->drm.dev */44 bool available;45 bool irqs_enabled;46 bool no_wakeref_tracking;59 spinlock_t lmem_userfault_lock;83 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count)) argument
13 #define intel_runtime_pm xe_runtime_pm macro