diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-06-12 09:53:10 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-12 09:56:28 +0400 |
commit | 2a71ebcd85bcc4d6607f577f23a491f796c30e82 (patch) | |
tree | d310f48c5abfb0bbdd20b607d3cd934fc77535c3 /drivers/gpu/drm/radeon/radeon_drv.h | |
parent | fbe0efb869efde8d847ede3a925230ef88910086 (diff) | |
download | linux-2a71ebcd85bcc4d6607f577f23a491f796c30e82.tar.xz |
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.h | 1 |
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, }; |