mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
Add r200 chipids (Jon Smirl)
This commit is contained in:
parent
cff70d16aa
commit
b52901eb89
1 changed files with 5 additions and 1 deletions
|
|
@ -38,6 +38,11 @@
|
|||
|
||||
#include "xf86drm.h" /* drmHandle, etc */
|
||||
|
||||
#define PCI_CHIP_R200_BB 0x4242
|
||||
#define PCI_CHIP_RV250_Id 0x4964
|
||||
#define PCI_CHIP_RV250_Ie 0x4965
|
||||
#define PCI_CHIP_RV250_If 0x4966
|
||||
#define PCI_CHIP_RV250_Ig 0x4967
|
||||
#define PCI_CHIP_RADEON_LW 0x4C57
|
||||
#define PCI_CHIP_RADEON_LX 0x4C58
|
||||
#define PCI_CHIP_RADEON_LY 0x4C59
|
||||
|
|
@ -63,7 +68,6 @@
|
|||
#define PCI_CHIP_RADEON_QZ 0x515A
|
||||
#define PCI_CHIP_R200_Ql 0x516C
|
||||
|
||||
|
||||
/**
|
||||
* \brief Chip families.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue