summaryrefslogtreecommitdiff
path: root/src/rhd.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2007-12-20 16:49:17 +0100
committerLuc Verhaegen <libv@skynet.be>2007-12-20 16:49:17 +0100
commitcad8539ca12249a2c16b177e2364b77395a0dcab (patch)
tree42ca3edd7c91bd0717469493156dd258d99bf10e /src/rhd.h
parent2b3928c642fcd65f21354f99a4f7fd9c9b24d7c4 (diff)
Rv670: Add IDs and such, and beautify supported hardware printing.
No real support just yet. Need a few more things for that, which will come up next. Reported by TommyDrum.
Diffstat (limited to 'src/rhd.h')
-rw-r--r--src/rhd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rhd.h b/src/rhd.h
index a6cf9d5..d620853 100644
--- a/src/rhd.h
+++ b/src/rhd.h
@@ -80,7 +80,8 @@ enum RHD_CHIPSETS {
RHD_M72,
RHD_M74,
RHD_M76,
- /* R600 integrated */
+ /* RV670 came into existence after RV6x0 and M7x */
+ RHD_RV670,
RHD_CHIP_END
};