Skip to content
Snippets Groups Projects
Commit 5a6e9f96 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/radeon/r600/kms: rv670 is not DCE3


RV670 was using the wrong modesetting code.

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 18a4cd2e
No related branches found
No related tags found
No related merge requests found
...@@ -108,9 +108,9 @@ enum radeon_family { ...@@ -108,9 +108,9 @@ enum radeon_family {
CHIP_R600, CHIP_R600,
CHIP_RV610, CHIP_RV610,
CHIP_RV630, CHIP_RV630,
CHIP_RV670,
CHIP_RV620, CHIP_RV620,
CHIP_RV635, CHIP_RV635,
CHIP_RV670,
CHIP_RS780, CHIP_RS780,
CHIP_RS880, CHIP_RS880,
CHIP_RV770, CHIP_RV770,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment