From aba86890a1785d787bfe7a741f910a472280540a Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Wed, 30 Jul 2014 15:57:31 +0300 Subject: [PATCH] drm/i915: factor out intel_edp_panel_vdd_sanitize MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This will be needed by an upcoming patch too that needs to sanitize the VDD state during resume. The additional async disabling is only needed for the resume path, here it doesn't make a difference since we enable VDD right after the sanitize call. v2: - don't set intel_dp ptr for non-eDP encoders (Ville) Signed-off-by: Imre Deak Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed