diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2006-11-02 13:34:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2006-11-02 13:44:59 -0800 |
commit | f22d9bcc25aea19ba38d35282367b591fd1b7ca0 (patch) | |
tree | 3ac3f553b35cc8ca3a99d1abec4bab86df96bee6 | |
parent | a9eac38bcdb49df2ce1122b49bd8b1eb19e8cae5 (diff) |
Add another couple of new registers
-rw-r--r-- | src/i810_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index d6f7147b..e126904f 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -1652,6 +1652,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define DSPBADDR DSPBBASE #define DSPBSTRIDE 0x71188 +#define DSPAKEYVAL 0x70194 +#define DSPAKEYMASK 0x70198 + #define DSPAPOS 0x7018C /* reserved */ #define DSPASIZE 0x70190 #define DSPBPOS 0x7118C |