From: Ville Syrjälä Date: Mon, 3 Mar 2014 14:15:29 +0000 (+0200) Subject: drm/i915: Don't use HDMI 12bpc when cloning with other encoder types X-Git-Tag: v3.15-rc1~51^2~18^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718006329556b95c4394cc9163bafac85ccbe2f2;p=pandora-kernel.git drm/i915: Don't use HDMI 12bpc when cloning with other encoder types When cloning HDMI with other output types, we can't use 12bpc since the clocks for the other encoder types would be off. So have intel_hdmi_compute_config() check if there are other encoders besides HDMI being fed from the same pipe, and if so, pick 8bpc insted if 12bpc. Signed-off-by: Ville Syrjälä Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed