aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/r300_reg.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-05-27 23:52:28 -0400
committerDave Airlie <airlied@redhat.com>2008-06-18 21:27:40 -0400
commitc0beb2a723d69934a53f51a9d664c5b1dbbf634b (patch)
treea0057cb846b1935fd2303fb352b30730509952b5 /drivers/char/drm/r300_reg.h
parent5b92c4045eaa42441b7ec249a406e4110ea400d4 (diff)
drm/radeon: add initial r500 support.
This contains all the command buffer processing for the r500 cards. It doesn't yet contain vblank support. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/drm/r300_reg.h')
-rw-r--r--drivers/char/drm/r300_reg.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/char/drm/r300_reg.h b/drivers/char/drm/r300_reg.h
index a72c70322483..a883d10c40b1 100644
--- a/drivers/char/drm/r300_reg.h
+++ b/drivers/char/drm/r300_reg.h
@@ -1623,4 +1623,20 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
1623 */ 1623 */
1624#define R300_CP_CMD_BITBLT_MULTI 0xC0009B00 1624#define R300_CP_CMD_BITBLT_MULTI 0xC0009B00
1625 1625
1626#define R500_VAP_INDEX_OFFSET 0x208c
1627
1628#define R500_GA_US_VECTOR_INDEX 0x4250
1629#define R500_GA_US_VECTOR_DATA 0x4254
1630
1631#define R500_RS_IP_0 0x4074
1632#define R500_RS_INST_0 0x4320
1633
1634#define R500_US_CONFIG 0x4600
1635
1636#define R500_US_FC_CTRL 0x4624
1637#define R500_US_CODE_ADDR 0x4630
1638
1639#define R500_RB3D_COLOR_CLEAR_VALUE_AR 0x46c0
1640#define R500_RB3D_CONSTANT_COLOR_AR 0x4ef8
1641
1626#endif /* _R300_REG_H */ 1642#endif /* _R300_REG_H */