radeon: rn50's have no 3D engine so don't try and init 3D driver.

This commit is contained in:
Dave Airlie 2009-11-17 16:06:26 +10:00
parent 0e790ac353
commit e015a4c29b

View file

@ -390,12 +390,14 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
screen->device_id = device_id;
screen->chip_flags = 0;
switch ( device_id ) {
case PCI_CHIP_RN50_515E:
case PCI_CHIP_RN50_5969:
return -1;
case PCI_CHIP_RADEON_LY:
case PCI_CHIP_RADEON_LZ:
case PCI_CHIP_RADEON_QY:
case PCI_CHIP_RADEON_QZ:
case PCI_CHIP_RN50_515E:
case PCI_CHIP_RN50_5969:
screen->chip_family = CHIP_FAMILY_RV100;
break;