From 03c2e674e43db5fcf4cb4b641005c329c7b343a9 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Tue, 14 Sep 2004 03:59:25 +0000 Subject: Add chip family names to the radeon driver --- shared-core/radeon_drv.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'shared-core/radeon_drv.h') diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 8c584864..d3c65a00 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -31,6 +31,22 @@ #ifndef __RADEON_DRV_H__ #define __RADEON_DRV_H__ +enum radeon_family { + CHIP_R100, + CHIP_RS100, + CHIP_RV100, + CHIP_R200, + CHIP_RV200, + CHIP_RS200, + CHIP_R250, + CHIP_RS250, + CHIP_RV250, + CHIP_RV280, + CHIP_R300, + CHIP_RS300, + CHIP_LAST, +}; + /* * Chip flags */ -- cgit v1.2.3