commit | 2896b5397570f6857fd5d0e0533f640b05b1d162 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 22 10:54:48 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 22 11:58:33 2010 +0100 |
tree | 6b26c57dc371c012a2829348e71f4e2fc8e91d09 | |
parent | dfaae392f4461785eb1c92aeaf2a1040b184edba [diff] |
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 <crmafra2@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>