drm/radeon/kms: always do extended edid probe
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 30 Oct 2011 20:54:27 +0000 (16:54 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Nov 2011 16:05:31 +0000 (16:05 +0000)
commitbc1c4dc390c644106fa5b8d0fb44a473c4ba627c
treef27f02f59cad4d2e47a4093ad98b55c98bafbc0a
parentfab249ed9756f2f1a853ed2a2a697b626c26166b
drm/radeon/kms: always do extended edid probe

Rather than having a quirk list just always check the EDID header
when probing.  This is the recommended behavior according to the
display team.  This avoids problems with improperly terminated
i2c lines on some boards.  This is also what the proprietary
driver does.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/radeon/radeon_i2c.c
drivers/gpu/drm/radeon/radeon_mode.h