diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-03-02 17:53:38 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:57:51 -0700 |
commit | 33c62e8e654fa2228bc3fd31ec0fe010703f363a (patch) | |
tree | e1603bd4919abf01c003343f6c3fe5e82475a9cf /src/i830.h | |
parent | 7f4dc09dcafc7f0423b7f3e970a0b19fbbf515dd (diff) |
Change the order of reg writes for restore, possibly increasing chances of
success. Also save and restore ADPA.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -403,6 +403,7 @@ typedef struct _I830Rec { CARD32 saveDSPBSTRIDE; CARD32 saveDSPBPOS; CARD32 saveDSPBBASE; + CARD32 saveADPA; } I830Rec; |