aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
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 00:47:41 -0400
commit5a6e9f9658c853fea8ebbf64cd36287f00a011a2 (patch)
tree0e3a6e9d21d3fa537360657e21e36c318a252bbc /drivers/gpu
parent18a4cd2e9147dd41234dade56edb62c6222832eb (diff)
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/gpu')
-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 {
108 CHIP_R600, 108 CHIP_R600,
109 CHIP_RV610, 109 CHIP_RV610,
110 CHIP_RV630, 110 CHIP_RV630,
111 CHIP_RV670,
111 CHIP_RV620, 112 CHIP_RV620,
112 CHIP_RV635, 113 CHIP_RV635,
113 CHIP_RV670,
114 CHIP_RS780, 114 CHIP_RS780,
115 CHIP_RS880, 115 CHIP_RS880,
116 CHIP_RV770, 116 CHIP_RV770,