From 6d93c0c41760c018ca02bf4c9164b9fda2184670 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Thu, 31 Jul 2014 14:03:36 +0300 Subject: [PATCH] drm/i915: fix VDD state tracking after system resume MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Just like during booting the BIOS can leave the VDD bit enabled after system resume. So apply the same state sanitization there too. This fixes a problem where after resume the port power domain refcount gets unbalanced. v2: - unchanged v3: - call edp sanitizing from the encoder reset handler (Daniel) Reported-and-tested-by: Jarkko Nikula Signed-off-by: Imre Deak Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed