HomeSort by: relevance | last modified time | path
    Searched refs:intel_runtime_pm_put (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.h 187 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
191 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
195 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
198 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function in typeref:typename:void
intel_wakeref.c 28 intel_runtime_pm_put(wf->rpm, wakeref);
157 intel_runtime_pm_put(wf->rpm, wakeref);
i915_gem.c 185 intel_runtime_pm_put(rpm, wakeref);
510 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
725 intel_runtime_pm_put(rpm, wakeref);
1319 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
i915_debugfs.c 659 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
1008 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
1275 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
1339 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
1409 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
1610 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
2153 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
2174 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
2328 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
2692 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref)
    [all...]
intel_runtime_pm.c 414 * call to intel_runtime_pm_put() to release the reference again.
416 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
432 * call to intel_runtime_pm_put() to release the reference again.
434 * Returns: the wakeref cookie to pass to intel_runtime_pm_put(), evaluates
470 * call to intel_runtime_pm_put() to release the reference again.
472 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
523 * intel_runtime_pm_put() instead.
532 * intel_runtime_pm_put - release a runtime pm reference
540 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function in typeref:typename:void
i915_gem_fence_reg.c 306 intel_runtime_pm_put(uncore->rpm, wakeref);
i915_vma.c 1033 intel_runtime_pm_put(&vma->vm->i915->runtime_pm, wakeref);
1377 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_reset.c 36 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
60 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
selftest_llc.c 73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
selftest_rc6.c 74 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
intel_gt_pm.c 173 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
debugfs_gt_pm.c 464 intel_runtime_pm_put(uncore->rpm, wakeref);
509 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
selftest_workarounds.c 1170 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
1253 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
gen6_ppgtt.c 269 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem.c 91 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
intel_uncore.c 257 intel_runtime_pm_put(uncore->rpm, wakeref);
i915_gem_evict.c 543 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsb.c 154 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
intel_fbdev.c 326 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
335 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
intel_hotplug.c 278 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
intel_display_power.c 1980 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
2075 intel_runtime_pm_put(rpm, wakeref);
2166 intel_runtime_pm_put(rpm, wakeref);
2241 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
5299 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object.c 272 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
i915_gem_shrinker.c 235 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
i915_gem_mman.c 563 intel_runtime_pm_put(rpm, wakeref);
676 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_mman.c 427 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
521 intel_runtime_pm_put(&i915->runtime_pm, wakeref);

Completed in 36 milliseconds

1 2