Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/xe/compat-i915-headers/
Dintel_runtime_pm.h13 #define intel_runtime_pm xe_runtime_pm
24 intel_runtime_pm_suspended(struct xe_runtime_pm *pm) in intel_runtime_pm_suspended()
31 static inline intel_wakeref_t intel_runtime_pm_get(struct xe_runtime_pm *pm) in intel_runtime_pm_get()
38 static inline intel_wakeref_t intel_runtime_pm_get_if_in_use(struct xe_runtime_pm *pm) in intel_runtime_pm_get_if_in_use()
45 static inline intel_wakeref_t intel_runtime_pm_get_noresume(struct xe_runtime_pm *pm) in intel_runtime_pm_get_noresume()
54 static inline void intel_runtime_pm_put_unchecked(struct xe_runtime_pm *pm) in intel_runtime_pm_put_unchecked()
61 static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, intel_wakeref_t wakeref) in intel_runtime_pm_put()
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_device_types.h575 struct xe_runtime_pm {} runtime_pm; struct