diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
commit | 5e9ebd8e496b72b051053d637c63b2956b7861d3 (patch) | |
tree | 51014c9d819e48a4f6eda30849fe87275f4473cf /src/radeon_macros.h | |
parent | c106075ccb81ca2ee4894743e676fd37653c8dce (diff) |
Initial support for r4xx
- add r3xx/r4xx MC access macros and functions
Diffstat (limited to 'src/radeon_macros.h')
-rw-r--r-- | src/radeon_macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_macros.h b/src/radeon_macros.h index efc9e82..4359eb8 100644 --- a/src/radeon_macros.h +++ b/src/radeon_macros.h @@ -129,4 +129,8 @@ do { \ } \ } while (0) +#define INMC(pScrn, addr) RADEONINMC(pScrn, addr) + +#define OUTMC(pScrn, addr, val) RADEONOUTMC(pScrn, addr, val) + #endif |