Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_runtime_pm.h50 struct intel_runtime_pm { struct
78 BITS_PER_TYPE(struct_member(struct intel_runtime_pm, wakeref_count)) argument
96 assert_rpm_device_not_suspended(struct intel_runtime_pm *rpm) in assert_rpm_device_not_suspended()
103 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_raw_wakeref_held()
111 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_wakelock_held()
119 assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm) in assert_rpm_raw_wakeref_held()
125 assert_rpm_wakelock_held(struct intel_runtime_pm *rpm) in assert_rpm_wakelock_held()
149 disable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in disable_rpm_wakeref_asserts()
167 enable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in enable_rpm_wakeref_asserts()
173 void intel_runtime_pm_init_early(struct intel_runtime_pm *rpm);
[all …]
Dintel_runtime_pm.c79 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
85 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
117 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
235 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm) in __intel_wakeref_dec_and_check_tracking()
252 untrack_all_intel_runtime_pm_wakerefs(struct intel_runtime_pm *rpm) in untrack_all_intel_runtime_pm_wakerefs()
264 void print_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in print_intel_runtime_pm_wakeref()
303 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
308 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
313 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
319 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm) in __intel_wakeref_dec_and_check_tracking()
[all …]
Dintel_wakeref.h24 struct intel_runtime_pm;
43 struct intel_runtime_pm *rpm;
50 struct intel_runtime_pm *rpm,
191 struct intel_runtime_pm *rpm;
216 struct intel_runtime_pm *rpm);
Dintel_wakeref.c96 struct intel_runtime_pm *rpm, in __intel_wakeref_init()
132 struct intel_runtime_pm *rpm) in intel_wakeref_auto_init()
Dintel_uncore.h36 struct intel_runtime_pm;
113 struct intel_runtime_pm *rpm;
DMakefile55 intel_runtime_pm.o \
Di915_drv.c1677 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release()
1843 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_drm_suspend_late()
2594 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_suspend()
2682 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_resume()
Di915_pmu.c452 struct intel_runtime_pm *rpm = &i915->runtime_pm; in get_rc6()
Di915_gem.c525 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast()
Di915_drv.h1645 struct intel_runtime_pm runtime_pm;
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_pm.c172 struct intel_runtime_pm *rpm = &engine->i915->runtime_pm; in intel_engine_init__pm()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c224 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_fault()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Daperture_gm.c191 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in alloc_vgpu_fence()
Dscheduler.c997 struct intel_runtime_pm *rpm = &gvt->dev_priv->runtime_pm; in workload_thread()
/Linux-v5.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-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_power.c1963 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in release_async_put_domains()
1991 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_display_power_put_async_work()
2042 struct intel_runtime_pm *rpm = &i915->runtime_pm; in __intel_display_power_put_async()