aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-09-18 11:30:30 -0400
committerDave Airlie <airlied@redhat.com>2009-09-21 14:47:41 +1000
commit5a6e9f9658c853fea8ebbf64cd36287f00a011a2 (patch)
tree0e3a6e9d21d3fa537360657e21e36c318a252bbc /drivers
parentdrm/radeon/kms: r420 idle after programming GA_ENHANCE (diff)
downloadlinux-dev-5a6e9f9658c853fea8ebbf64cd36287f00a011a2.tar.xz
linux-dev-5a6e9f9658c853fea8ebbf64cd36287f00a011a2.zip
drm/radeon/r600/kms: rv670 is not DCE3
RV670 was using the wrong modesetting code. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 8567f809a425..817af8ecff10 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -108,9 +108,9 @@ enum radeon_family {
CHIP_R600,
CHIP_RV610,
CHIP_RV630,
+ CHIP_RV670,
CHIP_RV620,
CHIP_RV635,
- CHIP_RV670,
CHIP_RS780,
CHIP_RS880,
CHIP_RV770,