diff options
author | Marek Olšák <[email protected]> | 2011-06-07 20:59:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-06-07 21:02:52 +0200 |
commit | d7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3 (patch) | |
tree | 184d5d327a5704a70bc206cc073004e357c52a43 /src/gallium/drivers/r300/r300_screen.c | |
parent | 4123131f3cc17942ab02b13d2a3bc338951051d5 (diff) |
r300g: consolidate deducing chipset info
Use the new PCI ID table, make it simpler.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 7a1366a4f8f..fae03acb6d1 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -48,20 +48,18 @@ static const char* r300_get_vendor(struct pipe_screen* pscreen) static const char* chip_families[] = { "ATI R300", "ATI R350", - "ATI R360", "ATI RV350", "ATI RV370", "ATI RV380", + "ATI RS400", + "ATI RC410", + "ATI RS480", "ATI R420", "ATI R423", "ATI R430", "ATI R480", "ATI R481", "ATI RV410", - "ATI RS400", - "ATI RC410", - "ATI RS480", - "ATI RS482", "ATI RS600", "ATI RS690", "ATI RS740", |