SYNOPSIS
- void intel_uncore_forcewake_put__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_put. This variant places the onus on the caller to explicitly handle the dev_priv->uncore.lock spinlock.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT