]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0f6ae6a55d977d2423dc385dd03952798aa03da3
treef27f02f59cad4d2e47a4093ad98b55c98bafbc0a
parentd5902faa98cffb575fa765efb3cbffaa796b8c69
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