summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-03-02 17:53:38 -0800
committerEric Anholt <anholt@leguin.anholt.net>2006-04-06 15:57:51 -0700
commit33c62e8e654fa2228bc3fd31ec0fe010703f363a (patch)
treee1603bd4919abf01c003343f6c3fe5e82475a9cf /src/i830.h
parent7f4dc09dcafc7f0423b7f3e970a0b19fbbf515dd (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 199416a1..321827ad 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -403,6 +403,7 @@ typedef struct _I830Rec {
CARD32 saveDSPBSTRIDE;
CARD32 saveDSPBPOS;
CARD32 saveDSPBBASE;
+ CARD32 saveADPA;
} I830Rec;