]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/radeon/kms: Report vga connector is connected according to ddc_probe
authorJerome Glisse <jglisse@redhat.com>
Thu, 12 Nov 2009 13:13:53 +0000 (14:13 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 24 Nov 2009 03:02:25 +0000 (13:02 +1000)
commitf82f5f3ac4de6c6b872fcbb3dec97f368e78ff58
tree8765b1317a8fbf82f0b21efd22d25b5d38eea3ba
parenta698cf34ea867efef12fc29dd63d443f0c71a53c
drm/radeon/kms: Report vga connector is connected according to ddc_probe

On broken EDID we were reporting vga connector to be disconnected
even if ddc probe did found a monitor. This patch report that the
connector is connected on such case. This allow drm to add a fail
safe mode (800x600 at the time of this patch) thus user can boot
and later add a mode which match its monitor capabilities.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c