mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
Fix for compiler warnings.
This commit is contained in:
parent
3aa69b39bf
commit
29d021cd31
1 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ static const struct dri_debug_control debug_control[] = {
|
|||
#define PCI_CHIP_RV350_AP 0x4150
|
||||
#define PCI_CHIP_RV350_AS 0x4153
|
||||
#define PCI_CHIP_RV350_NP 0x4E50
|
||||
#define PCI_CHIP_RV350_NP 0x4E54
|
||||
#define PCI_CHIP_RV350_NT 0x4E54
|
||||
#define PCI_CHIP_R300_ND 0x4E44
|
||||
#define PCI_CHIP_R300_NE 0x4E45
|
||||
#define PCI_CHIP_R300_NF 0x4E46
|
||||
|
|
@ -368,6 +368,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
|
|||
case PCI_CHIP_RV350_AP:
|
||||
case PCI_CHIP_RV350_AS:
|
||||
case PCI_CHIP_RV350_NP:
|
||||
case PCI_CHIP_RV350_NT:
|
||||
screen->chipset = RADEON_CHIP_RV350;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue