diff options
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index b1dae42..944fddd 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -1380,11 +1380,6 @@ Bool RADEONDRIScreenInit(ScreenPtr pScreen) } else if ( info->ChipFamily >= CHIP_FAMILY_R200 ) pDRIInfo->clientDriverName = R200_DRIVER_NAME; - else if ((info->Chipset == PCI_CHIP_RN50_515E) || - (info->Chipset == PCI_CHIP_RN50_5969)) { - /* RN50 doesn't support 3D, so setting clientDriverName to an invalid name "RN50" */ - pDRIInfo->clientDriverName = "RN50"; - } else pDRIInfo->clientDriverName = RADEON_DRIVER_NAME; |