From: Chris Wilson Date: Wed, 22 Sep 2010 09:54:48 +0000 (+0100) Subject: drm/i915: Don't offset the pin used for crt_ddc X-Git-Tag: v2.6.37-rc1~92^2~28^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2896b5397570f6857fd5d0e0533f640b05b1d162;p=pandora-kernel.git drm/i915: Don't offset the pin used for crt_ddc Previously when converting the GMBUS pin to the GPIO reg, we would offset the pin by one and then use the look-up table. Now that we first try to use the GMBUS pin, we no longer need the offset and can use the value from the VBIOS directly. Reported-by: Carlos R. Mafra Signed-off-by: Chris Wilson --- Reading git-diff-tree failed