From: Ville Syrjälä Date: Fri, 27 Jun 2014 23:04:01 +0000 (+0300) Subject: drm/i915: Call encoder->post_disable() in intel_sanitize_encoder() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~20^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62d149758d714be4bf0d70b9bd5328e7995c552;p=pandora-kernel.git drm/i915: Call encoder->post_disable() in intel_sanitize_encoder() VLV and CHV disable the DP port only in the .post_disable() hook, so we need to make intel_sanitize_encoder() call that when it's trying to disable encoders without an active pipes. My bsw actaully hits this when an external display is connected. The BIOS still likes to turn on the eDP port, but leaves the pipe disabled. Signed-off-by: Ville Syrjälä Reviewed-by: Rafael Barbalho Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed