From: Daniel Vetter Date: Wed, 12 Jun 2013 09:47:24 +0000 (+0200) Subject: drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT X-Git-Tag: v3.11-rc1~65^2~61^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdafa9e276235225ce087695984cf1e52dd0c159;p=pandora-kernel.git drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT We don't (yet) have proper pixel multiplier readout support on pch split platforms, so the cross check will naturally fail. v2: Fix spelling in the comment, spotted by Ville. v3: Since the ordering constraint is pretty tricky between the crtc get_pipe_config callback and the encoder->get_config callback add a few comments about it. Prompted by a discussion with Chris Wilson on irc about why this does work anywhere else than on i915g/gm. Reported-by: Chris Wilson Acked-by: Chris Wilson Cc: Chris Wilson Cc: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed