intel_display_power_put(9) release a power domain reference

SYNOPSIS

void intel_display_power_put(struct drm_i915_private * dev_priv, enum intel_display_power_domain domain);

ARGUMENTS

dev_priv

i915 device instance

domain

power domain to reference

DESCRIPTION

This function drops the power domain reference obtained by intel_display_power_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