From: Ville Syrjälä Date: Tue, 5 May 2015 14:06:24 +0000 (+0300) Subject: drm/i915: Disable all infoframes when turning off the HDMI port X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be6f0c835077bb4dc7346e8eb75329d131a445b;p=pandora-kernel.git drm/i915: Disable all infoframes when turning off the HDMI port Currently we just disable the GCP infoframe when turning off the port. That means if the same transcoder is used on a DP port next, we might end up pushing infoframes over DP, which isn't intended. Just disable all the infoframes when turning off the port. Also protect against two ports stomping on each other on g4x due to the single video DIP instance. Now only the first port to enable gets to send infoframes. v2: Rebase Signed-off-by: Ville Syrjälä Reviewed-by: Chandra Konduru Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed