drm/i915/lvds: Remove 0xa0 DDC probe for LVDS
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 5 Apr 2011 15:04:40 +0000 (16:04 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 5 Apr 2011 16:05:56 +0000 (09:05 -0700)
commita6737ad15b4acf88bbf7753e929faf215adeaa3a
tree3433015f4fabcd34ca92ac81732ad26658e14a1b
parent0de009c900e7ebd21097797f723a40813e953879
drm/i915/lvds: Remove 0xa0 DDC probe for LVDS

This is a revert of 428d2e828c0a68206e5158a42451487601dc9194.

This is broken in the same manner as for VGA: trying to write to an
invalid address on the (currently 7-bit) i2c bus.

One notable failure appears to be for MacBooks. The scary part was that
it gave the appearance of working (i.e. reporting the absence of the
panel) on various all-in-one machines with ghost LVDS panels and not
failing for laptops.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Dave Airlie <airlied@linux.ie>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_lvds.c