Name

intel_uncore_forcewake_get__locked — grab forcewake domain references

Synopsis

void intel_uncore_forcewake_get__locked (struct drm_i915_private * dev_priv,
 enum forcewake_domains fw_domains);
 

Arguments

dev_priv

i915 device instance

fw_domains

forcewake domains to get reference on

Description

See intel_uncore_forcewake_get. This variant places the onus on the caller to explicitly handle the dev_priv->uncore.lock spinlock.