]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/radeon/kms: remove rv100 bios connector quirk
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 30 Jun 2010 17:04:08 +0000 (13:04 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Jul 2010 01:59:47 +0000 (11:59 +1000)
Some RV100 cards with 2 VGA ports show up with DVI+VGA, however
some boards with DVI+VGA have the same subsystem ids. Better
to have a VGA port show up as DVI than having a non-useable
DVI port.

reported by DHR in irc.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_combios.c

index 392bc4d68a4d5d698d3cfe5bb883a65da1e00922..d1c1d8dd93ceb045257e35627f1fb429251a8d38 100644 (file)
@@ -1938,15 +1938,6 @@ static bool radeon_apply_legacy_quirks(struct drm_device *dev,
                        return false;
        }
 
-       /* Some RV100 cards with 2 VGA ports show up with DVI+VGA */
-       if (dev->pdev->device == 0x5159 &&
-           dev->pdev->subsystem_vendor == 0x1002 &&
-           dev->pdev->subsystem_device == 0x013a) {
-               if (*legacy_connector == CONNECTOR_DVI_I_LEGACY)
-                       *legacy_connector = CONNECTOR_CRT_LEGACY;
-
-       }
-
        /* X300 card with extra non-existent DVI port */
        if (dev->pdev->device == 0x5B60 &&
            dev->pdev->subsystem_vendor == 0x17af &&