Searched refs:intel_runtime_pm_put (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h192 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
196 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
200 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
204 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
207 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function
H A Dintel_wakeref.c48 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref);
71 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref);
148 intel_runtime_pm_put(&wf->i915->runtime_pm, wakeref);
H A Di915_vma_resource.c114 intel_runtime_pm_put(&vm->i915->runtime_pm, vma_res->wakeref);
H A Dintel_gvt.c313 EXPORT_SYMBOL_NS_GPL(intel_runtime_pm_put, I915_GVT);
H A Dintel_runtime_pm.c208 * call to intel_runtime_pm_put() to release the reference again.
210 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
234 * call to intel_runtime_pm_put() to release the reference again.
236 * Returns: the wakeref cookie to pass to intel_runtime_pm_put(), evaluates
286 * call to intel_runtime_pm_put() to release the reference again.
288 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
339 * intel_runtime_pm_put() instead.
348 * intel_runtime_pm_put - release a runtime pm reference
356 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_pm.c57 intel_runtime_pm_put(&pxp->ctrl_gt->i915->runtime_pm, wakeref);
H A Dintel_pxp_session.c49 intel_runtime_pm_put(uncore->rpm, wakeref);
183 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dintel_pxp.c369 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
530 intel_runtime_pm_put(&i915->runtime_pm,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_llc.c63 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
H A Dselftest_reset.c176 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
230 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
254 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dselftest_rc6.c121 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dintel_gt_pm_debugfs.c399 intel_runtime_pm_put(uncore->rpm, wakeref);
451 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc.c126 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
282 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
399 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dselftest_guc_hangcheck.c142 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dintel_gsc_uc.c95 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
H A Dintel_guc_slpc.c466 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
503 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h191 static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, intel_wakeref_t wakeref) function
198 #define intel_runtime_pm_put_raw intel_runtime_pm_put
215 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
/linux-master/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c188 intel_runtime_pm_put(uncore->rpm, wakeref);
215 intel_runtime_pm_put(uncore->rpm, wakeref);
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c344 intel_runtime_pm_put(__gt->uncore->rpm, wakeref);
499 intel_runtime_pm_put(__gt->uncore->rpm, wakeref);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dsb.c486 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
498 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
H A Dhsw_ips.c343 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
H A Dintel_fb_pin.c145 * intel_runtime_pm_put(), so it is correct to wrap only the
227 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
H A Dintel_fbdev.c247 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
254 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem.c91 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
H A Dintel_uncore.c274 intel_runtime_pm_put(uncore->rpm, wakeref);

Completed in 259 milliseconds

123