summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-15 23:05:55 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-15 23:07:31 -0700
commit4f5678c1eb635cb961502cc8adf1eadb9cc46447 (patch)
tree2760970beba046a8345e2aaf473d5346f55062d8 /src/gallium/winsys/drm
parent44adea1a0975ebad59790b9cfd03439aa44559fc (diff)
radeon-gallium: Add my R580 to the xorg PCI ID list.
At some point, going to have to grab the big list from xf86-video-ati.
Diffstat (limited to 'src/gallium/winsys/drm')
-rw-r--r--src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c b/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
index ecceaa345a..6f77fbe5de 100644
--- a/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
+++ b/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
@@ -39,16 +39,19 @@ static Bool radeon_xorg_pci_probe(DriverPtr driver,
static const struct pci_id_match radeon_xorg_device_match[] = {
{0x1002, 0x5E4D, 0xffff, 0xffff, 0, 0, 0},
+ {0x1002, 0x7249, 0xffff, 0xffff, 0, 0, 0},
{0, 0, 0},
};
static SymTabRec radeon_xorg_chipsets[] = {
{0x5E4D, "Radeon RV410 PCIE (X700)"},
+ {0x7249, "Radeon R580 PCIE (X1900 XT)"},
{-1, NULL}
};
static PciChipsets radeon_xorg_pci_devices[] = {
{0x5E4D, 0x5E4D, RES_SHARED_VGA},
+ {0x7249, 0x7249, RES_SHARED_VGA},
{-1, -1, RES_UNDEFINED}
};