diff options
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_combios.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index 392bc4d68a4d..d1c1d8dd93ce 100644 --- a/drivers/gpu/drm/radeon/radeon_combios.c +++ b/drivers/gpu/drm/radeon/radeon_combios.c | |||
@@ -1938,15 +1938,6 @@ static bool radeon_apply_legacy_quirks(struct drm_device *dev, | |||
1938 | return false; | 1938 | return false; |
1939 | } | 1939 | } |
1940 | 1940 | ||
1941 | /* Some RV100 cards with 2 VGA ports show up with DVI+VGA */ | ||
1942 | if (dev->pdev->device == 0x5159 && | ||
1943 | dev->pdev->subsystem_vendor == 0x1002 && | ||
1944 | dev->pdev->subsystem_device == 0x013a) { | ||
1945 | if (*legacy_connector == CONNECTOR_DVI_I_LEGACY) | ||
1946 | *legacy_connector = CONNECTOR_CRT_LEGACY; | ||
1947 | |||
1948 | } | ||
1949 | |||
1950 | /* X300 card with extra non-existent DVI port */ | 1941 | /* X300 card with extra non-existent DVI port */ |
1951 | if (dev->pdev->device == 0x5B60 && | 1942 | if (dev->pdev->device == 0x5B60 && |
1952 | dev->pdev->subsystem_vendor == 0x17af && | 1943 | dev->pdev->subsystem_vendor == 0x17af && |