summaryrefslogtreecommitdiff
path: root/shared-core/r300_reg.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-03-17 11:08:03 +1000
committerDave Airlie <airlied@redhat.com>2008-03-17 11:08:03 +1000
commit3add9494037e7c88b5e5a476001176784d743a26 (patch)
treecbdcff83124a45c2e673d0388d45caa2805fc519 /shared-core/r300_reg.h
parent1f96e9a98245b18c99cc6a7e66372a076b9abf6b (diff)
initial r500 RS and FP register and upload code
Diffstat (limited to 'shared-core/r300_reg.h')
-rw-r--r--shared-core/r300_reg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shared-core/r300_reg.h b/shared-core/r300_reg.h
index 29198c8a..578e7e93 100644
--- a/shared-core/r300_reg.h
+++ b/shared-core/r300_reg.h
@@ -1626,6 +1626,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define R300_CP_CMD_BITBLT_MULTI 0xC0009B00
+#define R500_GA_US_VECTOR_INDEX 0x4250
+#define R500_GA_US_VECTOR_DATA 0x4254
+
+#define R500_RS_IP_0 0x4074
+#define R500_RS_INST_0 0x4320
+
#endif /* _R300_REG_H */
/* *INDENT-ON* */