aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_drv.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-06-12 15:53:10 +1000
committerDave Airlie <airlied@redhat.com>2009-06-12 15:56:28 +1000
commit2a71ebcd85bcc4d6607f577f23a491f796c30e82 (patch)
treed310f48c5abfb0bbdd20b607d3cd934fc77535c3 /drivers/gpu/drm/radeon/radeon_drv.h
parentdrm_calloc_large: check right size, check integer overflow, use GFP_ZERO (diff)
downloadlinux-dev-2a71ebcd85bcc4d6607f577f23a491f796c30e82.tar.xz
linux-dev-2a71ebcd85bcc4d6607f577f23a491f796c30e82.zip
drm/radeon: add rv740 drm support.
This adds drm support for the RV740 family of chips to the r600 support code. 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 8071d965f142..e266e5f8dc26 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.h
+++ b/drivers/gpu/drm/radeon/radeon_drv.h
@@ -146,6 +146,7 @@ enum radeon_family {
CHIP_RV770,
CHIP_RV730,
CHIP_RV710,
+ CHIP_RV740,
CHIP_LAST,
};