Home
last modified time | relevance | path

Searched refs:intel_runtime_pm_put (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_runtime_pm.h207 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
211 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
215 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
219 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
222 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() function
A Dintel_wakeref.c21 intel_runtime_pm_put(wf->rpm, wakeref); in rpm_put()
140 intel_runtime_pm_put(wf->rpm, wakeref); in wakeref_auto_timeout()
A Dintel_gvt.c313 EXPORT_SYMBOL_NS_GPL(intel_runtime_pm_put, I915_GVT);
A Di915_vma_resource.c114 intel_runtime_pm_put(&vm->i915->runtime_pm, vma_res->wakeref); in __i915_vma_resource_unhold()
A Di915_gem.c203 intel_runtime_pm_put(rpm, wakeref); in i915_gem_object_unbind()
442 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_gtt_pread()
629 intel_runtime_pm_put(rpm, wakeref); in i915_gem_gtt_pwrite_fast()
A Di915_debugfs.c450 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info()
542 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_engine_info()
/linux-6.3-rc2/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_session.c52 intel_runtime_pm_put(uncore->rpm, wakeref); in pxp_wait_for_session_state()
174 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in pxp_session_work()
A Dintel_pxp.c391 intel_runtime_pm_put(&i915->runtime_pm, in intel_pxp_invalidate()
A Dintel_pxp_tee.c153 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_reset.c172 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in __igt_reset_stolen()
226 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in igt_global_reset()
250 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in igt_wedged_reset()
A Dselftest_llc.c64 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref); in gen6_verify_ring_freq()
A Dselftest_rc6.c121 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in live_rc6_manual()
A Dintel_gt_pm_debugfs.c400 intel_runtime_pm_put(uncore->rpm, wakeref); in intel_gt_pm_frequency_dump()
452 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in llc_show()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_dsb.c311 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 Dintel_fb_pin.c226 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_pin_and_fence_fb_obj()
A Dintel_fbdev.c313 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
320 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
A Dintel_display_debugfs.c74 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status()
358 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_psr_status()
405 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set()
926 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_display_info()
1034 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_lpsp_power_well_enabled()
A Dintel_display_power.c561 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_get_if_enabled()
643 intel_runtime_pm_put(rpm, wakeref); in release_async_put_domains()
743 intel_runtime_pm_put(rpm, wakeref); in __intel_display_power_put_async()
819 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_display_power_put()
1958 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_power_domains_driver_remove()
A Dintel_dpt.c168 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_dpt_pin()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dselftest_guc.c124 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_guc_scrub_ctbs()
280 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_guc_steal_guc_ids()
A Dselftest_guc_hangcheck.c141 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_hang_guc()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Daperture_gm.c188 intel_runtime_pm_put(uncore->rpm, wakeref); in free_vgpu_fence()
215 intel_runtime_pm_put(uncore->rpm, wakeref); in alloc_vgpu_fence()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_migrate.c344 intel_runtime_pm_put(__gt->uncore->rpm, wakeref); in igt_lmem_pages_failsafe_migrate()
499 intel_runtime_pm_put(__gt->uncore->rpm, wakeref); in igt_lmem_async_migrate()
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Di915_gem.c88 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate()
A Dintel_uncore.c272 intel_runtime_pm_put(uncore->rpm, wakeref); in live_forcewake_ops()

Completed in 31 milliseconds

123