/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | i915_gem.c | 80 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in simulate_hibernate() 91 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate() 105 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in pm_suspend() 115 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in pm_hibernate() 131 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in pm_resume()
|
H A D | i915_gem_evict.c | 429 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_evict_contexts() 543 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_evict_contexts() 565 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_evict_mock_selftests()
|
H A D | mock_gem_device.c | 154 intel_runtime_pm_init_early(&i915->runtime_pm); in mock_gem_device()
|
H A D | i915_request.c | 520 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_request_mock_selftests() 1344 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in live_breadcrumbs_smoketest() 1457 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_breadcrumbs_smoketest()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | aperture_gm.c | 140 assert_rpm_wakelock_held(&dev_priv->runtime_pm); in intel_vgpu_write_fence() 178 intel_runtime_pm_get(&dev_priv->runtime_pm); in free_vgpu_fence() 189 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in free_vgpu_fence() 196 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in alloc_vgpu_fence() 325 intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_vgpu_reset_resource() 327 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_vgpu_reset_resource()
|
H A D | sched_policy.c | 473 intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_vgpu_stop_schedule() 482 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_vgpu_stop_schedule()
|
H A D | gvt.h | 593 intel_runtime_pm_get(&dev_priv->runtime_pm); in mmio_hw_access_pre() 598 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in mmio_hw_access_post()
|
H A D | scheduler.c | 990 struct intel_runtime_pm *rpm = &gvt->dev_priv->runtime_pm; in workload_thread() 1587 intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_vgpu_create_workload() 1589 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_vgpu_create_workload()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_shrinker.c | 147 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); in i915_gem_shrink() 235 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_shrink() 261 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrink_all() 317 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { in i915_gem_shrinker_scan() 342 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_oom() 381 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gem_shrinker_vmap()
|
H A D | i915_gem_object.c | 199 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in __i915_gem_free_objects() 272 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in __i915_gem_free_objects()
|
H A D | i915_gem_mman.c | 418 struct intel_runtime_pm *rpm = &i915->runtime_pm; in vm_fault_gtt() 656 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_object_release_mmap_gtt() 676 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_object_release_mmap_gtt()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_drv.c | 539 intel_runtime_pm_init_early(&dev_priv->runtime_pm); in i915_driver_early_probe() 1409 intel_runtime_pm_enable(&dev_priv->runtime_pm); in i915_driver_register() 1418 intel_runtime_pm_disable(&dev_priv->runtime_pm); in i915_driver_unregister() 1573 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in i915_driver_probe() 1591 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in i915_driver_probe() 1604 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in i915_driver_probe() 1622 disable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove() 1651 enable_rpm_wakeref_asserts(&i915->runtime_pm); in i915_driver_remove() 1657 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release() 1771 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in i915_drm_suspend() [all …]
|
H A D | i915_debugfs.c | 450 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_interrupt_info() 659 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_interrupt_info() 733 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in i915_gpu_info_open() 797 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_frequency_info() 1008 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_frequency_info() 1095 with_intel_runtime_pm(&i915->runtime_pm, wakeref) in print_rc6_res() 1214 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) { in i915_drpc_info() 1248 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_fbc_status() 1275 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_fbc_status() 1325 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in i915_ips_status() [all …]
|
H A D | i915_irq.c | 1534 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler() 1605 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in valleyview_irq_handler() 1619 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler() 1685 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in cherryview_irq_handler() 2063 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in ilk_irq_handler() 2115 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in ilk_irq_handler() 2421 disable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler() 2423 enable_rpm_wakeref_asserts(&dev_priv->runtime_pm); in gen8_irq_handler() 2478 disable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() 2488 enable_rpm_wakeref_asserts(&i915->runtime_pm); in gen11_display_irq_handler() [all …]
|
H A D | i915_gem.c | 128 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm; in i915_gem_object_unbind() 433 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_gtt_pread() 510 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_gtt_pread() 612 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast() 1308 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in i915_gem_freeze_late() 1319 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_freeze_late()
|
H A D | i915_vma.c | 967 wakeref = intel_runtime_pm_get(&vma->vm->i915->runtime_pm); in i915_vma_pin() 1033 intel_runtime_pm_put(&vma->vm->i915->runtime_pm, wakeref); in i915_vma_pin() 1367 wakeref = intel_runtime_pm_get(&vm->i915->runtime_pm); in i915_vma_unbind() 1377 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref); in i915_vma_unbind()
|
H A D | intel_runtime_pm.c | 627 container_of(rpm, struct drm_i915_private, runtime_pm); in intel_runtime_pm_init_early()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_dsb.c | 121 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in intel_dsb_get() 154 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dsb_get()
|
H A D | intel_fbdev.c | 225 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intelfb_create() 326 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create() 335 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
|
H A D | intel_display_power.c | 217 if (dev_priv->runtime_pm.suspended) in __intel_display_power_is_enabled() 931 assert_rpm_wakelock_held(&dev_priv->runtime_pm); in assert_can_enable_dc5() 1895 intel_runtime_pm_put_raw(&dev_priv->runtime_pm, in intel_display_power_grab_async_put_ref() 1935 intel_wakeref_t wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_display_power_get() 1964 wakeref = intel_runtime_pm_get_if_in_use(&dev_priv->runtime_pm); in intel_display_power_get_if_enabled() 1980 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_get_if_enabled() 2037 intel_runtime_pm_put_unchecked(&dev_priv->runtime_pm); in intel_display_power_put_unchecked() 2057 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in release_async_put_domains() 2085 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_display_power_put_async_work() 2136 struct intel_runtime_pm *rpm = &i915->runtime_pm; in __intel_display_power_put_async() [all …]
|
H A D | intel_hotplug.c | 245 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); in intel_hpd_irq_storm_reenable_work() 278 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_hpd_irq_storm_reenable_work()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
H A D | intel_guc.c | 92 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_reset_guc_interrupts() 103 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_enable_guc_interrupts() 119 assert_rpm_wakelock_held(>->i915->runtime_pm); in gen9_disable_guc_interrupts()
|
H A D | intel_guc_log.c | 431 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) in guc_log_capture_logs() 538 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) in intel_guc_log_set_level()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 336 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_partial_tiling() 427 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_partial_tiling() 473 wakeref = intel_runtime_pm_get(&i915->runtime_pm); in igt_smoke_tiling() 521 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_smoke_tiling()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | gen6_ppgtt.c | 227 wakeref = intel_runtime_pm_get(&vm->i915->runtime_pm); in gen6_alloc_va_range() 269 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref); in gen6_alloc_va_range()
|