Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_drv.c329 intel_runtime_pm_init_early(&dev_priv->runtime_pm); in i915_driver_early_probe()
699 intel_runtime_pm_enable(&dev_priv->runtime_pm); in i915_driver_register()
717 intel_runtime_pm_disable(&dev_priv->runtime_pm); in i915_driver_unregister()
835 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
869 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
900 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe()
911 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove()
935 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove()
941 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release()
1041 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_shutdown()
[all …]
Dintel_runtime_pm.c121 runtime_pm); in untrack_intel_runtime_pm_wakeref()
363 runtime_pm); in __intel_runtime_pm_get()
570 runtime_pm); in intel_runtime_pm_enable()
615 runtime_pm); in intel_runtime_pm_disable()
632 runtime_pm); in intel_runtime_pm_driver_release()
646 container_of(rpm, struct drm_i915_private, runtime_pm); in intel_runtime_pm_init_early()
Di915_debugfs.c299 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gpu_info_open()
362 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_frequency_info()
582 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_frequency_info()
628 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_swizzle_info()
658 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info()
719 print_intel_runtime_pm_wakeref(&dev_priv->runtime_pm, &p); in i915_runtime_pm_status()
732 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_engine_info()
748 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_engine_info()
Di915_irq.c1630 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler()
1703 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler()
1717 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler()
1782 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler()
2156 disable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler()
2210 enable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler()
2628 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler()
2630 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler()
2687 disable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler()
2697 enable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler()
[all …]
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()
Di915_vma.c896 wakeref = intel_runtime_pm_get(&vma->vm->i915->runtime_pm); in i915_vma_pin_ww()
1015 intel_runtime_pm_put(&vma->vm->i915->runtime_pm, wakeref); in i915_vma_pin_ww()
1378 wakeref = intel_runtime_pm_get(&vm->i915->runtime_pm); in i915_vma_unbind()
1389 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref); in i915_vma_unbind()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
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()
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()
Dmock_gem_device.c163 intel_runtime_pm_init_early(&i915->runtime_pm); in mock_gem_device()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
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()
Di915_gem_pm.c118 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_freeze_late()
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-v5.15/drivers/gpu/drm/i915/gt/uc/
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()
Dintel_guc_submission.c1293 struct intel_runtime_pm *runtime_pm = engine->uncore->rpm; in guc_lrc_desc_pin() local
1369 with_intel_runtime_pm(runtime_pm, wakeref) in guc_lrc_desc_pin()
1378 with_intel_runtime_pm(runtime_pm, wakeref) in guc_lrc_desc_pin()
1512 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_block() local
1545 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_block()
1556 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_unblock() local
1587 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_unblock()
1624 struct intel_runtime_pm *runtime_pm = in guc_context_ban() local
1625 &ce->engine->gt->i915->runtime_pm; in guc_context_ban()
1657 with_intel_runtime_pm(runtime_pm, wakeref) { in guc_context_ban()
[all …]
Dintel_guc.c79 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_reset_guc_interrupts()
90 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_enable_guc_interrupts()
103 assert_rpm_wakelock_held(&gt->i915->runtime_pm); in gen9_disable_guc_interrupts()
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-v5.15/Documentation/power/
Dindex.rst20 runtime_pm
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display_debugfs.c51 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_fbc_status()
78 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_fbc_status()
127 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_ips_status()
141 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status()
348 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_psr_status()
426 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_psr_status()
468 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_edp_psr_debug_set()
473 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set()
543 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_dmc_info()
595 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_dmc_info()
[all …]
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()
Dintel_fbdev.c219 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()
Dintel_hotplug.c233 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_hpd_irq_storm_reenable_work()
261 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_hpd_irq_storm_reenable_work()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
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-v5.15/drivers/mfd/
Dwm8994-irq.c135 .runtime_pm = true,
/Linux-v5.15/drivers/base/regmap/
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-v5.15/drivers/irqchip/
Dirq-madera.c94 .runtime_pm = true,

123