Skip to content

Commit 5a6e9f9

Browse files
agd5fairlied
authored andcommitted
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>
1 parent 18a4cd2 commit 5a6e9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/radeon/radeon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ enum radeon_family {
108108
CHIP_R600,
109109
CHIP_RV610,
110110
CHIP_RV630,
111+
CHIP_RV670,
111112
CHIP_RV620,
112113
CHIP_RV635,
113-
CHIP_RV670,
114114
CHIP_RS780,
115115
CHIP_RS880,
116116
CHIP_RV770,

0 commit comments

Comments
 (0)