| /Linux-v6.1/drivers/gpu/drm/i915/selftests/ |
| 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()
|
| D | mock_gem_device.c | 169 intel_runtime_pm_init_early(&i915->runtime_pm); in mock_gem_device() 171 i915->runtime_pm.no_wakeref_tracking = true; in mock_gem_device()
|
| 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-v6.1/drivers/gpu/drm/i915/ |
| D | i915_driver.c | 359 intel_runtime_pm_init_early(&dev_priv->runtime_pm); in i915_driver_early_probe() 770 intel_runtime_pm_enable(&dev_priv->runtime_pm); in i915_driver_register() 791 intel_runtime_pm_disable(&dev_priv->runtime_pm); in i915_driver_unregister() 909 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 947 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 980 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_probe() 993 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_driver_remove() 1017 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_driver_remove() 1023 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release() 1126 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_shutdown() [all …]
|
| 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() 647 container_of(rpm, struct drm_i915_private, runtime_pm); in intel_runtime_pm_init_early()
|
| 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()
|
| 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()
|
| D | i915_irq.c | 1661 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler() 1734 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler() 1748 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler() 1813 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler() 2171 disable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler() 2225 enable_rpm_wakeref_asserts(&i915->runtime_pm); in ilk_irq_handler() 2643 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler() 2645 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler() 2702 disable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() 2712 enable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() [all …]
|
| D | i915_ioctl.c | 73 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_reg_read_ioctl()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gem/ |
| 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()
|
| D | i915_gem_pm.c | 202 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_freeze_late()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_slpc.c | 213 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in slpc_force_min_freq() 404 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_set_max_freq() 436 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_max_freq() 470 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_guc_slpc_set_min_freq() 490 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_guc_slpc_set_min_freq() 516 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_get_min_freq() 536 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in intel_guc_slpc_set_media_ratio_mode() 723 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in intel_guc_slpc_print_info()
|
| D | intel_guc.c | 83 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_reset_guc_interrupts() 94 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_enable_guc_interrupts() 107 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_disable_guc_interrupts() 368 with_intel_runtime_pm(>->i915->runtime_pm, wakeref) in intel_guc_dump_time_info()
|
| D | intel_guc_submission.c | 1396 with_intel_runtime_pm(>->i915->runtime_pm, wakeref) in guc_timestamp_ping() 1425 with_intel_runtime_pm(>->i915->runtime_pm, wakeref) { in guc_init_engine_stats() 2622 struct intel_runtime_pm *runtime_pm = engine->uncore->rpm; in try_context_registration() local 2668 with_intel_runtime_pm(runtime_pm, wakeref) in try_context_registration() 2673 with_intel_runtime_pm(runtime_pm, wakeref) in try_context_registration() 2817 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_block() local 2846 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_block() 2873 struct intel_runtime_pm *runtime_pm = ce->engine->uncore->rpm; in guc_context_unblock() local 2897 with_intel_runtime_pm(runtime_pm, wakeref) in guc_context_unblock() 2951 struct intel_runtime_pm *runtime_pm = in guc_context_revoke() local [all …]
|
| /Linux-v6.1/drivers/gpu/drm/i915/pxp/ |
| D | intel_pxp_tee.c | 95 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_pxp_tee_component_bind() 102 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind() 114 with_intel_runtime_pm_if_in_use(&i915->runtime_pm, wakeref) in i915_pxp_tee_component_unbind()
|
| D | intel_pxp_pm.c | 29 with_intel_runtime_pm(&pxp_to_gt(pxp)->i915->runtime_pm, wakeref) { in intel_pxp_suspend()
|
| /Linux-v6.1/drivers/gpu/drm/i915/display/ |
| D | intel_display_power.c | 206 if (dev_priv->runtime_pm.suspended) in __intel_display_power_is_enabled() 466 intel_runtime_pm_put_raw(&dev_priv->runtime_pm, in intel_display_power_grab_async_put_ref() 506 intel_wakeref_t wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_display_power_get() 535 wakeref = intel_runtime_pm_get_if_in_use(&dev_priv->runtime_pm); in intel_display_power_get_if_enabled() 551 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_get_if_enabled() 615 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in release_async_put_domains() 643 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_display_power_put_async_work() 703 struct intel_runtime_pm *rpm = &i915->runtime_pm; in __intel_display_power_put_async() 770 intel_runtime_pm_put_raw(&i915->runtime_pm, work_wakeref); in intel_display_power_flush_work() 809 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_put() [all …]
|
| D | intel_fb_pin.c | 147 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_pin_and_fence_fb_obj() 227 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_pin_and_fence_fb_obj()
|
| D | intel_dsb.c | 312 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dsb_prepare() 345 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dsb_prepare()
|
| D | intel_dpt.c | 137 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dpt_pin() 167 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dpt_pin()
|
| D | intel_display_debugfs.c | 57 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_ips_status() 71 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status() 278 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_psr_status() 356 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_psr_status() 398 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_edp_psr_debug_set() 403 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set() 906 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_display_info() 925 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_display_info() 1078 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_lpsp_power_well_enabled() 1081 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_lpsp_power_well_enabled()
|
| D | intel_fbdev.c | 244 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intelfb_create() 318 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create() 325 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
|
| /Linux-v6.1/Documentation/power/ |
| D | index.rst | 20 runtime_pm
|
| /Linux-v6.1/Documentation/translations/zh_CN/power/ |
| D | index.rst | 30 * runtime_pm
|
| /Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
| D | sched_policy.c | 469 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()
|