Searched refs:intel_runtime_pm (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h41 struct intel_runtime_pm { struct
83 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count))
101 assert_rpm_device_not_suspended(struct intel_runtime_pm *rpm)
108 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count)
116 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count)
124 assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm)
130 assert_rpm_wakelock_held(struct intel_runtime_pm *rpm)
137 * @rpm: the intel_runtime_pm structure
154 disable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm)
162 * @rpm: the intel_runtime_pm structur
[all...]
H A Dintel_runtime_pm.c53 static struct drm_i915_private *rpm_to_i915(struct intel_runtime_pm *rpm)
60 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
66 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
74 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm,
83 static void untrack_all_intel_runtime_pm_wakerefs(struct intel_runtime_pm *rpm)
89 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm)
102 void print_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm,
110 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
115 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
120 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rp
[all...]
H A Dintel_uncore.h38 struct intel_runtime_pm;
137 struct intel_runtime_pm *rpm;
H A Dintel_wakeref.h35 struct intel_runtime_pm;
H A Di915_driver.c886 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
1069 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
1457 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
1555 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
H A Di915_gem.c119 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm;
549 struct intel_runtime_pm *rpm = &i915->runtime_pm;
H A DMakefile42 intel_runtime_pm.o \
H A Di915_drv.h63 #include "intel_runtime_pm.h"
314 struct intel_runtime_pm runtime_pm;
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_runtime_pm.h13 #define intel_runtime_pm xe_runtime_pm macro
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c639 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
661 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
727 struct intel_runtime_pm *rpm = &i915->runtime_pm;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2870 struct intel_runtime_pm *runtime_pm = engine->uncore->rpm;
3066 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm;
3122 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm;
3200 struct intel_runtime_pm *runtime_pm =
3254 struct intel_runtime_pm *runtime_pm = &ce->engine->gt->i915->runtime_pm;
5010 struct intel_runtime_pm *runtime_pm =
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c336 struct intel_runtime_pm *rpm = &i915->runtime_pm;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c2134 struct intel_runtime_pm *rpm = rps_to_uncore(rps)->rpm;
2152 struct intel_runtime_pm *rpm = rps_to_uncore(rps)->rpm;

Completed in 394 milliseconds