mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
the RS400 definitely doesn't work at this point so don't let it init
This commit is contained in:
parent
af807a4696
commit
6461e91ac3
1 changed files with 2 additions and 1 deletions
|
|
@ -656,7 +656,8 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
|
|||
case PCI_CHIP_RC410_5A61:
|
||||
case PCI_CHIP_RC410_5A62:
|
||||
screen->chip_family = CHIP_FAMILY_RS400;
|
||||
fprintf(stderr, "Warning, xpress200 detected. Probably won't work.\n");
|
||||
fprintf(stderr, "Warning, xpress200 detected. Won't work.\n");
|
||||
return NULL;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue