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>
This commit is contained in:
Alex Deucher 2009-06-12 15:53:10 +10:00 committed by Dave Airlie
parent fbe0efb869
commit 2a71ebcd85
3 changed files with 41 additions and 3 deletions

View file

@ -146,6 +146,7 @@ enum radeon_family {
CHIP_RV770,
CHIP_RV730,
CHIP_RV710,
CHIP_RV740,
CHIP_LAST,
};