intel_runtime_pm_enable — enable runtime pm
void intel_runtime_pm_enable ( | struct drm_i915_private * dev_priv) ; |
This function enables runtime pm at the end of the driver load sequence.
Note that this function does currently not enable runtime pm for the
subordinate display power domains. That is only done on the first modeset
using intel_display_set_init_power
.