aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_drv.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-10-16 19:19:33 -0400
committerDave Airlie <airlied@linux.ie>2008-10-17 17:10:54 -0400
commitb2ceddfa52cbeb244b90096f1e8d3e9f7e0ce299 (patch)
tree85d16b999760daaff85f68feafe7bfbbd60fa8f8 /drivers/gpu/drm/radeon/radeon_drv.h
parentf0738e92403466d45cfb5008da668260c77fff4b (diff)
radeon: add RS400 family support.
This adds support for the RS400 family of IGPs for Intel CPUs. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.h b/drivers/gpu/drm/radeon/radeon_drv.h
index 9d752bc0602b..9278429af9ed 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.h
+++ b/drivers/gpu/drm/radeon/radeon_drv.h
@@ -123,6 +123,7 @@ enum radeon_family {
123 CHIP_RV380, 123 CHIP_RV380,
124 CHIP_R420, 124 CHIP_R420,
125 CHIP_RV410, 125 CHIP_RV410,
126 CHIP_RS400,
126 CHIP_RS480, 127 CHIP_RS480,
127 CHIP_RS690, 128 CHIP_RS690,
128 CHIP_RS740, 129 CHIP_RS740,