Searched refs:pxp_wakeref (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context_types.h218 /** @pxp_wakeref: See &i915_gem_context.pxp_wakeref */
219 intel_wakeref_t pxp_wakeref; member in struct:i915_gem_proto_context
360 * @pxp_wakeref: wakeref to keep the device awake when PXP is in use
369 intel_wakeref_t pxp_wakeref; member in struct:i915_gem_context
H A Di915_gem_context.c199 if (pc->pxp_wakeref)
200 intel_runtime_pm_put(&i915->runtime_pm, pc->pxp_wakeref);
272 pc->pxp_wakeref = intel_runtime_pm_get(&i915->runtime_pm);
1289 if (ctx->pxp_wakeref)
1290 intel_runtime_pm_put(&ctx->i915->runtime_pm, ctx->pxp_wakeref);
1669 ctx->pxp_wakeref = intel_runtime_pm_get(&i915->runtime_pm);
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c529 if (ctx->pxp_wakeref) {
531 ctx->pxp_wakeref);
532 ctx->pxp_wakeref = 0;

Completed in 288 milliseconds