drm/i915/crt: Use a DDC probe on 0xA0 before load-detect
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Sep 2010 17:17:01 +0000 (18:17 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Sep 2010 17:32:55 +0000 (18:32 +0100)
commit6ec3d0c0e9c0c605696e91048eebaca7b0c36695
tree35fa69d34bfb1839d894565bcceb143346b3468d
parenta5cad620b36f15ef3aad434712ae290640aae96c
drm/i915/crt: Use a DDC probe on 0xA0 before load-detect

The BIOS writer's guide suggests that a VGA connection will ACK a write
to address 0xA0 and that this should be used before doing legacy
load-detection. Considering the extreme cost of load-detection,
performing an extra DDC seems a risk worth taking.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_crt.c