projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1c007
)
r600g: RS880 is r6xx-based
author
Alex Deucher
<alexdeucher@gmail.com>
Sun, 30 May 2010 20:07:56 +0000
(16:07 -0400)
committer
Alex Deucher
<alex@w500.(none)>
Sun, 30 May 2010 20:08:55 +0000
(16:08 -0400)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/gallium/winsys/r600/drm/r600_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/r600/drm/r600_state.c
b/src/gallium/winsys/r600/drm/r600_state.c
index
c93783b
..
d17d6e7
100644
(file)
--- a/
src/gallium/winsys/r600/drm/r600_state.c
+++ b/
src/gallium/winsys/r600/drm/r600_state.c
@@
-377,11
+377,11
@@
int r600_init(struct radeon *radeon)
case CHIP_RV620:
case CHIP_RV635:
case CHIP_RS780:
+ case CHIP_RS880:
radeon->ntype = R600_NTYPE;
radeon->nstate = R600_NSTATE;
radeon->type = R600_types;
break;
- case CHIP_RS880:
case CHIP_RV770:
case CHIP_RV730:
case CHIP_RV710: