intel_runtime_pm_put(9) release a runtime pm reference

SYNOPSIS

void intel_runtime_pm_put(struct drm_i915_private * dev_priv);

ARGUMENTS

dev_priv

i915 device instance

DESCRIPTION

This function drops the device-level runtime pm reference obtained by intel_runtime_pm_get and might power down the corresponding hardware block right away if this is the last reference.

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