intel_uncore_forcewake_put(9) release a forcewake domain reference

SYNOPSIS

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

ARGUMENTS

dev_priv

i915 device instance

fw_domains

forcewake domains to put references

DESCRIPTION

This function drops the device-level forcewakes for specified domains obtained by intel_uncore_forcewake_get.

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