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

Commit 5620ae29 authored by Jesse Barnes's avatar Jesse Barnes Committed by Linus Torvalds
Browse files

drm/i915: make sure we shut off the panel in eDP configs



Fix error from the last pull request.  Making sure we shut the panel off
is more correct and saves power.

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e9d67a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ intel_dp_dpms(struct drm_encoder *encoder, int mode)
			intel_dp_link_down(intel_encoder, dp_priv->DP);
			if (IS_eDP(intel_encoder)) {
				ironlake_edp_backlight_off(dev);
				ironlake_edp_backlight_off(dev);
				ironlake_edp_panel_off(dev);
			}
		}
	} else {