/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_driver.c | 226 intel_runtime_pm_init_early(&dev_priv->runtime_pm); in i915_driver_early_probe() 634 intel_runtime_pm_enable(&dev_priv->runtime_pm); in i915_driver_register() 655 intel_runtime_pm_disable(&dev_priv->runtime_pm); in i915_driver_unregister() 773 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 813 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 846 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 859 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_driver_remove() 883 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_driver_remove() 987 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_shutdown() 988 intel_runtime_pm_disable(&i915->runtime_pm); in i915_driver_shutdown() [all …]
|
A D | intel_runtime_pm.c | 112 runtime_pm); in untrack_intel_runtime_pm_wakeref() 354 runtime_pm); in __intel_runtime_pm_get() 561 runtime_pm); in intel_runtime_pm_enable() 616 runtime_pm); in intel_runtime_pm_disable() 633 runtime_pm); in intel_runtime_pm_driver_release() 649 container_of(rpm, struct drm_i915_private, runtime_pm); in intel_runtime_pm_init_early()
|
A D | i915_debugfs.c | 310 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gpu_info_open() 420 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_swizzle_info() 450 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info() 513 print_intel_runtime_pm_wakeref(&dev_priv->runtime_pm, &p); in i915_runtime_pm_status() 526 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_engine_info() 542 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_engine_info()
|
A D | i915_irq.c | 1320 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler() 1398 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler() 1754 disable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler() 1808 enable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler() 2280 disable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() 2290 enable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() 4082 dev_priv->runtime_pm.irqs_enabled = true; in intel_irq_install() 4127 dev_priv->runtime_pm.irqs_enabled = false; in intel_irq_uninstall() 4140 dev_priv->runtime_pm.irqs_enabled = false; in intel_runtime_pm_disable_interrupts() 4153 dev_priv->runtime_pm.irqs_enabled = true; in intel_runtime_pm_enable_interrupts() [all …]
|
A D | i915_vma_resource.c | 114 intel_runtime_pm_put(&vm->i915->runtime_pm, vma_res->wakeref); in __i915_vma_resource_unhold() 242 vma_res->wakeref = intel_runtime_pm_get_if_in_use(&vm->i915->runtime_pm); in i915_vma_resource_unbind()
|
A D | i915_ioctl.c | 73 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_reg_read_ioctl()
|
A D | i915_gem.c | 120 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm; in i915_gem_object_unbind() 398 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_gtt_pread() 442 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_gtt_pread() 547 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast() 856 &i915->runtime_pm.lmem_userfault_list, userfault_link) in i915_gem_runtime_suspend()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | i915_gem.c | 77 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in simulate_hibernate() 88 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate() 102 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_suspend() 112 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_hibernate() 128 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in igt_pm_resume()
|
A D | mock_gem_device.c | 168 intel_runtime_pm_init_early(&i915->runtime_pm); in mock_gem_device() 170 i915->runtime_pm.no_wakeref_tracking = true; in mock_gem_device()
|
A D | i915_gem_evict.c | 405 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_evict_contexts() 530 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_evict_contexts() 552 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_evict_mock_selftests()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_slpc.c | 233 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in slpc_force_min_freq() 425 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_set_max_freq() 457 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_max_freq() 491 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_guc_slpc_set_min_freq() 511 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_guc_slpc_set_min_freq() 537 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_min_freq() 557 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in intel_guc_slpc_set_media_ratio_mode() 685 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_override_gucrc_mode() 702 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_unset_gucrc_mode() 826 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_print_info()
|
A D | intel_guc.c | 84 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_reset_guc_interrupts() 95 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_enable_guc_interrupts() 110 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_disable_guc_interrupts() 381 with_intel_runtime_pm(>->i915->runtime_pm, wakeref) in intel_guc_dump_time_info()
|
A D | intel_guc_submission.c | 2700 with_intel_runtime_pm(runtime_pm, wakeref) in try_context_registration() 2705 with_intel_runtime_pm(runtime_pm, wakeref) in try_context_registration() 2878 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_block() 2929 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_unblock() 2983 struct intel_runtime_pm *runtime_pm = in guc_context_revoke() local 2984 &ce->engine->gt->i915->runtime_pm; in guc_context_revoke() 3037 struct intel_runtime_pm *runtime_pm = &ce->engine->gt->i915->runtime_pm; in do_sched_disable() local 3046 with_intel_runtime_pm(runtime_pm, wakeref) in do_sched_disable() 4534 struct intel_runtime_pm *runtime_pm = in intel_guc_deregister_done_process_msg() local 4535 &ce->engine->gt->i915->runtime_pm; in intel_guc_deregister_done_process_msg() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_shrinker.c | 135 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_gem_shrink() 246 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_shrink() 275 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrink_all() 330 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrinker_scan() 355 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_oom() 393 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_vmap()
|
A D | i915_gem_ttm.c | 1106 wakeref = intel_runtime_pm_get(&to_i915(obj->base.dev)->runtime_pm); in vm_fault_ttm() 1125 spin_lock(&to_i915(obj->base.dev)->runtime_pm.lmem_userfault_lock); in vm_fault_ttm() 1126 list_add(&obj->userfault_link, &to_i915(obj->base.dev)->runtime_pm.lmem_userfault_list); in vm_fault_ttm() 1127 spin_unlock(&to_i915(obj->base.dev)->runtime_pm.lmem_userfault_lock); in vm_fault_ttm() 1133 intel_wakeref_auto(&to_i915(obj->base.dev)->runtime_pm.userfault_wakeref, in vm_fault_ttm() 1142 intel_runtime_pm_put(&to_i915(obj->base.dev)->runtime_pm, wakeref); in vm_fault_ttm() 1201 wakeref = intel_runtime_pm_get(&to_i915(obj->base.dev)->runtime_pm); in i915_ttm_unmap_virtual() 1205 spin_lock(&to_i915(obj->base.dev)->runtime_pm.lmem_userfault_lock); in i915_ttm_unmap_virtual() 1207 spin_unlock(&to_i915(obj->base.dev)->runtime_pm.lmem_userfault_lock); in i915_ttm_unmap_virtual() 1217 intel_runtime_pm_put(&to_i915(obj->base.dev)->runtime_pm, wakeref); in i915_ttm_unmap_virtual()
|
A D | i915_gem_pm.c | 30 intel_wakeref_auto(&i915->runtime_pm.userfault_wakeref, 0); in i915_gem_suspend() 209 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_freeze_late()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/pxp/ |
A D | intel_pxp_tee.c | 136 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_pxp_tee_component_bind() 145 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_pxp_tee_component_bind() 153 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind() 166 with_intel_runtime_pm_if_in_use(&i915->runtime_pm, wakeref) in i915_pxp_tee_component_unbind()
|
A D | intel_pxp_pm.c | 31 with_intel_runtime_pm(&pxp->ctrl_gt->i915->runtime_pm, wakeref) { in intel_pxp_suspend()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dsb.c | 290 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dsb_prepare() 311 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dsb_prepare() 324 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dsb_prepare()
|
A D | intel_display_power.c | 216 if (dev_priv->runtime_pm.suspended) in __intel_display_power_is_enabled() 476 intel_runtime_pm_put_raw(&dev_priv->runtime_pm, in intel_display_power_grab_async_put_ref() 545 wakeref = intel_runtime_pm_get_if_in_use(&dev_priv->runtime_pm); in intel_display_power_get_if_enabled() 561 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_get_if_enabled() 625 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in release_async_put_domains() 653 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_display_power_put_async_work() 713 struct intel_runtime_pm *rpm = &i915->runtime_pm; in __intel_display_power_put_async() 780 intel_runtime_pm_put_raw(&i915->runtime_pm, work_wakeref); in intel_display_power_flush_work() 819 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_put() 839 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_display_power_put_unchecked() [all …]
|
A D | intel_fb_pin.c | 147 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_pin_and_fence_fb_obj() 226 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_pin_and_fence_fb_obj()
|
A D | intel_display_debugfs.c | 60 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_ips_status() 74 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status() 280 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_psr_status() 358 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_psr_status() 400 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_edp_psr_debug_set() 405 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set() 907 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_display_info() 926 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_display_info() 1031 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_lpsp_power_well_enabled() 1034 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_lpsp_power_well_enabled()
|
A D | intel_dpt.c | 138 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dpt_pin() 168 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dpt_pin()
|
/linux-6.3-rc2/Documentation/power/ |
A D | index.rst | 20 runtime_pm
|
/linux-6.3-rc2/Documentation/translations/zh_CN/power/ |
A D | index.rst | 30 * runtime_pm
|