Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7de5506 authored by Imre Deak's avatar Imre Deak
Browse files

drm/i915/skl: re-enable power well support



Now that the known DMC/DC issues are fixed, let's try again and
re-enable the power well support.

Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
Reviewed-by: default avatarPatrik Jakobsson <patrik.jakobsson@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1447869230-21416-1-git-send-email-imre.deak@intel.com
parent bc87229f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1841,11 +1841,6 @@ sanitize_disable_power_well_option(const struct drm_i915_private *dev_priv,
	if (disable_power_well >= 0)
		return !!disable_power_well;

	if (IS_SKYLAKE(dev_priv)) {
		DRM_DEBUG_KMS("Disabling display power well support\n");
		return 0;
	}

	return 1;
}