Home
last modified time | relevance | path

Searched refs:intel_runtime_pm (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/i915/
Dintel_runtime_pm.h41 struct intel_runtime_pm { struct
82 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count)) argument
100 intel_runtime_pm_suspended(struct intel_runtime_pm *rpm) in intel_runtime_pm_suspended()
106 assert_rpm_device_not_suspended(struct intel_runtime_pm *rpm) in assert_rpm_device_not_suspended()
113 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_raw_wakeref_held()
121 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_wakelock_held()
129 assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm) in assert_rpm_raw_wakeref_held()
135 assert_rpm_wakelock_held(struct intel_runtime_pm *rpm) in assert_rpm_wakelock_held()
159 disable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in disable_rpm_wakeref_asserts()
177 enable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in enable_rpm_wakeref_asserts()
[all …]
Dintel_runtime_pm.c53 static struct drm_i915_private *rpm_to_i915(struct intel_runtime_pm *rpm) in rpm_to_i915()
60 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
66 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
74 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
83 static void untrack_all_intel_runtime_pm_wakerefs(struct intel_runtime_pm *rpm) in untrack_all_intel_runtime_pm_wakerefs()
89 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm) in __intel_wakeref_dec_and_check_tracking()
102 void print_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in print_intel_runtime_pm_wakeref()
110 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
115 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
120 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
[all …]
Dintel_uncore.h38 struct intel_runtime_pm;
137 struct intel_runtime_pm *rpm;
Dintel_wakeref.h35 struct intel_runtime_pm;
Di915_driver.c917 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release()
1102 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_drm_suspend_late()
1492 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_suspend()
1591 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_resume()
Di915_gem.c117 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm; in i915_gem_object_unbind()
547 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast()
DMakefile42 intel_runtime_pm.o \
Di915_drv.h315 struct intel_runtime_pm runtime_pm;
/linux-6.14.4/drivers/gpu/drm/xe/compat-i915-headers/
Dintel_runtime_pm.h13 #define intel_runtime_pm xe_runtime_pm macro
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_display_power.c628 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in release_async_put_domains()
650 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_display_power_put_async_work()
717 struct intel_runtime_pm *rpm = &i915->runtime_pm; in __intel_display_power_put_async()
/linux-6.14.4/Documentation/gpu/
Di915.rst19 .. kernel-doc:: drivers/gpu/drm/i915/intel_runtime_pm.c
22 .. kernel-doc:: drivers/gpu/drm/i915/intel_runtime_pm.c
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c2932 struct intel_runtime_pm *runtime_pm = engine->uncore->rpm; in try_context_registration()
3128 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_block()
3184 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_unblock()
3262 struct intel_runtime_pm *runtime_pm = in guc_context_revoke()
3316 struct intel_runtime_pm *runtime_pm = &ce->engine->gt->i915->runtime_pm; in do_sched_disable()
5072 struct intel_runtime_pm *runtime_pm = in intel_guc_deregister_done_process_msg()
/linux-6.14.4/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c347 struct intel_runtime_pm *rpm = &i915->runtime_pm; in vm_fault_gtt()
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dintel_rps.c2134 struct intel_runtime_pm *rpm = rps_to_uncore(rps)->rpm; in intel_rps_read_actual_frequency()
2152 struct intel_runtime_pm *rpm = rps_to_uncore(rps)->rpm; in intel_rps_read_punit_req()