projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a4cd2
)
drm/radeon/r600/kms: rv670 is not DCE3
author
Alex Deucher
<alexdeucher@gmail.com>
Fri, 18 Sep 2009 15:30:30 +0000
(11:30 -0400)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 21 Sep 2009 04:47:41 +0000
(14:47 +1000)
RV670 was using the wrong modesetting code.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon.h
b/drivers/gpu/drm/radeon/radeon.h
index 8567f809a4251d3af74a8a5442add258fac9b477..817af8ecff10f00646531a4931ac3100097a074d 100644
(file)
--- 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,