/linux/drivers/gpu/drm/i915/ |
H A D | intel_runtime_pm.h | 197 intel_runtime_pm_put((rpm), (wf)), (wf) = NULL) 201 intel_runtime_pm_put((rpm), (wf)), (wf) = NULL) 205 intel_runtime_pm_put((rpm), (wf)), (wf) = NULL) 209 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref); 212 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() function
|
H A D | intel_wakeref.c | 48 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref); in __intel_wakeref_get_first() 71 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref); in ____intel_wakeref_put_last() 149 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref); in wakeref_auto_timeout()
|
H A D | intel_gvt.c | 314 EXPORT_SYMBOL_NS_GPL(intel_runtime_pm_put, "I915_GVT");
|
H A D | i915_hwmon.c | 466 intel_runtime_pm_put(ddat->uncore->rpm, wakeref); in hwm_power_max_write() 493 intel_runtime_pm_put(ddat->uncore->rpm, wakeref); in hwm_power_max_write() 709 intel_runtime_pm_put(ddat->uncore->rpm, wakeref); in hwm_fan_input_read()
|
H A D | intel_runtime_pm.c | 210 * call to intel_runtime_pm_put() to release the reference again. 212 * Returns: the wakeref cookie to pass to intel_runtime_pm_put() 236 * call to intel_runtime_pm_put() to release the reference again. 238 * Returns: the wakeref cookie to pass to intel_runtime_pm_put(), evaluates 284 * call to intel_runtime_pm_put() to release the reference again. 286 * Returns: the wakeref cookie to pass to intel_runtime_pm_put() 337 * intel_runtime_pm_put() instead. 346 * intel_runtime_pm_put - release a runtime pm reference 354 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() function
|
H A D | i915_debugfs.c | 368 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info() 457 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_engine_info()
|
H A D | i915_vma_resource.c | 114 intel_runtime_pm_put(&vm->i915->runtime_pm, vma_res->wakeref); in __i915_vma_resource_unhold()
|
/linux/drivers/gpu/drm/i915/pxp/ |
H A D | intel_pxp_session.c | 49 intel_runtime_pm_put(uncore->rpm, wakeref); in pxp_wait_for_session_state() 183 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in pxp_session_work()
|
H A D | intel_pxp_pm.c | 57 intel_runtime_pm_put(&pxp->ctrl_gt->i915->runtime_pm, wakeref); in _pxp_resume()
|
H A D | intel_pxp_tee.c | 198 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_pxp_tee_component_bind()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_reset.c | 176 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in __igt_reset_stolen() 230 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in igt_global_reset() 254 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in igt_wedged_reset()
|
H A D | selftest_llc.c | 63 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref); in gen6_verify_ring_freq()
|
H A D | selftest_rc6.c | 152 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in live_rc6_manual()
|
H A D | intel_gt_pm_debugfs.c | 398 intel_runtime_pm_put(uncore->rpm, wakeref); in intel_gt_pm_frequency_dump() 450 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in llc_show()
|
H A D | intel_gt_pm.c | 217 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in gt_sanitize()
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | aperture_gm.c | 189 intel_runtime_pm_put(uncore->rpm, wakeref); in free_vgpu_fence() 216 intel_runtime_pm_put(uncore->rpm, wakeref); in alloc_vgpu_fence() 230 intel_runtime_pm_put(uncore->rpm, wakeref); in alloc_vgpu_fence()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | selftest_guc.c | 126 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_guc_scrub_ctbs() 282 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_guc_steal_guc_ids() 399 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_guc_fast_request()
|
H A D | selftest_guc_hangcheck.c | 142 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in intel_hang_guc()
|
H A D | intel_guc_slpc.c | 504 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_guc_slpc_set_ignore_eff_freq() 541 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_guc_slpc_set_min_freq() 630 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in intel_guc_slpc_set_power_profile()
|
H A D | intel_gsc_uc.c | 95 intel_runtime_pm_put(gt->uncore->rpm, wakeref); in gsc_work()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_rpm.c | 43 intel_runtime_pm_put(display_to_rpm(display), wakeref); in intel_display_rpm_put()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_migrate.c | 344 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/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem.c | 92 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate()
|
H A D | intel_uncore.c | 271 intel_runtime_pm_put(uncore->rpm, wakeref); in live_forcewake_ops()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shrinker.c | 249 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_shrink()
|