SYNOPSIS
- void intel_display_set_init_power(struct drm_i915_private * dev_priv, bool enable);
ARGUMENTS
dev_priv
-
- i915 device instance
enable
- whether to enable or disable the initial power domain state
DESCRIPTION
For simplicity our driver load/unload and system suspend/resume code assumes that all power domains are always enabled. This functions controls the state of this little hack. While the initial power domain state is enabled runtime pm is effectively disabled.
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