Home
last modified time | relevance | path

Searched refs:runtime_pm (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/gpu/drm/i915/
A Di915_drv.c331 intel_runtime_pm_init_early(&dev_priv->runtime_pm); in i915_driver_early_probe()
700 intel_runtime_pm_enable(&dev_priv->runtime_pm); in i915_driver_register()
718 intel_runtime_pm_disable(&dev_priv->runtime_pm); in i915_driver_unregister()
836 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
870 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
901 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
912 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove()
936 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove()
1042 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_shutdown()
1043 intel_runtime_pm_disable(&i915->runtime_pm); in i915_driver_shutdown()
[all …]
A Dintel_runtime_pm.c111 runtime_pm); in untrack_intel_runtime_pm_wakeref()
353 runtime_pm); in __intel_runtime_pm_get()
560 runtime_pm); in intel_runtime_pm_enable()
605 runtime_pm); in intel_runtime_pm_disable()
622 runtime_pm); in intel_runtime_pm_driver_release()
636 container_of(rpm, struct drm_i915_private, runtime_pm); in intel_runtime_pm_init_early()
A Di915_debugfs.c295 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gpu_info_open()
404 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_swizzle_info()
434 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info()
495 print_intel_runtime_pm_wakeref(&dev_priv->runtime_pm, &p); in i915_runtime_pm_status()
508 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_engine_info()
524 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_engine_info()
A Di915_irq.c1733 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler()
1812 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler()
2170 disable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler()
2224 enable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler()
2701 disable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler()
2711 enable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler()
4539 dev_priv->runtime_pm.irqs_enabled = true; in intel_irq_install()
4584 dev_priv->runtime_pm.irqs_enabled = false; in intel_irq_uninstall()
4597 dev_priv->runtime_pm.irqs_enabled = false; in intel_runtime_pm_disable_interrupts()
4610 dev_priv->runtime_pm.irqs_enabled = true; in intel_runtime_pm_enable_interrupts()
[all …]
A Di915_gem.c115 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm; in i915_gem_object_unbind()
377 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_gtt_pread()
421 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_gtt_pread()
526 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast()
/linux/drivers/gpu/drm/i915/selftests/
A Di915_gem.c76 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in simulate_hibernate()
87 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate()
101 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_suspend()
111 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_hibernate()
127 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_resume()
A Di915_gem_evict.c400 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_evict_contexts()
506 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_evict_contexts()
528 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_evict_mock_selftests()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_shrinker.c134 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_gem_shrink()
249 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_shrink()
278 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrink_all()
333 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrinker_scan()
358 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_oom()
396 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_vmap()
A Di915_gem_pm.c201 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_freeze_late()
A Di915_gem_mman.c296 struct intel_runtime_pm *rpm = &i915->runtime_pm; in vm_fault_gtt()
513 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_object_release_mmap_gtt()
533 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_object_release_mmap_gtt()
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_slpc.c332 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_set_max_freq()
364 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_max_freq()
396 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_set_min_freq()
428 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_min_freq()
601 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_print_info()
A Dintel_guc_submission.c2004 with_intel_runtime_pm(runtime_pm, wakeref) in guc_lrc_desc_pin()
2009 with_intel_runtime_pm(runtime_pm, wakeref) in guc_lrc_desc_pin()
2182 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_block()
2233 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_unblock()
2283 struct intel_runtime_pm *runtime_pm = in guc_context_ban() local
2284 &ce->engine->gt->i915->runtime_pm; in guc_context_ban()
2336 struct intel_runtime_pm *runtime_pm = &ce->engine->gt->i915->runtime_pm; in guc_context_sched_disable() local
2361 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_sched_disable()
3554 struct intel_runtime_pm *runtime_pm = in intel_guc_deregister_done_process_msg() local
3555 &ce->engine->gt->i915->runtime_pm; in intel_guc_deregister_done_process_msg()
[all …]
A Dintel_guc.c80 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_reset_guc_interrupts()
91 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_enable_guc_interrupts()
104 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_disable_guc_interrupts()
A Dintel_guc_log.c419 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) in guc_log_capture_logs()
523 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) in intel_guc_log_set_level()
/linux/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_tee.c91 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_pxp_tee_component_bind()
98 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind()
A Dintel_pxp_pm.c29 with_intel_runtime_pm(&pxp_to_gt(pxp)->i915->runtime_pm, wakeref) { in intel_pxp_suspend()
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_debugfs.c52 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_fbc_status()
79 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_fbc_status()
128 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_ips_status()
142 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status()
349 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_psr_status()
427 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_psr_status()
474 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set()
544 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_dmc_info()
596 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_dmc_info()
1334 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_lpsp_power_well_enabled()
[all …]
A Dintel_fb_pin.c116 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_pin_and_fence_fb_obj()
198 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_pin_and_fence_fb_obj()
A Dintel_dpt.c127 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dpt_pin()
157 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dpt_pin()
A Dintel_dsb.c280 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dsb_prepare()
312 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dsb_prepare()
A Dintel_fbdev.c221 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intelfb_create()
295 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
302 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
/linux/Documentation/power/
A Dindex.rst20 runtime_pm
/linux/drivers/gpu/drm/i915/gvt/
A Dsched_policy.c469 intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_vgpu_stop_schedule()
478 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_vgpu_stop_schedule()
/linux/drivers/base/regmap/
A Dregmap-irq.c103 if (d->chip->runtime_pm) { in regmap_irq_sync_unlock()
236 if (d->chip->runtime_pm) in regmap_irq_sync_unlock()
420 if (chip->runtime_pm) { in regmap_irq_thread()
580 if (chip->runtime_pm) in regmap_irq_thread()
/linux/drivers/mfd/
A Dwm8994-irq.c135 .runtime_pm = true,

Completed in 74 milliseconds

123