mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
radeon: rn50's have no 3D engine so don't try and init 3D driver.
This commit is contained in:
parent
0e790ac353
commit
e015a4c29b
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue